mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
btrfs-progs: Fix init script
the init script calls the old btrfsctl util, which is not included in btrfs-progs anymore. Update the init script to call "btrfs device scan" which assembles multi device btrfs filesystems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
START=19
|
||||
|
||||
start() {
|
||||
grep -q btrfs /proc/modules && /usr/bin/btrfsctl -a
|
||||
grep -q btrfs /proc/modules && /usr/bin/btrfs device scan
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user