nuser and wifi fix

This commit is contained in:
ed barz 2020-05-04 01:22:11 +02:00
parent a643ba7975
commit 4ca695625b
2 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,7 @@ grub:
chroot $(MNTDIR) grub-install $(BOOTLDR) chroot $(MNTDIR) grub-install $(BOOTLDR)
wifi: wifi:
$(call vinstall,NetworkManager) $(call vinstall,NetworkManager,elogind)
xorg: xorg:
$(call vinstall,xorg) $(call vinstall,xorg)
@ -82,6 +82,7 @@ post-install: tools
nuser: nuser:
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel
chroot $(MNTDIR) passwd $(NUSRNAME) chroot $(MNTDIR) passwd $(NUSRNAME)
chroot $(MNTDIR) dot-install $(NUSRNAME)
laptop: metal wifi xorg audio post-install nuser laptop: metal wifi xorg audio post-install nuser

View File

@ -15,6 +15,7 @@ xbps-install -Sy libX11-devel libXft-devel libXinerama-devel imlib2-devel libexi
make install -C $SRCPATH/sde/ make install -C $SRCPATH/sde/
make install -C $SRCPATH/waterfox/ make install -C $SRCPATH/waterfox/
make install -C /usr/local/share/dot
#waterfox deps #waterfox deps
xbps-install -Sy gtk+3-devel dbus-glib-devel xbps-install -Sy gtk+3-devel dbus-glib-devel