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
Francois Dupoux 1b058b4009 Merge branch 'kbdshortcuts' into 'master'
Created keyboard shortcuts (#146)

See merge request fdupoux/sysresccd-src!86
2020-09-08 18:19:22 +00:00
airootfs Created keyboard shortcuts (#146) 2020-09-08 19:18:22 +01:00
efiboot/grub Make BIOS and UEFI boot menus more consistent (boot entries, screen resolution, colors) 2020-08-23 11:28:02 +01:00
isolinux SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00
patches srm patch: override airootfs files 2020-08-09 21:29:11 -03:00
syslinux Make BIOS and UEFI boot menus more consistent (boot entries, screen resolution, colors) 2020-08-23 11:28:02 +01:00
.gitignore SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00
build.sh Fix for ArchLinux bug FS#67411 2020-07-27 19:50:47 +01:00
ChangeLog Make BIOS and UEFI boot menus more consistent (boot entries, screen resolution, colors) 2020-08-23 11:28:02 +01:00
LICENSE Updated LICENCE to follow archiso 2020-07-30 19:54:19 +01:00
mkinitcpio.conf Added encrypt hook to be able to boot from an encrypted disk (#108) 2020-05-25 14:00:56 +01:00
packages Added packages: xfce4-screenshooter + ristretto 2020-08-22 16:05:52 +01:00
pacman.conf Renamed the custom package repository (custompkgs => sysrescuerepo) 2020-08-09 10:02:54 +01:00
README.md Updated README file 2020-08-07 17:48:20 +01:00
VERSION SystemRescueCd-6.1.7 2020-07-31 18:39:00 +01:00

SystemRescueCd

Project website

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

Project sources

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

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. You need to use a modified version of archiso for the build to work and for additional fixes and features to be present. You can find the required archiso version and patches 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.