Commit graph

745 commits

Author SHA1 Message Date
Francois Dupoux c2717519b6 Adding the battery icon to the panel 2023-12-17 13:11:51 +00:00
Francois Dupoux a9a30e5913 Enabled the screensaver to save energy 2023-12-17 13:11:15 +00:00
Francois Dupoux 3f3a0be760 Merge branch 'bcachefs' into 'main'
Add bcachefs-tools (file system utilities for bcachefs)

See merge request systemrescue/systemrescue-sources!295
2023-11-04 07:45:37 +00:00
Francois Dupoux 4102875d6c Add bcachefs-tools (file system utilities for bcachefs) 2023-11-04 07:23:54 +00:00
Gerd v. Egidy 4d8a709218 Merge branch 'ssh_host_keys' into 'main'
Add new option "ssh_known_hosts" to the sysconfig section of the yaml config

See merge request systemrescue/systemrescue-sources!294
2023-10-03 18:22:00 +00:00
Gerd v. Egidy 5cf652ec56 Add new option "ssh_known_hosts" to the sysconfig section of the yaml config
It allows to preconfigure a list of known host keys.
But the primary use case will probably be trusting signatures from SSH CAs for host keys.

Example:
---
sysconfig:
    ssh_known_hosts:
        myhost.example.org: "ssh-ed25519 AAAAC3NzaC1l...JJTO48B"
        "@cert-authority *.mydomain.org": "ssh-rsa AAAAB3NzaC1y...Zhk0="
2023-10-03 20:17:14 +02:00
Gerd v. Egidy 592d5e0869 Merge branch 'findroot-fixes' into 'main'
Fix findroot issues #340 and #342

See merge request systemrescue/systemrescue-sources!293
2023-09-25 20:34:15 +00:00
Gerd v. Egidy 4869d2c2f8 Fix findroot loop when the password to any encrypted device is unknown (#342)
Do this by asking max 6 times for a password, then continue with the next device.

Also fix a bug when an encrypted device on LVM leads to the same device
name for the encrypted and unencrypted device.
2023-09-25 22:30:58 +02:00
Gerd v. Egidy 99fb673748 Fix using findroot when /sbin/init is an absolute symlink (#340)
Also add basic safeguards against bad usrmerge implementations:
that would be when /sbin is a absolute symlink instead of a relative one.
2023-09-25 21:44:03 +02:00
Francois Dupoux aa8a7b0aa2 Merge branch 'fix-changelog' into 'main'
Update ChangeLog for version 10.03

See merge request systemrescue/systemrescue-sources!292
2023-09-16 20:22:21 +00:00
Francois Dupoux 4c47a26264 Update ChangeLog for version 10.03 2023-09-16 21:21:50 +01:00
Gerd v. Egidy c82322b922 Merge branch 'new-packages' into 'main'
Add new packages : timeshift + sleuthkit

See merge request systemrescue/systemrescue-sources!290
2023-09-16 20:13:09 +00:00
Francois Dupoux ec1578da8d Merge branch 'release-1002' into 'main'
SystemRescue-10.02

See merge request systemrescue/systemrescue-sources!291
2023-09-16 20:04:29 +00:00
Francois Dupoux 96ff1524af SystemRescue-10.02 2023-09-16 21:03:21 +01:00
Gerd v. Egidy 0a36513381 add changelog entries 2023-09-16 16:23:29 +02:00
Gerd v. Egidy 19e9bd08e1 add timeshift and sleuthkit packages (#349, #350) 2023-09-16 15:08:32 +02:00
Francois Dupoux 10f799bf1b Merge branch 'add-libldm' into 'main'
Added libldm (Tools for managing Microsoft Windows Dynamic Disks) (#348)

See merge request systemrescue/systemrescue-sources!289
2023-09-14 20:10:14 +00:00
Francois Dupoux 17469bd92c Added libldm (Tools for managing Microsoft Windows Dynamic Disks) (#348) 2023-09-14 21:09:28 +01:00
Francois Dupoux 6a1f48bcab Merge branch 'add-nmon' into 'main'
Add nmon (Nigels Performance Monitoring tool for Linux) #351

See merge request systemrescue/systemrescue-sources!288
2023-09-14 20:05:41 +00:00
Francois Dupoux 377cdcb3f5 Added nmon (Nigels Performance Monitoring tool for Linux) #351 2023-09-14 21:04:54 +01:00
Francois Dupoux 8c76cdfb5c Merge branch 'release-1001' into 'main'
SystemRescue-10.01

See merge request systemrescue/systemrescue-sources!287
2023-05-27 20:24:44 +00:00
Francois Dupoux c841a8f6d5 SystemRescue-10.01 2023-05-27 21:23:00 +01:00
Francois Dupoux 3deaf2310f Merge branch 'build-fixes' into 'main'
Updates for the build tooling

See merge request systemrescue/systemrescue-sources!286
2023-05-27 20:14:11 +00:00
Francois Dupoux 2fa0ef218f Remove build image for i686 2023-05-27 20:01:56 +01:00
Francois Dupoux 1a7bc6c272 Add basic utilities to the build image 2023-05-27 20:01:27 +01:00
Francois Dupoux 872104007f Remove the community repository from pacman.conf 2023-05-27 19:46:17 +01:00
Francois Dupoux 7a0af7b0a2 Merge branch 'changelog' into 'main'
Updated ChangeLog

See merge request systemrescue/systemrescue-sources!285
2023-05-27 18:03:24 +00:00
Francois Dupoux ceed0fc200 Updated ChangeLog 2023-05-27 19:02:38 +01:00
Gerd v. Egidy fd25ece4e3 Merge branch 'speedtest-cli' into 'main'
add speedtest-cli package

See merge request systemrescue/systemrescue-sources!284
2023-05-06 21:55:22 +00:00
Gerd v. Egidy 10ff41e877 add speedtest-cli package
It can help diagnosing internet connection issues.
2023-05-06 23:54:26 +02:00
Gerd v. Egidy cc787454a4 Merge branch 'rdiff-backup' into 'main'
bring back rdiff-backup, now packaged in systemrescue-custompkg

See merge request systemrescue/systemrescue-sources!283
2023-05-06 21:38:02 +00:00
Gerd v. Egidy 01111aa22b bring back rdiff-backup, now packaged in systemrescue-custompkg 2023-05-06 23:37:06 +02:00
Francois Dupoux e86ee69ab0 Merge branch 'pkgs-1' into 'main'
Add thunar-archive-plugin, remove xfce4-battery-plugin

See merge request systemrescue/systemrescue-sources!282
2023-05-06 19:53:24 +00:00
Marcos Mello 9422fcb86a Add thunar-archive-plugin, remove xfce4-battery-plugin
Closes systemrescue/systemrescue-sources#335
2023-05-06 16:09:45 -03:00
Francois Dupoux 6dcae39aa0 Merge branch 'mke2fs' into 'main'
Disable recent ext4 features by default to improve compatibility with RHEL (#330)

See merge request systemrescue/systemrescue-sources!281
2023-05-06 07:22:14 +00:00
Francois Dupoux 38e0e2e25b Disable recent features by default on ext4 to improve compatibility (#330) 2023-05-06 07:54:59 +01:00
Francois Dupoux 97b97427ae Add /etc/mke2fs.conf to control the default features 2023-05-06 07:50:49 +01:00
Francois Dupoux 914710554a Merge branch 'rmpkg' into 'main'
Removed packages which have been dropped by upstream

See merge request systemrescue/systemrescue-sources!280
2023-05-06 06:29:16 +00:00
Francois Dupoux 08fe766b62 Removed packages which have been dropped by upstream 2023-05-06 07:28:52 +01:00
Francois Dupoux 79434092b0 Merge branch 'appindicator' into 'main'
Enable nm-applet's application indicator support

See merge request systemrescue/systemrescue-sources!279
2023-04-25 06:07:02 +00:00
Marcos Mello 81205cae65 Enable nm-applet's application indicator support
Application indicators are supported since xfce4-panel 4.16.0. Update panel's systray configuration accordingly:

- show-frame was removed.

d77b3b382d
8a9c40600a

- size-max was renamed to icon-size. Specifying 0 means "Adjust size automatically".

3d12067c08
37b15df58c

- names-visible was renamed to known-items (application indicator) and known-legacy-items (xembed).

6e5e8f5f61
7a0b8c36bc
2023-04-23 16:28:23 -03:00
Francois Dupoux 3b7362e003 Merge branch 'mask-gpt-auto' into 'main'
Mask systemd-gpt-auto-generator rather than delete it

See merge request systemrescue/systemrescue-sources!278
2023-04-22 09:55:11 +00:00
Marcos Mello fd32da99ec Mask systemd-gpt-auto-generator rather than delete it 2023-04-14 20:09:50 -03:00
Francois Dupoux 520ed8a3d5 Merge branch 'release-1000' into 'main'
SystemRescue-10.00

See merge request systemrescue/systemrescue-sources!277
2023-03-19 08:26:29 +00:00
Francois Dupoux 3bf461bce5 SystemRescue-10.00 2023-03-19 08:13:26 +00:00
Gerd v. Egidy 260d590c71 Merge branch 'changelog-no-i686' into 'main'
remove the i686 deprecation notice from the changelog, the i686 release is no more

See merge request systemrescue/systemrescue-sources!276
2023-03-18 23:03:04 +00:00
Gerd v. Egidy 517586a2d0 remove the i686 deprecation notice from the changelog, the i686 release is no more 2023-03-19 00:01:58 +01:00
Gerd v. Egidy b137d950ad Merge branch 'changelog' into 'main'
first draft of changelog for release 10.00

See merge request systemrescue/systemrescue-sources!275
2023-03-18 16:39:04 +00:00
Gerd v. Egidy 94053cd6b1 first draft of changelog for release 10.00 2023-03-18 17:37:36 +01:00
Gerd v. Egidy c2c2b2ed8f Merge branch 'remove-deprecated' into 'main'
Remove autorun features that have been deprecated for some time

See merge request systemrescue/systemrescue-sources!274
2023-03-18 16:24:43 +00:00