summaryrefslogtreecommitdiff
path: root/distro/debian
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-07-01 21:49:04 +0800
committerIru Cai <mytbk920423@gmail.com>2020-07-01 22:17:38 +0800
commit6a20507f950483f2adc68bab42a22bf5e7e8c683 (patch)
tree8e4ece37be471ec3383ba3d4c1b9d643de952947 /distro/debian
parent71417ab29ce8d47f20375aae656ff0b0f530a238 (diff)
downloadliveusb-builder-6a20507f950483f2adc68bab42a22bf5e7e8c683.tar.xz
replace "$ISOPATH/$ISOFILE" with "${ISO_FILEPATH}" in install_live
This is for metaiso install script in the future.
Diffstat (limited to 'distro/debian')
-rw-r--r--distro/debian/64/install.sh2
1 files changed, 1 insertions, 1 deletions
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