summaryrefslogtreecommitdiff
path: root/distro/systemrescuecd/latest
diff options
context:
space:
mode:
Diffstat (limited to 'distro/systemrescuecd/latest')
-rw-r--r--distro/systemrescuecd/latest/entry17
-rw-r--r--distro/systemrescuecd/latest/install.sh8
-rw-r--r--distro/systemrescuecd/latest/isoinfo8
3 files changed, 23 insertions, 0 deletions
diff --git a/distro/systemrescuecd/latest/entry1 b/distro/systemrescuecd/latest/entry1
new file mode 100644
index 0000000..05fdbfc
--- /dev/null
+++ b/distro/systemrescuecd/latest/entry1
@@ -0,0 +1,7 @@
+TITLE='SystemRescueCd 6.0.1 x86_64'
+KERNEL=/liveusb-kernel/$KEYWORD/x86_64/vmlinuz
+INITRD=(/liveusb-kernel/$KEYWORD/intel_ucode.img
+ /liveusb-kernel/$KEYWORD/amd_ucode.img
+ /liveusb-kernel/$KEYWORD/x86_64/sysresccd.img)
+OPTION="archisodevice=/dev/disk/by-uuid/$UUID archisobasedir=liveusb-data/$KEYWORD"
+X64=y
diff --git a/distro/systemrescuecd/latest/install.sh b/distro/systemrescuecd/latest/install.sh
new file mode 100644
index 0000000..54c9bce
--- /dev/null
+++ b/distro/systemrescuecd/latest/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
+}
diff --git a/distro/systemrescuecd/latest/isoinfo b/distro/systemrescuecd/latest/isoinfo
new file mode 100644
index 0000000..4dd41e5
--- /dev/null
+++ b/distro/systemrescuecd/latest/isoinfo
@@ -0,0 +1,8 @@
+_isover=6.0.1
+ISONAME="$DISTRONAME $_isover"
+ISOURL=sysresccd-x86/$_isover/systemrescuecd-$_isover.iso
+SHA256=f01cba4ed0fafc85645b32c46794d8e96184ed0cdf14f36d2629472259655f03
+
+mirrorlist=(
+https://sourceforge.net/projects/systemrescuecd/files
+)