removed network config
This commit is contained in:
parent
5de841dda1
commit
3276d2aea3
@ -7,14 +7,6 @@ HOSTNAMEOPTS=alpine
|
|||||||
# Set device manager to mdev
|
# Set device manager to mdev
|
||||||
DEVDOPTS=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
|
# Set timezone to America/Chicago
|
||||||
TIMEZONEOPTS="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
|
# Configure xinitrc to start i3 and run setup-xorg-base script
|
||||||
POSTINSTALLOPTS="
|
POSTINSTALLOPTS="
|
||||||
|
apk add setup-xorg-base
|
||||||
setup-xorg-base
|
setup-xorg-base
|
||||||
echo 'exec i3' > /home/brad/.xinitrc
|
echo 'exec i3' > /home/brad/.xinitrc
|
||||||
chown brad:users /home/brad/.xinitrc
|
chown brad:users /home/brad/.xinitrc
|
||||||
|
Loading…
Reference in New Issue
Block a user