From 9ec5da20a229bc875ecccb7f5e5841a2e8861991 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 10 Aug 2016 20:43:57 +0800 Subject: distro: add SystemRescueCd --- distro/systemrescuecd/install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 distro/systemrescuecd/install.sh (limited to 'distro/systemrescuecd/install.sh') diff --git a/distro/systemrescuecd/install.sh b/distro/systemrescuecd/install.sh new file mode 100644 index 0000000..0676d1b --- /dev/null +++ b/distro/systemrescuecd/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 +} -- cgit v1.2.3