[pve-devel] [PATCH installer 0/4] adaptation to kernel cmdline handling and 2 small ZFS related improvements
Stoiko Ivanov
s.ivanov at proxmox.com
Thu Nov 16 16:00:37 CET 2023
This patch-series contains mostly unrelated patches, which still can be
tested well together:
* patch 1/4 fixes the parsing of our kernel cmdline parameters during the
install (they were ignored if being the last on the line).
additionally everything not used by our installer now end up in the
target system's kernel cmdline - so if you need to add something for
the system to boot - you do not need to do so 3 times (for the install,
for the first boot, for the boot-loader config)
* patch 2/4 is a minor glitch I introduced, which caused me to debug the
wrong thing for too long
* patch 3/4 has been a long-standing and quite sensible request
* patch 4/4 fixes a minor inconvenience on machines with local users and
ZFS on root (dmesg gets filled with journald-messages upon
journal-rotation and user-logins)
Tested the changes a bit (4/4 on my machine, 3/4 was straight-forward, 2/4
with a quick look, 1/4 with a few installer-options and net.ifnames=0)
Stoiko Ivanov (4):
fix #4747: pass kernel cmdline parameters to target system
unconfigured.sh: set serial to a number to prevent warning
fix #1410: zfs: create /var/lib/vz as separate dataset
zfs: set acltype=posix for root-dataset
Proxmox/Install.pm | 16 ++++++++++------
Proxmox/Install/Config.pm | 25 +++++++++++++------------
unconfigured.sh | 1 +
3 files changed, 24 insertions(+), 18 deletions(-)
--
2.39.2
More information about the pve-devel
mailing list