mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-17 21:04:14 +01:00
Merge branch 'new-programs' into 'main'
Add new programs (#298) See merge request systemrescue/systemrescue-sources!223
This commit is contained in:
commit
5e92f0be16
|
|
@ -8,13 +8,15 @@ https://gitlab.com/systemrescue/systemrescue-sources/-/issues/278
|
|||
------------------------------------------------------------------------------
|
||||
9.04 (YYYY-MM-DD):
|
||||
-------------------------------------------------------------------------------
|
||||
* New "nomdlvm" boot option doesn't activate md raid and lvm devices, preventing disk writes
|
||||
* Speed up boot process and fix pacman usage by using a preconfigured pacman trust database
|
||||
* New "nomdlvm" boot option doesn't activate md raid and lvm devices, preventing disk writes (#272)
|
||||
* Speed up boot process and fix pacman usage by using a preconfigured pacman trust database (#290)
|
||||
* Improve "mountall" script: detect more partitions, ignore swap, LUKS encryption support
|
||||
* Improve "mountall" script: add --readonly option, reuse empty mountpoints
|
||||
* Fix DNS name resolution during the initramfs boot phase
|
||||
* The "ca-trust" config option is applied to Firefox too
|
||||
* Add options to the "sysconfig" scope of YAML configs: timezone, authorized_keys, bookmarks
|
||||
* Fix configuration when there is no YAML file at all (e.g. when booting via PXE)
|
||||
* Added packages: rclone, qemu-img, multipath-tools, unrar
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
9.03 (2022-05-28):
|
||||
|
|
|
|||
4
packages
4
packages
|
|
@ -139,6 +139,7 @@ moreutils
|
|||
ms-sys
|
||||
mtools
|
||||
mtr
|
||||
multipath-tools
|
||||
nano
|
||||
nbd
|
||||
ncdu
|
||||
|
|
@ -193,6 +194,8 @@ python-llfuse
|
|||
python-pip
|
||||
python-yaml
|
||||
qemu-guest-agent
|
||||
qemu-img
|
||||
rclone
|
||||
rdesktop
|
||||
rdiff-backup
|
||||
readline
|
||||
|
|
@ -232,6 +235,7 @@ tree
|
|||
ttf-dejavu
|
||||
udftools
|
||||
udpcast
|
||||
unrar
|
||||
unzip
|
||||
usb_modeswitch
|
||||
usbutils
|
||||
|
|
|
|||
Loading…
Reference in a new issue