Bug#1041261: live-build does not build debian bookworm images

2023-07-16 Thread Илья Пащук

Package: live-build

Version: 1:20230502



steps to reproduce:

1) make a clean install of Debian 12

2) install the live-build package from the normal repository

3) run "lb config" to create a build tree

expected behavior: tree for bookworm should be made

actual: tree for bullseye is made by default


stage 2:

remove created files, then run:

lb config -d bookworm

to force generation for an appropriat distro


then run lb build

expected: build should complete successfully.

actual: build fails with the following error message:

E: Package 'firmware-linux' has no installation candidate


as I know, this bug is fixed already in newer versions of live-build, 
but the packaged version is not updated to get this fix, which is 
expected to be done through the updates channel.




Bug#954344: debian installer don't sets PermitRootLogin to yes in ssh config when no regular user are created

2020-03-28 Thread Илья Пащук
I used the network console feature in install process, so I probably 
will use ssh after installation.


and one other question:

if I add key to root's authorized_keys file with default debian sshd 
configuration, what I will get?




Bug#954344: debian installer don't sets PermitRootLogin to yes in ssh config when no regular user are created

2020-03-20 Thread Илья Пащук

Package: d-i.debian.org

Version: 10


when I install debian without creating a regular user, only with root, 
and check "ssh server" in software list, the PermitRootLogin option in 
sshd configs are not enabled automaticly, so there are no ways to 
connect to the installed system, this is especially important in 
headless installations.


I think that the installer in sutch situations should enable this option 
by default or prompt about that because it can be very important in some 
scenarios.