summaryrefslogtreecommitdiff
path: root/distro/ubuntu/install.sh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-01-15 15:47:31 +0800
committerIru Cai <mytbk920423@gmail.com>2018-01-15 15:47:31 +0800
commitfb7dea02cd8d58d8942e30c6dbc51594ced56eb9 (patch)
treee9497d72271d205b9d097d150735518a6ce942ee /distro/ubuntu/install.sh
parentd57a360f401f710e9f33595176994c742d23548f (diff)
downloadliveusb-builder-fb7dea02cd8d58d8942e30c6dbc51594ced56eb9.tar.xz
add ubuntu 14.04.5 LTS
Diffstat (limited to 'distro/ubuntu/install.sh')
-rw-r--r--distro/ubuntu/install.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/install.sh b/distro/ubuntu/install.sh
deleted file mode 100644
index 51ae17e..0000000
--- a/distro/ubuntu/install.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-install_live() {
- install -d "$KERNELDIR/ubuntu/64" "$DATADIR/ubuntu"
- cp "isofiles/$ISOFILE" "$DATADIR/ubuntu/"
- mount_iso
- cp "$ISOMNT/casper/vmlinuz.efi" "$ISOMNT/casper/initrd.lz" "$KERNELDIR/ubuntu/64/"
- umount_iso
-}
-