From 1fffb67a6f68ccc21cfac0a6bc2a517b1d5d0d4f Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 28 Oct 2020 10:56:31 +0100 Subject: [PATCH] don't run dot-install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a8df55..185d687 100644 --- a/Makefile +++ b/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