don't run dot-install
This commit is contained in:
parent
40626604f2
commit
1fffb67a6f
4
Makefile
4
Makefile
|
@ -71,7 +71,7 @@ python:
|
|||
$(call vinstall,python3 python3-pip python3-pipenv)
|
||||
|
||||
tools:
|
||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux psmisc)
|
||||
|
||||
post-install: python tools
|
||||
cp post-install.sh $(MNTDIR)/usr/local/bin/
|
||||
|
@ -87,7 +87,7 @@ run-post-install: post-install
|
|||
nuser:
|
||||
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio,lp,scanner
|
||||
chroot $(MNTDIR) passwd $(NUSRNAME)
|
||||
chroot $(MNTDIR) dot-install $(NUSRNAME)
|
||||
#chroot $(MNTDIR) dot-install $(NUSRNAME)
|
||||
|
||||
laptop: metal wifi xorg audio run-post-install nuser
|
||||
|
||||
|
|
Loading…
Reference in New Issue