diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-03-10 12:09:36 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-03-10 12:37:47 +0800 |
commit | 7f93ac9bb6481e3e0ca80d7b4cf4ca2bb2d0d5b7 (patch) | |
tree | d4cca1224a9cad90b1b2222529abb31d90764ba7 /distro/manjaro | |
parent | 56f19f7fc19c861e18efa152790d62b9c635d292 (diff) | |
download | liveusb-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/manjaro')
-rw-r--r-- | distro/manjaro/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/manjaro/install.sh b/distro/manjaro/install.sh index 4641f4c..a9de58b 100644 --- a/distro/manjaro/install.sh +++ b/distro/manjaro/install.sh @@ -4,6 +4,6 @@ install_live() { cp -r "$ISOMNT/manjaro/boot/$ARCH" "$ISOMNT/manjaro/boot/intel_ucode.img" \ "$KERNELDIR/manjaro" umount_iso - cp "isofiles/$ISOFILE" "$DATADIR/manjaro/" + cp "$ISOPATH/$ISOFILE" "$DATADIR/manjaro/" } |