From 892fdbff8b8007ad021216ec29c3594831b1b1ae Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 28 Oct 2020 13:02:03 +0100 Subject: [PATCH] tiny refactor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 724c4a0..793f70d 100644 --- a/Makefile +++ b/Makefile @@ -78,10 +78,10 @@ tools: post-install: python tools cp post-install.sh $(MNTDIR)/usr/local/bin/ + cp first-boot.sh $(MNTDIR)/usr/local/bin/ chmod 755 $(MNTDIR)/usr/local/bin/post-install.sh chroot $(MNTDIR) ln -s /usr/share/zoneinfo/$(TIMEZN) /etc/localtime echo $(HSTNM) > $(MNTDIR)/etc/hostname - cp first-boot.sh $(MNTDIR)/usr/local/bin/first-boot.sh chmod 755 $(MNTDIR)/usr/local/bin/first-boot.sh run-post-install: post-install