post-install script added

This commit is contained in:
ed barz 2020-05-03 10:56:56 +02:00
parent 71ccf87347
commit 7d4c494a71
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ metal: mnt-drive mnt-system base set-loc set-resolv set-fstab set-root grub
tools:
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
post-install:
cp post-install.sh $(MNTDIR)/usr/local/bin/
chmod 755 $(MNTDIR)/usr/local/bin/post-install.sh
chroot $(MNTDIR) /usr/local/bin/post-install.sh
laptop: metal wifi xorg audio
archive: