summaryrefslogtreecommitdiff
path: root/distro/grml/64/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/grml/64/install.sh')
-rw-r--r--distro/grml/64/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/grml/64/install.sh b/distro/grml/64/install.sh
index feb6ad2..08a4853 100644
--- a/distro/grml/64/install.sh
+++ b/distro/grml/64/install.sh
@@ -1,6 +1,6 @@
install_live() {
install -d "$KERNELDIR/grml/64" "$DATADIR/grml"
- cp "$ISOPATH/$ISOFILE" "$DATADIR/grml/"
+ cp "${ISO_FILEPATH}" "$DATADIR/grml/"
mount_iso
cp "$ISOMNT/boot/grml64full/vmlinuz" "$ISOMNT/boot/grml64full/initrd.img" "$KERNELDIR/grml/64/"
umount_iso