don't run dot-install

This commit is contained in:
ed barz 2020-10-28 10:56:31 +01:00
parent 40626604f2
commit 1fffb67a6f
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ python:
$(call vinstall,python3 python3-pip python3-pipenv) $(call vinstall,python3 python3-pip python3-pipenv)
tools: 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 post-install: python tools
cp post-install.sh $(MNTDIR)/usr/local/bin/ cp post-install.sh $(MNTDIR)/usr/local/bin/
@ -87,7 +87,7 @@ run-post-install: post-install
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 wifi xorg audio run-post-install nuser laptop: metal wifi xorg audio run-post-install nuser