Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
cb89d5b167 |
@@ -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
|
||||||
|
Reference in New Issue
Block a user