Allow by-label mounting of root on removable device in the drive which does not report media change.

svn path=/nixos/trunk/; revision=15480
This commit is contained in:
Michael Raskin 2009-05-07 04:24:45 +00:00
parent eb32ab1ff2
commit 5af2b1b580
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ rec {
--replace scsi_id ${extraUtils}/bin/scsi_id \
--replace path_id ${extraUtils}/bin/path_id \
--replace vol_id ${extraUtils}/bin/vol_id
sed -e '/^ENV[{]DEVTYPE[}]=="disk", .*GOTO/d' -i $out/60-persistent-storage.rules
''; # */
};