tiny refactor

This commit is contained in:
ed barz 2020-10-28 13:02:03 +01:00
parent 1d4243693d
commit 892fdbff8b
1 changed files with 1 additions and 1 deletions

View File

@ -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