run post-install script
This commit is contained in:
parent
1dc0415a09
commit
933213964f
2
Makefile
2
Makefile
|
@ -89,7 +89,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 post-install nuser
|
laptop: metal wifi xorg audio run-post-install nuser
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
tar -cvpjf void-fs.tar.bz2 \
|
tar -cvpjf void-fs.tar.bz2 \
|
||||||
|
|
Loading…
Reference in New Issue