Empty lines cause an error in /etc/crypttab
Bug #11358 reported by
Asko Kauppi
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Fix Released
|
Low
|
Martin Pitt |
Bug Description
Currently, the /etc/init.
for empty lines, too:
grep -v '^#' < $TABFILE | grep -v '^[:space:]*$' | while read dst src key opt; do
Without this, empty lines in '/etc/crypttab' will cause weird "missing parameter" output in bootup. Non-
destructive, but gives the "oops, all is not as it should!" feeling. Anyhow, this should be fixed?
To post a comment you must log in.
This is already fixed in the Hoary version of 'cryptsetup'.