Description of problem: The debian version of /etc/crypttab support the "noauto" keyword on the 4th field of /etc/crypttab to prevent a given disk line to hang the boot process. Such keyword support might be added like this into /etc/init.d/functions (around line 930) : swap) makeswap=yes ;; + noauto) + skip="yes" + ;; tmp) mke2fs=yes esac This is tested successfully. The user still needs to call the cryptsetup command manually afterward (since no commande "cryptdisk_start" or "cryptdisk_stop" exists yet. Version-Release number of selected component (if applicable): ALL How reproducible: N/A
Hi, thanks for reporting this bug. Assigned to the package maintainer. (Please set the status to 'assigned' if you are working on it)
Keywords: (none) => TriagedCC: (none) => manuelAssignee: bugsquad => boklm
CC: manuel => (none)
(In reply to comment #0) > Description of problem: > The debian version of /etc/crypttab support the "noauto" keyword on the 4th > field of /etc/crypttab to prevent a given disk line to hang the boot process. > > Such keyword support might be added like this into /etc/init.d/functions > (around line 930) : > > swap) > makeswap=yes > ;; > + noauto) > + skip="yes" > + ;; > tmp) > mke2fs=yes > esac We already have this. In initscript 9.34 : http://git.fedorahosted.org/git/?p=initscripts.git;a=blob;f=rc.d/init.d/functions;h=e313e35b8991ce89877050d819e0f4a2862db6e9;hb=cbc9da68cc15b95482521db9895a2e54ca82fb6a#l769 Which version of the initscript package are you using ?
It's initscripts-9.21-12.mga1. Thanks for the report, this bug may be closed now.
Closing.
Status: NEW => RESOLVEDResolution: (none) => INVALID