summaryrefslogtreecommitdiff
path: root/distro/systemrescuecd/6.0.0/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/6.0.0/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/6.0.0/install.sh')
-rw-r--r--distro/systemrescuecd/6.0.0/install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/distro/systemrescuecd/6.0.0/install.sh b/distro/systemrescuecd/6.0.0/install.sh
new file mode 100644
index 0000000..54c9bce
--- /dev/null
+++ b/distro/systemrescuecd/6.0.0/install.sh
@@ -0,0 +1,8 @@
+install_live() {
+ mount_iso
+ install -d "$DATADIR/$KEYWORD" "$KERNELDIR/$KEYWORD"
+ cp -r "$ISOMNT/sysresccd/x86_64" "$DATADIR/$KEYWORD/"
+ cp -r "$ISOMNT/sysresccd/boot/x86_64" "$KERNELDIR/$KEYWORD/"
+ cp "$ISOMNT/sysresccd/boot/"*.img "$KERNELDIR/$KEYWORD/"
+ umount_iso
+}