summaryrefslogtreecommitdiff
path: root/distro/systemrescuecd/5.3.2/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/systemrescuecd/5.3.2/install.sh')
-rw-r--r--distro/systemrescuecd/5.3.2/install.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/distro/systemrescuecd/5.3.2/install.sh b/distro/systemrescuecd/5.3.2/install.sh
new file mode 100644
index 0000000..0676d1b
--- /dev/null
+++ b/distro/systemrescuecd/5.3.2/install.sh
@@ -0,0 +1,7 @@
+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
+}