From e8ddc78249c72b247ff661723e98752f96a02c15 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 28 Oct 2020 13:05:13 +0100 Subject: [PATCH] just run post-install --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5ac451a..3ac6e0b 100644 --- a/Makefile +++ b/Makefile @@ -83,8 +83,6 @@ post-install: python tools chroot $(MNTDIR) ln -s /usr/share/zoneinfo/$(TIMEZN) /etc/localtime echo $(HSTNM) > $(MNTDIR)/etc/hostname chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh - -run-post-install: post-install chroot $(MNTDIR) /usr/local/bin/post-install.sh nuser: @@ -92,7 +90,7 @@ nuser: chroot $(MNTDIR) passwd $(NUSRNAME) #chroot $(MNTDIR) dot-install $(NUSRNAME) -laptop: metal wifi xorg audio run-post-install nuser +laptop: metal wifi xorg audio post-install nuser archive: tar -cvpjf void-fs.tar.bz2 \