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