From a2e085509259c04919cea89a2535e76428497cfa Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 1 May 2020 20:37:36 +0200 Subject: [PATCH] add perl with lilo --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 178405c..88d22e1 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ umnt-system: mnt-drive: mount $(DRIVE) $(MNTDIR) -umnt-drive: +umnt-drive: umnt-system umount $(DRIVE) base: base-fs mnt-system @@ -59,12 +59,12 @@ set-fstab: cp files/fstab $(MNTDIR)/etc/fstab echo "$(shell file -s $(DRIVE)|tr ' ' '\n'|grep UUID) / ext4 rw,noatime,discard 0 1" >> $(MNTDIR)/etc/fstab -scripts: +cp-script: cp scripts/* $(MNTDIR)/usr/local/bin/ chmod 755 $(MNTDIR)/usr/local/bin/* -lilo: set-fstab scripts - $(call vinstall,lilo) +lilo: set-fstab cp-script + $(call vinstall,lilo,perl) chroot $(MNTDIR) lilo-conf-mkr.sh $(LBOOT) metal: mnt-drive base lilo