From 7d4c494a71499237965f3a64c6ec4cbee625f02b Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 3 May 2020 10:56:56 +0200 Subject: [PATCH] post-install script added --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 1daa0d0..b09e331 100644 --- a/Makefile +++ b/Makefile @@ -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: