On Thu, April 24, 2008 12:39, [EMAIL PROTECTED] wrote:
> Line 69 of "/usr/share/initramfs-tools/hooks/cryptroot" tries to use
> this file to determine which partitions to decrypt during boot. However,
> the sed scrypt used seems to be buggy. It assumes whitespace where none
> is present:
>
>       device=$(sed -rn 's/^RESUME[[:space:]]+=[[:space:]]+// p' \
>       /etc/initramfs-tools/conf.d/resume)

Thanks, I'll change that to

>       device=$(sed -rn 's/^RESUME[[:space:]]*=[[:space:]]*// p' \
>       /etc/initramfs-tools/conf.d/resume)

as soon as I have access to my laptop.

-- 
David Härdeman




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to