CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
shadow: updated to 4.5
[crossrootfs.git] / rc / rc
diff --git a/rc/rc b/rc/rc
index 4fc61d275dcf2a767795726d6ee7541acbfbfb46..26b8ca08d67208ceda4d4004c8333d362bcdc689 100644 (file)
--- a/rc/rc
+++ b/rc/rc
@@ -16,12 +16,7 @@ echo "The system is coming up.  Please wait."
 # Create device-mapper device nodes and scan for LVM volume groups
 if [ -x /sbin/lvm ]; then
        /sbin/vgscan --mknodes --ignorelockingfailure
-       /sbin/vgchange --ignorelockingfailure -a y
-fi
-
-# Scan for btrfs volumes to simplify fstab entries
-if [ -r /sys/fs/btrfs ]; then
-       /sbin/btrfs dev scan
+       /sbin/vgchange --sysinit -a y
 fi
 
 # Mount root read-only