summaryrefslogtreecommitdiff
path: root/distro/mint/mate/64/install.sh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-08-10 17:10:22 +0800
committerIru Cai <mytbk920423@gmail.com>2016-08-10 17:36:57 +0800
commit634ae0c4b0d165609296b5e81d56d4f186480ff9 (patch)
treeccd3ded33aaeb17663a1be4cc6075e13f23439ef /distro/mint/mate/64/install.sh
parent1361443fc0ce1b6c18fcdb68c11721689415d17e (diff)
downloadliveusb-builder-634ae0c4b0d165609296b5e81d56d4f186480ff9.tar.xz
distro/mint: add Xfce and Cinnamon desktop
- Move mint/mate/64 as mint/64/mate because 64-bit and 32-bit is a more significant difference than desktop - The kernel of Xfce and MATE is identical and the initrd.lz is almost identical, it's OK to use the same vmlinuz and initrd.lz for both ISOs - remove the creation of $DATADIR/mint/64
Diffstat (limited to 'distro/mint/mate/64/install.sh')
-rw-r--r--distro/mint/mate/64/install.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/mint/mate/64/install.sh b/distro/mint/mate/64/install.sh
deleted file mode 100644
index 3aff3e2..0000000
--- a/distro/mint/mate/64/install.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-install_live() {
- install -d "$KERNELDIR/mint/64" "$DATADIR/mint/64"
- cp "isofiles/$ISOFILE" "$DATADIR/mint/"
- mount_iso
- cp "$ISOMNT/casper/vmlinuz" "$ISOMNT/casper/initrd.lz" "$KERNELDIR/mint/64/"
- umount_iso
-}
-