add nftables to fix dependency of alloy
This commit is contained in:
@@ -31,7 +31,7 @@ alpine-make-vm-image \
|
|||||||
--fs-skel-dir "$OVERLAY_DIR" \
|
--fs-skel-dir "$OVERLAY_DIR" \
|
||||||
--fs-skel-chown root:root \
|
--fs-skel-chown root:root \
|
||||||
--script-chroot \
|
--script-chroot \
|
||||||
--packages "curl docker openssh alloy" \
|
--packages "nftables curl docker openssh alloy" \
|
||||||
"$IMAGE_FILE" \
|
"$IMAGE_FILE" \
|
||||||
"$CONFIGURE_SH" | tee $TMP
|
"$CONFIGURE_SH" | tee $TMP
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ sed -Ei \
|
|||||||
|
|
||||||
step 'Enable base services'
|
step 'Enable base services'
|
||||||
rc-update add net.lo boot
|
rc-update add net.lo boot
|
||||||
|
rc-update add nftables boot
|
||||||
rc-update add net.eth0 default
|
rc-update add net.eth0 default
|
||||||
rc-update add acpid default
|
rc-update add acpid default
|
||||||
rc-update add docker default
|
rc-update add docker default
|
||||||
|
|||||||
Reference in New Issue
Block a user