Sync from SUSE:ALP:Source:Standard:1.0 python-kiwi revision cf308d7573d9f6312a57aef54ef4d49a
This commit is contained in:
parent
b9fe28cbe7
commit
6402d77a29
2
PKGBUILD
2
PKGBUILD
@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep)
|
||||
provides=(kiwi-ng kiwi)
|
||||
source=("${pkgname}.tar.gz")
|
||||
changelog="${pkgname}.changes"
|
||||
md5sums=('1d7002c75b6febc1cc94b0dd662518ea')
|
||||
md5sums=('6d27e95ce4889db4a6cd1bef7ef1284f')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,115 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 15:36:41 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <marcus.schaefer@gmail.com>
|
||||
|
||||
- Add changelog fix file for commit 31deb0
|
||||
|
||||
The commit used a wrong e-mail address which should not
|
||||
land in the created changes file for the packaging
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 09:39:06 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Apply changelog fixes by glob
|
||||
|
||||
Does not require Makefile changes when maintaining branches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 17:12:33 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Add changelog fix file for commit deb6ca
|
||||
|
||||
The commit used a wrong e-mail address which should not
|
||||
land in the created changes file for the packaging
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 10:42:17 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Set default output console to gfxterm for grub
|
||||
|
||||
If no console setting is done in the image description for grub
|
||||
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 <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <dcassany@suse.com>
|
||||
|
||||
- Include partprobe in initrd for s390
|
||||
|
||||
This commit includes partprobe, in addition to parted, on
|
||||
s390 based systems. Otherwise partx is used and apparently
|
||||
it does not properly support s390.
|
||||
|
||||
Fixes bsc#1219798
|
||||
|
||||
Signed-off-by: David Cassany <dcassany@suse.com>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 12:43:54 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <marcus.schaefer@gmail.com>
|
||||
|
||||
- Follow up fix for drop of hybrid boot snippets
|
||||
|
||||
The following is left over code from the drop of the hybrid
|
||||
boot templates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 10:37:16 CET 2024 - Neal Gompa <neal@gompa.dev>
|
||||
|
||||
- Drop hybrid boot snippets from the GRUB 2 configuration template
|
||||
|
||||
Sometime between GRUB 2.04 and GRUB 2.06, it became no longer
|
||||
necessary to use "linuxefi"+"initrdefi" for UEFI boot. The
|
||||
standard "linux"+"initrd" stanzas work for both legacy BIOS boot
|
||||
and modern UEFI boot.
|
||||
|
||||
Some distributions no longer support "linuxefi"+"initrdefi" at all
|
||||
anymore, so let's just use "linux"+"initrd" for everything now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 09 15:31:06 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user