summaryrefslogtreecommitdiff
path: root/distro/debian
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-03-10 12:09:36 +0800
committerIru Cai <mytbk920423@gmail.com>2018-03-10 12:37:47 +0800
commit7f93ac9bb6481e3e0ca80d7b4cf4ca2bb2d0d5b7 (patch)
treed4cca1224a9cad90b1b2222529abb31d90764ba7 /distro/debian
parent56f19f7fc19c861e18efa152790d62b9c635d292 (diff)
downloadliveusb-builder-7f93ac9bb6481e3e0ca80d7b4cf4ca2bb2d0d5b7.tar.xz
config file $HOME/.liveusb-builder, move isofiles to $ISOPATH
and set default $ISOPATH location to $HOME/isofiles
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 651da26..6e95b31 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 "isofiles/$ISOFILE" "$DATADIR/debian/"
+ cp "$ISOPATH/$ISOFILE" "$DATADIR/debian/"
mount_iso
cp "$ISOMNT/live/vmlinuz" "$ISOMNT/live/initrd.img" "$KERNELDIR/debian/64/"
umount_iso