From 3276d2aea3c0247942b9dcd8b1a10d768db1b0d8 Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 31 Mar 2023 02:18:15 -0500 Subject: [PATCH] removed network config --- alpine/answer.cfg | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/alpine/answer.cfg b/alpine/answer.cfg index 861fd29..05f8f5f 100644 --- a/alpine/answer.cfg +++ b/alpine/answer.cfg @@ -7,14 +7,6 @@ HOSTNAMEOPTS=alpine # Set device manager to mdev DEVDOPTS=mdev -# Contents of /etc/network/interfaces -INTERFACESOPTS="auto lo -iface lo inet loopback - -auto eth* -iface eth* inet dhcp -" - # Set timezone to America/Chicago TIMEZONEOPTS="America/Chicago" @@ -46,6 +38,7 @@ PKGSOPTS="vim git i3wm i3lock i3status dmenu xf86-video-vesa xf86-input-evdev" # Configure xinitrc to start i3 and run setup-xorg-base script POSTINSTALLOPTS=" +apk add setup-xorg-base setup-xorg-base echo 'exec i3' > /home/brad/.xinitrc chown brad:users /home/brad/.xinitrc