1 Commits
udev ... btrfs

Author SHA1 Message Date
cb89d5b167 Add btrfs support 2019-01-10 11:14:17 +07:00

View File

@@ -69,6 +69,11 @@ kill_all(){
case "$1" in case "$1" in
start) start)
if [[ -x "/bin/btrfs" ]]; then
stat_busy "Activating btrfs devices"
btrfs device scan
stat_done
fi
stat_busy "Checking filesystems" stat_busy "Checking filesystems"
do_fsck do_fsck
add_daemon misc add_daemon misc