* --mknodes is no longer needed (in fact it might interfere with

udev).

svn path=/nixos/trunk/; revision=19340
This commit is contained in:
Eelco Dolstra 2010-01-10 20:07:23 +00:00
parent b02cf8d20e
commit eccddb67fa

View file

@ -13,7 +13,7 @@
''
# Scan for block devices that might contain LVM physical volumes
# and volume groups.
${pkgs.lvm2}/sbin/vgscan --mknodes
${pkgs.lvm2}/sbin/vgscan
# Make all logical volumes on all volume groups available, i.e.,
# make them appear in /dev.