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/debian/64/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/debian') diff --git a/distro/debian/64/install.sh b/distro/debian/64/install.sh index b563e19..5a1df2c 100644 --- a/distro/debian/64/install.sh +++ b/distro/debian/64/install.sh @@ -1,6 +1,6 @@ install_live() { install -d "$KERNELDIR/debian/64" "$DATADIR/debian" - cp "$ISOPATH/$ISOFILE" "$DATADIR/debian/" + cp "${ISO_FILEPATH}" "$DATADIR/debian/" mount_iso cp "$ISOMNT/live/vmlinuz"* "$ISOMNT/live/initrd.img"* "$KERNELDIR/debian/64/" umount_iso -- cgit v1.2.3