run dot-install.sh in nuser
This commit is contained in:
parent
f7c89fd48d
commit
09719f943f
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ post-install: tools
|
||||||
nuser:
|
nuser:
|
||||||
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio,lp,scanner
|
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio,lp,scanner
|
||||||
chroot $(MNTDIR) passwd $(NUSRNAME)
|
chroot $(MNTDIR) passwd $(NUSRNAME)
|
||||||
#chroot $(MNTDIR) dot-install $(NUSRNAME)
|
chroot $(MNTDIR) dot-install $(NUSRNAME)
|
||||||
|
|
||||||
laptop: metal python xorg audio wifi post-install nuser
|
laptop: metal python xorg audio wifi post-install nuser
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue