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.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/distro/ubuntu/install.sh b/distro/ubuntu/install.sh
new file mode 100644
index 0000000..f6edab7
--- /dev/null
+++ b/distro/ubuntu/install.sh
@@ -0,0 +1,7 @@
+install_live() {
+ install -d "$KERNELDIR/ubuntu/${_ver}/64" "$DATADIR/ubuntu"
+ cp "$ISOPATH/$ISOFILE" "$DATADIR/ubuntu/"
+ mount_iso
+ cp "$ISOMNT/casper/${VMLINUZ}" "$ISOMNT/casper/${INITRD}" "$KERNELDIR/ubuntu/${_ver}/64/"
+ umount_iso
+}