removed network config

This commit is contained in:
brad 2023-03-31 02:18:15 -05:00
parent 5de841dda1
commit 3276d2aea3

View File

@ -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