rc-scripts and encrypted fs in fstab

wrobell wrobell at ite.pl
Thu Oct 11 13:08:48 CEST 2001


line 38 (version 0.3, for 0.2.11 it is 28):

    if grep -q "encryption=" /etc/fstab; then

if somebody has such line but it is commented out then
system starting fails (no fs to mount)

So maybe

    if grep -q "^[^#].*encryption=" /etc/fstab; then

or something stronger?

    wrobell <wrobell at ite.pl>



More information about the pld-devel-en mailing list