fix(os): Remove zfsbootmenu hook from ZFSBootMenu (#6)
While unintuitive this prevents us from having to move this hook to the end of the HOOKS array. If user wants SSH in ZBM we first append 'net' to the HOOKS array then append 'dropbear'. At this point the explicit 'zfsbootmenu' hook is no longer last in line in 'HOOKS' array. This causes ZBM to trip and to not correctly load net and dropbear. Since the 'zfsbootmenu' hook is added implicitly by generate-zbm we don't need the explicit hook at all. Better remove it. This way it doesn't get in the way.
This commit is contained in:
parent
3cb68406ed
commit
9a89ce4f75
Loading…
x
Reference in New Issue
Block a user