summaryrefslogtreecommitdiff
path: root/distro/antix
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/antix
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/antix')
-rw-r--r--distro/antix/32/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/antix/32/install.sh b/distro/antix/32/install.sh
index 9a01157..f5efb54 100644
--- a/distro/antix/32/install.sh
+++ b/distro/antix/32/install.sh
@@ -1,6 +1,6 @@
install_live() {
install -d "$KERNELDIR/antix/32" "$DATADIR/antix"
- cp "isofiles/$ISOFILE" "$DATADIR/antix/"
+ cp "$ISOPATH/$ISOFILE" "$DATADIR/antix/"
mount_iso
cp "$ISOMNT/antiX/vmlinuz" "$ISOMNT/antiX/initrd.gz" "$KERNELDIR/antix/32/"
umount_iso