just run post-install
This commit is contained in:
parent
5aac759f77
commit
e8ddc78249
4
Makefile
4
Makefile
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue