[scripts] add "zfs" to boot runlevel if it exists
This commit is contained in:
parent
7efbb8000c
commit
07e1e4c285
@ -27,6 +27,10 @@ basic_environment_setup() {
|
|||||||
rc-update del sabayon-mce default
|
rc-update del sabayon-mce default
|
||||||
rc-update add nfsmount default
|
rc-update add nfsmount default
|
||||||
|
|
||||||
|
if [ -f /etc/init.d/zfs ]; then
|
||||||
|
rc-update add zfs boot
|
||||||
|
fi
|
||||||
|
|
||||||
# Always startup this
|
# Always startup this
|
||||||
rc-update add virtualbox-guest-additions boot
|
rc-update add virtualbox-guest-additions boot
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user