rc: removed btrfs-scan from rc. handle it with a udev rule instead

This commit is contained in:
Fredrik Rinnestam 2013-11-17 21:03:39 +01:00
parent e519eaa87d
commit bf4ca564ad
2 changed files with 1 additions and 6 deletions

View File

@ -4,7 +4,7 @@
name=rc
version=2.28
release=1
release=2
source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf)
build() {

5
rc/rc
View File

@ -19,11 +19,6 @@ if [ -x /sbin/lvm ]; then
/sbin/vgchange --ignorelockingfailure -a y
fi
# Scan for btrfs volumes to simplify fstab entries
if [ -r /sys/fs/btrfs ]; then
/sbin/btrfs dev scan
fi
# Mount root read-only
/bin/mount -o remount,ro /