summaryrefslogtreecommitdiff
path: root/distro/systemrescuecd/install.sh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-02-03 13:47:38 +0800
committerIru Cai <mytbk920423@gmail.com>2019-02-03 13:58:10 +0800
commitb2e1b08d6529ff6590344f60bf935aba3471de4b (patch)
tree45f024a5a9b14c6eab5811d44642e3421186b34f /distro/systemrescuecd/install.sh
parent8a7b5e6a5099ebeff9b8fb45f43d0d4c3dc0af8e (diff)
downloadliveusb-builder-b2e1b08d6529ff6590344f60bf935aba3471de4b.tar.xz
distro/systemrescuecd: add 6.0.0, keep the old Gentoo-based 5.3.2
Diffstat (limited to 'distro/systemrescuecd/install.sh')
-rw-r--r--distro/systemrescuecd/install.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/distro/systemrescuecd/install.sh b/distro/systemrescuecd/install.sh
deleted file mode 100644
index 0676d1b..0000000
--- a/distro/systemrescuecd/install.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-install_live() {
- mount_iso
- install -d "$DATADIR/sysrcd" "$KERNELDIR/sysrcd"
- cp "$ISOMNT/"{sysrcd.dat,sysrcd.md5} "$DATADIR/sysrcd/"
- cp "$ISOMNT/isolinux/"{rescue32,rescue64,initram.igz} "$KERNELDIR/sysrcd/"
- umount_iso
-}