summaryrefslogtreecommitdiff
path: root/distro/ubuntu/14.04/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/ubuntu/14.04/install.sh')
-rw-r--r--distro/ubuntu/14.04/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/ubuntu/14.04/install.sh b/distro/ubuntu/14.04/install.sh
index 24ce8f9..b262a1f 100644
--- a/distro/ubuntu/14.04/install.sh
+++ b/distro/ubuntu/14.04/install.sh
@@ -1,6 +1,6 @@
install_live() {
install -d "$KERNELDIR/ubuntu/14.04/64" "$DATADIR/ubuntu"
- cp "$ISOPATH/$ISOFILE" "$DATADIR/ubuntu/"
+ cp "${ISO_FILEPATH}" "$DATADIR/ubuntu/"
mount_iso
cp "$ISOMNT/casper/vmlinuz.efi" "$ISOMNT/casper/initrd.lz" "$KERNELDIR/ubuntu/14.04/64/"
umount_iso