We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb15298 commit 9941625Copy full SHA for 9941625
1 file changed
Dockerfile
@@ -26,9 +26,6 @@ RUN sed -i '/^\[core\]/i [archzfs]\n\
26
RUN printf 'git\narchzfs-linux\nreflector\nwget\nlinux\nlinux-firmware\ndhcpcd\nless\nmdadm' >> \
27
"${ALEZ_BUILD_DIR}/iso/packages.x86_64"
28
29
-RUN printf '\nsystemctl enable dhcpcd' >> \
30
- "${ALEZ_BUILD_DIR}/iso/airootfs/root/customize_airootfs.sh"
31
-
32
COPY motd "${ALEZ_BUILD_DIR}/iso/airootfs/etc/"
33
34
# Copy in current directory to allow git tag checking
0 commit comments