From 187358205bf8f84e811d38459a93b231a235ff65 Mon Sep 17 00:00:00 2001 From: "Gerd v. Egidy" Date: Fri, 27 May 2022 22:06:44 +0200 Subject: [PATCH] add some more packages syslinux: this is already installed, but only through a dependency. syslinux is essential to build a bootable image. So this should be explicitly listed and not just as a dependency. fatresize (10 KB): allows to resize FAT filesystems. Helpful for example when you have to grow a EFI System Partition because it ran out of space. kexec-tools (70 KB): allows to directly boot into a given kernel + initramfs without going through the BIOS or bootloader before. Useful when the bootloader is broken, you can't immediately fix it but want to boot the original system. --- ChangeLog | 2 +- packages | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 82987ce..56ddf2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ https://gitlab.com/systemrescue/systemrescue-sources/-/issues/278 * Change how the "sysrescuecfg" boot command line option is implemented: Merge given config files after reading the ones in the sysrescue.d dir * Change YAML config file loading logic to fully merge multiple files (#254) -* Added packages: acpi, moreutils, python-pythondialog +* Added packages: acpi, fatresize, kexec-tools, moreutils, python-pythondialog ------------------------------------------------------------------------------- 9.02 (2022-04-09): diff --git a/packages b/packages index b8591b5..92b632c 100644 --- a/packages +++ b/packages @@ -53,6 +53,7 @@ exfatprogs expac ext4magic f2fs-tools +fatresize featherpad file findutils @@ -99,6 +100,7 @@ irssi jfsutils jq keepassxc +kexec-tools less lftp libisoburn @@ -218,6 +220,7 @@ sshfs strace stress sudo +syslinux sysstat tar tcl