From b2e1b08d6529ff6590344f60bf935aba3471de4b Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sun, 3 Feb 2019 13:47:38 +0800 Subject: distro/systemrescuecd: add 6.0.0, keep the old Gentoo-based 5.3.2 --- distro/systemrescuecd/5.3.2/install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 distro/systemrescuecd/5.3.2/install.sh (limited to 'distro/systemrescuecd/5.3.2/install.sh') 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 +} -- cgit v1.2.3