summaryrefslogtreecommitdiff
path: root/distro/ubuntu/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/ubuntu/install.sh')
-rw-r--r--distro/ubuntu/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/distro/ubuntu/install.sh b/distro/ubuntu/install.sh
index f6edab7..20b8d3f 100644
--- a/distro/ubuntu/install.sh
+++ b/distro/ubuntu/install.sh
@@ -1,7 +1,7 @@
install_live() {
- install -d "$KERNELDIR/ubuntu/${_ver}/64" "$DATADIR/ubuntu"
- cp "$ISOPATH/$ISOFILE" "$DATADIR/ubuntu/"
+ install -d "$KERNELDIR/${KEYWORD}/${_ver}/64" "$DATADIR/${KEYWORD}"
+ cp "$ISOPATH/$ISOFILE" "$DATADIR/${KEYWORD}/"
mount_iso
- cp "$ISOMNT/casper/${VMLINUZ}" "$ISOMNT/casper/${INITRD}" "$KERNELDIR/ubuntu/${_ver}/64/"
+ cp "$ISOMNT/casper/${VMLINUZ}" "$ISOMNT/casper/${INITRD}" "$KERNELDIR/${KEYWORD}/${_ver}/64/"
umount_iso
}