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:
parent
eb32ab1ff2
commit
5af2b1b580
|
@ -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
|
||||
''; # */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue