From 6a20507f950483f2adc68bab42a22bf5e7e8c683 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 1 Jul 2020 21:49:04 +0800 Subject: replace "$ISOPATH/$ISOFILE" with "${ISO_FILEPATH}" in install_live This is for metaiso install script in the future. --- distro/grml/64/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/grml/64/install.sh') diff --git a/distro/grml/64/install.sh b/distro/grml/64/install.sh index feb6ad2..08a4853 100644 --- a/distro/grml/64/install.sh +++ b/distro/grml/64/install.sh @@ -1,6 +1,6 @@ install_live() { install -d "$KERNELDIR/grml/64" "$DATADIR/grml" - cp "$ISOPATH/$ISOFILE" "$DATADIR/grml/" + cp "${ISO_FILEPATH}" "$DATADIR/grml/" mount_iso cp "$ISOMNT/boot/grml64full/vmlinuz" "$ISOMNT/boot/grml64full/initrd.img" "$KERNELDIR/grml/64/" umount_iso -- cgit v1.2.3