diff --git a/PKGBUILD b/PKGBUILD index 710d1df..7715a23 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep) provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('82612c2f17ba51d0b7b53dcc1d2508c2') +md5sums=('6d27e95ce4889db4a6cd1bef7ef1284f') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 8bf2497..d246c85 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 29 15:36:41 CET 2024 - Marcus Schäfer + +- Fix activation of luks pool in the initrd + + kiwi called systemd-cryptsetup directly which does not take + the settings available in /etc/crypttab into account. This + commit changes the activation procedure in a way that the + generator created unit file systemd-cryptsetup@... is used + This Fixes bsc#1219009 + ------------------------------------------------------------------- Thu Feb 29 09:49:39 CET 2024 - Marcus Schäfer @@ -30,6 +41,31 @@ Wed Feb 28 10:42:17 CET 2024 - Marcus Schäfer the default output console is set to: gfxterm and the default input console is set to: console. This Fixes bsc#1219074 +------------------------------------------------------------------- +Wed Feb 21 10:21:48 CET 2024 - Marcus Schäfer + +- Allow terminal emulation setup from the cmdline + + Using rd.kiwi.term will export the TERM variable into the initrd + environment. In case the default value for the terminal emulation + is not appropriate rd.kiwi.term can be used to overwrite the default. + The environment is also passed to the systemd unit which calls + dialog based programs in kiwi dracut code, such that the TERM + setting will be effective there too. For example: + + rd.kiwi.term=vt100 + + This is related to bsc#1218095 + +------------------------------------------------------------------- +Mon Feb 19 12:05:45 CET 2024 - Marcus Schäfer + +- Followup fix for .profile.extra + + Allow to source .profile.extra such that it is possible to + read and act on e.g cmdline parameters. This is related to + bsc#1218095 + ------------------------------------------------------------------- Fri Feb 16 15:08:49 CET 2024 - David Cassany @@ -43,6 +79,16 @@ Fri Feb 16 15:08:49 CET 2024 - David Cassany Signed-off-by: David Cassany +------------------------------------------------------------------- +Wed Feb 14 12:43:54 CET 2024 - Marcus Schäfer + +- Add support for reading .profile.extra in initrd + + If there is the file /.profile.extra available in the + initrd, kiwi will import this additional environment file + after the import of the standard /.profile file. + This is related to bsc#1218095 + ------------------------------------------------------------------- Tue Jan 16 15:50:45 CET 2024 - Marcus Schäfer diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index fb8f6f8..3d92808 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ec3aeab8dd076b7198184c5aadf720aaab2a00348c6da25f2ae55cd6d049ac2 -size 2299333 +oid sha256:cf8eb8ee80591af07b72947285246be929a554b8fdb3b76ab3fca3ae3fe7f538 +size 2300044