[scripts] only add zfs service to the boot runlevel if uname -m = x86_64
This commit is contained in:
parent
edc441069b
commit
3cccf93baf
@ -27,7 +27,7 @@ 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
|
if [ -f /etc/init.d/zfs ] && [ "$(uname -m)" = "x86_64" ]; then
|
||||||
rc-update add zfs boot
|
rc-update add zfs boot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user