A fork of SystemRescue (formerly SystemRescueCd) with ZFS built-in and serial console access enabled for all boot options. Download bootable ISOs from the releases page.
Find a file
2020-05-17 10:04:41 +01:00
airootfs Add tools required to use encrypted devices to the initramfs 2020-05-17 10:04:41 +01:00
efiboot/grub Added new entry in boot menu to start from a Linux OS installed on the disk 2020-05-17 07:43:27 +00:00
isolinux SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00
patches Optimize squashfs compression 2020-01-26 12:17:58 +00:00
syslinux Added new entry in boot menu to start from a Linux OS installed on the disk 2020-05-17 07:43:27 +00:00
.gitignore SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00
build.sh Added new entry in boot menu to start from a Linux OS installed on the disk 2020-05-17 07:43:27 +00:00
ChangeLog Added new entry in boot menu to start from a Linux OS installed on the disk 2020-05-17 07:43:27 +00:00
LICENSE Add license file 2020-03-03 19:28:14 +00:00
mkinitcpio.conf Added new entry in boot menu to start from a Linux OS installed on the disk 2020-05-17 07:43:27 +00:00
packages Renamed refind-efi package 2020-05-16 19:50:05 +01:00
pacman.conf Simplify support for multiple architectures 2020-03-07 16:46:09 +00:00
README.md Simplify support for multiple architectures 2020-03-07 16:46:09 +00:00
VERSION SystemRescueCd-6.1.3 2020-04-17 20:36:49 +01:00

SystemRescueCd

Project website

Homepage: http://www.system-rescue-cd.org/

Project sources

This git repository contains SystemRescueCd sources files. This is based on https://git.archlinux.org/archiso.git

Building SystemRescueCd

SystemRescueCd can be built for x86_64 or i686 architectures. It must be built on archlinux if you want to build a 64bit edition, or archlinux32 if you want to create a 32bit edition. The following packages must be installed on the build system: archiso, grub, mtools. The archiso package must be modified to add support for an option which allows to optimize the squashfs compression. The patch can be found in the "patches" folder in this git repository.

The package list contains packages which are not part of the official binary package repositories. These packages need to be built from sources from the AUR website. These sources are made of at least a PKGBUILD file and quite often other related files, such as patches. These can be built using the makepkg command which generates binary packages. These binary packages must be copied to a custom package repository which can be hosted locally using httpd or nginx. The repo-add command must be used to generate the repository package index. The pacman.conf file must be updated with the address of this repository so custom packages can be accessed.

The build process can be started by running the build.sh script. It will create a large "work" sub-directory and the ISO file will be written in the "out" sub-directory.