summaryrefslogtreecommitdiff
path: root/distro/systemrescuecd/6.0.0/install.sh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-02-19 09:21:48 +0800
committerIru Cai <mytbk920423@gmail.com>2019-02-19 09:36:43 +0800
commit276e6916d5ecb852abb9e8dd24dbf2bafc4415bd (patch)
tree45d79b620ebf9be12e8e13688d55ee5747bc7946 /distro/systemrescuecd/6.0.0/install.sh
parent9e204d497527a6fec730eea75994ac1cacf017e4 (diff)
downloadliveusb-builder-276e6916d5ecb852abb9e8dd24dbf2bafc4415bd.tar.xz
systemrescuecd 6.0.1
Diffstat (limited to 'distro/systemrescuecd/6.0.0/install.sh')
-rw-r--r--distro/systemrescuecd/6.0.0/install.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/systemrescuecd/6.0.0/install.sh b/distro/systemrescuecd/6.0.0/install.sh
deleted file mode 100644
index 54c9bce..0000000
--- a/distro/systemrescuecd/6.0.0/install.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-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
-}