just run post-install

This commit is contained in:
ed barz 2020-10-28 13:05:13 +01:00
parent 5aac759f77
commit e8ddc78249
1 changed files with 1 additions and 3 deletions

View File

@ -83,8 +83,6 @@ post-install: python tools
chroot $(MNTDIR) ln -s /usr/share/zoneinfo/$(TIMEZN) /etc/localtime chroot $(MNTDIR) ln -s /usr/share/zoneinfo/$(TIMEZN) /etc/localtime
echo $(HSTNM) > $(MNTDIR)/etc/hostname echo $(HSTNM) > $(MNTDIR)/etc/hostname
chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh
run-post-install: post-install
chroot $(MNTDIR) /usr/local/bin/post-install.sh chroot $(MNTDIR) /usr/local/bin/post-install.sh
nuser: nuser:
@ -92,7 +90,7 @@ nuser:
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 post-install nuser
archive: archive:
tar -cvpjf void-fs.tar.bz2 \ tar -cvpjf void-fs.tar.bz2 \