summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rw-r--r--rescue/Makefile4
-rw-r--r--rescue/NEWS6
-rw-r--r--rescue/list.xml10
-rwxr-xr-xrescue/make_flash_rescuebin2504 -> 2504 bytes
4 files changed, 13 insertions, 7 deletions
diff --git a/rescue/Makefile b/rescue/Makefile
index cb096dd0f..b9462add0 100644
--- a/rescue/Makefile
+++ b/rescue/Makefile
@@ -1,6 +1,6 @@
include ../Makefile.config
-VERSION=1.67
+VERSION=1.68
PRODUCT=drakx-installer-rescue
RESCUE = rescue.sqfs
@@ -18,7 +18,7 @@ dist: tar
tar:
rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)
- @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD rescue tools/install-xml-file-list Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz;
+ @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ $(PRODUCT)-$(VERSION) rescue tools/install-xml-file-list Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz;
$(info $(PRODUCT)-$(VERSION).tar.xz is ready)
clean:
diff --git a/rescue/NEWS b/rescue/NEWS
index cae5af2f2..dafe7c222 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -1,3 +1,9 @@
+Version 1.68 - 18 October 2025 by Jani Välimaa
+- replace i586 with i686 in files
+- fix and sort nedeed systemd files
+ - add systemd-executor
+ - remove systemd-cgroups-agent
+
Version 1.67 - 28 April 2023 by Martin Whitaker
- mount efivars in chroot on UEFI systems (mga#31844)
diff --git a/rescue/list.xml b/rescue/list.xml
index ee6355180..50656352e 100644
--- a/rescue/list.xml
+++ b/rescue/list.xml
@@ -272,15 +272,15 @@
<from dir="/usr/lib/systemd">
systemd
- systemd-cgroups-agent
- systemd-shutdown
- systemd-reply-password
+ systemd-executor
systemd-fsck
- systemd-udevd
systemd-journald
systemd-machined
- systemd-sysctl
systemd-modules-load
+ systemd-reply-password
+ systemd-shutdown
+ systemd-sysctl
+ systemd-udevd
systemd-vconsole-setup
system-generators/systemd-fstab-generator
</from>
diff --git a/rescue/make_flash_rescue b/rescue/make_flash_rescue
index b439b9adc..2f7ce8584 100755
--- a/rescue/make_flash_rescue
+++ b/rescue/make_flash_rescue
Binary files differ