2020-09-13 21:26:56 +02:00
|
|
|
INCLUDE boot/syslinux/sysresccd_head.cfg
|
2019-02-02 12:22:52 +01:00
|
|
|
|
2020-09-13 21:26:56 +02:00
|
|
|
LABEL sysresccd
|
2019-02-02 12:22:52 +01:00
|
|
|
TEXT HELP
|
2020-09-12 12:27:37 +02:00
|
|
|
Boot the SystemRescue live medium.
|
2019-02-02 12:22:52 +01:00
|
|
|
ENDTEXT
|
2020-09-12 12:27:37 +02:00
|
|
|
MENU LABEL Boot SystemRescue using default options
|
2020-02-01 10:45:45 +01:00
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
2020-09-13 21:26:56 +02:00
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
SystemRescue+ZFS 12.00+2.3.1
🌎 External changes:
- 🚀 Upgrade SystemRescue to v12.00 and archzfs to v2.3.1.
- ➕ Add a no-firewall boot entry to the GRUB and SYSLINUX menus.
(If you'd like to vote for this to become the default boot entry,
leave a 👀 reaction on this release.)
- 🪶 Replace Firefox with the more lightweight GNOME Web (`epiphany`).
- ✂️ Remove packages `b43-fwcutter`, `darkhttpd`, `discount`, `dkms`,
`geany`, `irssi`, `keepassxc`, `linux-atm`, `qtpass`, `xorg-bdftopcf`,
`xorg-mkfontscale`, `xorg-sessreg`, `xorg-smproxy`, `xorg-x11perf`,
`xorg-xcmsdb`, `xorg-xcursorgen`, `xorg-xdriinfo`, `xorg-xgamma`,
`xorg-xkbevd`, `xorg-xkbprint`, `xorg-xkbutils`, `xorg-xlsatoms`,
`xorg-xlsclients`, `xorg-xpr`, `xorg-xrefresh`, `xorg-xsetroot`,
`xorg-xvinfo`, `xorg-xwd`, `xorg-xwud`, `yubikey-manager`, and
`yubikey-personalization-gui`.
- 🛠️ Fix reference to Featherpad (now Mousepad) left behind in
`issue(5)` by v11.02+2.2.6.
- 🛠️ Make the image's volume label ISO-9660-compliant.
Closes #17.
2024-11-26 05:28:21 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES%
|
|
|
|
|
|
|
|
|
|
LABEL sysresccd_nofirewall
|
|
|
|
|
TEXT HELP
|
|
|
|
|
Boot the SystemRescue live medium with the firewall disabled.
|
|
|
|
|
ENDTEXT
|
|
|
|
|
MENU LABEL Boot SystemRescue with the firewall disabled (nofirewall)
|
|
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES% nofirewall
|
2019-02-02 12:22:52 +01:00
|
|
|
|
2020-09-13 21:26:56 +02:00
|
|
|
LABEL sysresccd_copytoram
|
2019-02-02 12:22:52 +01:00
|
|
|
TEXT HELP
|
2020-09-12 12:27:37 +02:00
|
|
|
Boot the SystemRescue live medium and copy system to RAM
|
2019-02-02 12:22:52 +01:00
|
|
|
ENDTEXT
|
2020-09-12 12:27:37 +02:00
|
|
|
MENU LABEL Boot SystemRescue and copy system to RAM (copytoram)
|
2020-02-01 10:45:45 +01:00
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
2020-09-13 21:26:56 +02:00
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
SystemRescue+ZFS 12.00+2.3.1
🌎 External changes:
- 🚀 Upgrade SystemRescue to v12.00 and archzfs to v2.3.1.
- ➕ Add a no-firewall boot entry to the GRUB and SYSLINUX menus.
(If you'd like to vote for this to become the default boot entry,
leave a 👀 reaction on this release.)
- 🪶 Replace Firefox with the more lightweight GNOME Web (`epiphany`).
- ✂️ Remove packages `b43-fwcutter`, `darkhttpd`, `discount`, `dkms`,
`geany`, `irssi`, `keepassxc`, `linux-atm`, `qtpass`, `xorg-bdftopcf`,
`xorg-mkfontscale`, `xorg-sessreg`, `xorg-smproxy`, `xorg-x11perf`,
`xorg-xcmsdb`, `xorg-xcursorgen`, `xorg-xdriinfo`, `xorg-xgamma`,
`xorg-xkbevd`, `xorg-xkbprint`, `xorg-xkbutils`, `xorg-xlsatoms`,
`xorg-xlsclients`, `xorg-xpr`, `xorg-xrefresh`, `xorg-xsetroot`,
`xorg-xvinfo`, `xorg-xwd`, `xorg-xwud`, `yubikey-manager`, and
`yubikey-personalization-gui`.
- 🛠️ Fix reference to Featherpad (now Mousepad) left behind in
`issue(5)` by v11.02+2.2.6.
- 🛠️ Make the image's volume label ISO-9660-compliant.
Closes #17.
2024-11-26 05:28:21 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES% copytoram
|
2019-02-02 12:22:52 +01:00
|
|
|
|
2020-09-13 21:26:56 +02:00
|
|
|
LABEL sysresccd_checksum
|
2020-04-13 15:39:22 +02:00
|
|
|
TEXT HELP
|
2020-09-12 12:27:37 +02:00
|
|
|
Boot SystemRescue and verify the integrity of the live medium
|
2020-04-13 15:39:22 +02:00
|
|
|
ENDTEXT
|
2020-09-12 12:27:37 +02:00
|
|
|
MENU LABEL Boot SystemRescue and verify integrity of the medium (checksum)
|
2020-04-13 15:39:22 +02:00
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
2020-09-13 21:26:56 +02:00
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
SystemRescue+ZFS 12.00+2.3.1
🌎 External changes:
- 🚀 Upgrade SystemRescue to v12.00 and archzfs to v2.3.1.
- ➕ Add a no-firewall boot entry to the GRUB and SYSLINUX menus.
(If you'd like to vote for this to become the default boot entry,
leave a 👀 reaction on this release.)
- 🪶 Replace Firefox with the more lightweight GNOME Web (`epiphany`).
- ✂️ Remove packages `b43-fwcutter`, `darkhttpd`, `discount`, `dkms`,
`geany`, `irssi`, `keepassxc`, `linux-atm`, `qtpass`, `xorg-bdftopcf`,
`xorg-mkfontscale`, `xorg-sessreg`, `xorg-smproxy`, `xorg-x11perf`,
`xorg-xcmsdb`, `xorg-xcursorgen`, `xorg-xdriinfo`, `xorg-xgamma`,
`xorg-xkbevd`, `xorg-xkbprint`, `xorg-xkbutils`, `xorg-xlsatoms`,
`xorg-xlsclients`, `xorg-xpr`, `xorg-xrefresh`, `xorg-xsetroot`,
`xorg-xvinfo`, `xorg-xwd`, `xorg-xwud`, `yubikey-manager`, and
`yubikey-personalization-gui`.
- 🛠️ Fix reference to Featherpad (now Mousepad) left behind in
`issue(5)` by v11.02+2.2.6.
- 🛠️ Make the image's volume label ISO-9660-compliant.
Closes #17.
2024-11-26 05:28:21 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES% checksum
|
2020-04-13 15:39:22 +02:00
|
|
|
|
2020-09-13 21:26:56 +02:00
|
|
|
LABEL sysresccd_nomodeset
|
2020-08-18 09:21:24 +02:00
|
|
|
TEXT HELP
|
|
|
|
|
Boot using basic display drivers to avoid display issues
|
|
|
|
|
ENDTEXT
|
2020-09-12 12:27:37 +02:00
|
|
|
MENU LABEL Boot SystemRescue using basic display drivers (nomodeset)
|
2020-08-18 09:21:24 +02:00
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
2020-09-13 21:26:56 +02:00
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
SystemRescue+ZFS 12.00+2.3.1
🌎 External changes:
- 🚀 Upgrade SystemRescue to v12.00 and archzfs to v2.3.1.
- ➕ Add a no-firewall boot entry to the GRUB and SYSLINUX menus.
(If you'd like to vote for this to become the default boot entry,
leave a 👀 reaction on this release.)
- 🪶 Replace Firefox with the more lightweight GNOME Web (`epiphany`).
- ✂️ Remove packages `b43-fwcutter`, `darkhttpd`, `discount`, `dkms`,
`geany`, `irssi`, `keepassxc`, `linux-atm`, `qtpass`, `xorg-bdftopcf`,
`xorg-mkfontscale`, `xorg-sessreg`, `xorg-smproxy`, `xorg-x11perf`,
`xorg-xcmsdb`, `xorg-xcursorgen`, `xorg-xdriinfo`, `xorg-xgamma`,
`xorg-xkbevd`, `xorg-xkbprint`, `xorg-xkbutils`, `xorg-xlsatoms`,
`xorg-xlsclients`, `xorg-xpr`, `xorg-xrefresh`, `xorg-xsetroot`,
`xorg-xvinfo`, `xorg-xwd`, `xorg-xwud`, `yubikey-manager`, and
`yubikey-personalization-gui`.
- 🛠️ Fix reference to Featherpad (now Mousepad) left behind in
`issue(5)` by v11.02+2.2.6.
- 🛠️ Make the image's volume label ISO-9660-compliant.
Closes #17.
2024-11-26 05:28:21 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES% nomodeset
|
2022-12-11 22:44:14 +01:00
|
|
|
|
2022-07-27 22:43:03 +02:00
|
|
|
LABEL sysresccd-nomdlvm
|
|
|
|
|
TEXT HELP
|
|
|
|
|
Do not activate md raid or lvm to prevent any unwanted disk writes,
|
|
|
|
|
for example for forensics or restoring data from broken media.
|
|
|
|
|
ENDTEXT
|
|
|
|
|
MENU LABEL Boot SystemRescue, do not activate md raid or lvm (nomdlvm)
|
|
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
|
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
SystemRescue+ZFS 12.00+2.3.1
🌎 External changes:
- 🚀 Upgrade SystemRescue to v12.00 and archzfs to v2.3.1.
- ➕ Add a no-firewall boot entry to the GRUB and SYSLINUX menus.
(If you'd like to vote for this to become the default boot entry,
leave a 👀 reaction on this release.)
- 🪶 Replace Firefox with the more lightweight GNOME Web (`epiphany`).
- ✂️ Remove packages `b43-fwcutter`, `darkhttpd`, `discount`, `dkms`,
`geany`, `irssi`, `keepassxc`, `linux-atm`, `qtpass`, `xorg-bdftopcf`,
`xorg-mkfontscale`, `xorg-sessreg`, `xorg-smproxy`, `xorg-x11perf`,
`xorg-xcmsdb`, `xorg-xcursorgen`, `xorg-xdriinfo`, `xorg-xgamma`,
`xorg-xkbevd`, `xorg-xkbprint`, `xorg-xkbutils`, `xorg-xlsatoms`,
`xorg-xlsclients`, `xorg-xpr`, `xorg-xrefresh`, `xorg-xsetroot`,
`xorg-xvinfo`, `xorg-xwd`, `xorg-xwud`, `yubikey-manager`, and
`yubikey-personalization-gui`.
- 🛠️ Fix reference to Featherpad (now Mousepad) left behind in
`issue(5)` by v11.02+2.2.6.
- 🛠️ Make the image's volume label ISO-9660-compliant.
Closes #17.
2024-11-26 05:28:21 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES% nomdlvm
|
2022-07-27 22:43:03 +02:00
|
|
|
|
2020-09-13 21:26:56 +02:00
|
|
|
LABEL sysresccd_findroot
|
2020-05-17 09:43:27 +02:00
|
|
|
TEXT HELP
|
|
|
|
|
Boot from a Linux operating system installed on the disk
|
|
|
|
|
ENDTEXT
|
2020-08-23 12:25:44 +02:00
|
|
|
MENU LABEL Boot a Linux operating system installed on the disk (findroot)
|
2020-05-17 09:43:27 +02:00
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
2020-09-13 21:26:56 +02:00
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
SystemRescue+ZFS 12.00+2.3.1
🌎 External changes:
- 🚀 Upgrade SystemRescue to v12.00 and archzfs to v2.3.1.
- ➕ Add a no-firewall boot entry to the GRUB and SYSLINUX menus.
(If you'd like to vote for this to become the default boot entry,
leave a 👀 reaction on this release.)
- 🪶 Replace Firefox with the more lightweight GNOME Web (`epiphany`).
- ✂️ Remove packages `b43-fwcutter`, `darkhttpd`, `discount`, `dkms`,
`geany`, `irssi`, `keepassxc`, `linux-atm`, `qtpass`, `xorg-bdftopcf`,
`xorg-mkfontscale`, `xorg-sessreg`, `xorg-smproxy`, `xorg-x11perf`,
`xorg-xcmsdb`, `xorg-xcursorgen`, `xorg-xdriinfo`, `xorg-xgamma`,
`xorg-xkbevd`, `xorg-xkbprint`, `xorg-xkbutils`, `xorg-xlsatoms`,
`xorg-xlsclients`, `xorg-xpr`, `xorg-xrefresh`, `xorg-xsetroot`,
`xorg-xvinfo`, `xorg-xwd`, `xorg-xwud`, `yubikey-manager`, and
`yubikey-personalization-gui`.
- 🛠️ Fix reference to Featherpad (now Mousepad) left behind in
`issue(5)` by v11.02+2.2.6.
- 🛠️ Make the image's volume label ISO-9660-compliant.
Closes #17.
2024-11-26 05:28:21 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES% findroot
|
2020-05-17 09:43:27 +02:00
|
|
|
|
2020-09-13 21:26:56 +02:00
|
|
|
LABEL sysresccd_break
|
2020-05-17 09:43:27 +02:00
|
|
|
TEXT HELP
|
|
|
|
|
Stop during the boot process before mounting the root filesystem
|
|
|
|
|
ENDTEXT
|
|
|
|
|
MENU LABEL Stop during the boot process before mounting the root filesystem
|
|
|
|
|
LINUX boot/%ISO_ARCH%/vmlinuz
|
2020-09-13 21:26:56 +02:00
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/%ISO_ARCH%/sysresccd.img
|
SystemRescue+ZFS 12.00+2.3.1
🌎 External changes:
- 🚀 Upgrade SystemRescue to v12.00 and archzfs to v2.3.1.
- ➕ Add a no-firewall boot entry to the GRUB and SYSLINUX menus.
(If you'd like to vote for this to become the default boot entry,
leave a 👀 reaction on this release.)
- 🪶 Replace Firefox with the more lightweight GNOME Web (`epiphany`).
- ✂️ Remove packages `b43-fwcutter`, `darkhttpd`, `discount`, `dkms`,
`geany`, `irssi`, `keepassxc`, `linux-atm`, `qtpass`, `xorg-bdftopcf`,
`xorg-mkfontscale`, `xorg-sessreg`, `xorg-smproxy`, `xorg-x11perf`,
`xorg-xcmsdb`, `xorg-xcursorgen`, `xorg-xdriinfo`, `xorg-xgamma`,
`xorg-xkbevd`, `xorg-xkbprint`, `xorg-xkbutils`, `xorg-xlsatoms`,
`xorg-xlsclients`, `xorg-xpr`, `xorg-xrefresh`, `xorg-xsetroot`,
`xorg-xvinfo`, `xorg-xwd`, `xorg-xwud`, `yubikey-manager`, and
`yubikey-personalization-gui`.
- 🛠️ Fix reference to Featherpad (now Mousepad) left behind in
`issue(5)` by v11.02+2.2.6.
- 🛠️ Make the image's volume label ISO-9660-compliant.
Closes #17.
2024-11-26 05:28:21 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% %DEFAULT_KERNEL_PARAM% %CONSOLES% break
|
2020-05-17 09:43:27 +02:00
|
|
|
|
2023-03-11 22:18:44 +01:00
|
|
|
INCLUDE boot/syslinux/sysresccd_custom.cfg
|
|
|
|
|
|
2020-09-13 21:26:56 +02:00
|
|
|
INCLUDE boot/syslinux/sysresccd_tail.cfg
|