~toabctl/livecd-rootfs:master-revert-sshd-config-d

Last commit made on 2022-07-11
Get this branch:
git clone -b master-revert-sshd-config-d https://git.launchpad.net/~toabctl/livecd-rootfs
Only Thomas Bechtold can upload to this branch. If you are Thomas Bechtold please log in for upload directions.

Branch merges

Branch information

Name:
master-revert-sshd-config-d
Repository:
lp:~toabctl/livecd-rootfs

Recent commits

73ef722... by Thomas Bechtold

Add debian/changelog

aa1be5e... by Thomas Bechtold

Revert "fix: don't modify ssh_config for ubuntu-cpc projects (LP:1968873)"

This change triggered a bug in cloud-init (see LP:1968873). cloud-init
does not recongnize sshd options set in /etc/ssh/sshd_config.d/ and
cloud-init modifies directly /etc/ssh/sshd_config which gets then
overwritten by settings from /etc/ssh/sshd_config.d/ .

This reverts commit b54d24ff3310f7ace00ab08e0dacfdc89e026f1c.

7a1b5f6... by Alexandre Ghiti

disk-image-uefi.binary: Fix wrong parenthesis

Signed-off-by: Alexandre Ghiti <email address hidden>

0f74cc2... by Alexandre Ghiti

d/changelog: Add entry for the VisionFive and Nezha support

42b68d5... by Alexandre Ghiti

riscv: Bump image size to 4.5G

3.5G is not enough for riscv64 preinstalled as the creation of the initrd fails
with the following error:

Creating config file /etc/default/grub with new version
Processing triggers for initramfs-tools (0.140ubuntu13) ...
update-initramfs: Generating /boot/initrd.img-5.15.0-1011-generic
zstd: error 25 : Write error : No space left on device (cannot write compressed block)
E: mkinitramfs failure zstd -q -1 -T0 25
update-initramfs: failed for /boot/initrd.img-5.15.0-1011-generic with 1.
dpkg: error processing package initramfs-tools (--configure):
 installed initramfs-tools package post-installation script subprocess returned error exit status 1

Signed-off-by: Alexandre Ghiti <email address hidden>

74e9088... by Alexandre Ghiti

riscv: Use UEFI bootflow for the Nezha Board

Signed-off-by: Alexandre Ghiti <email address hidden>

6224b11... by Alexandre Ghiti

riscv: Add support for StarFive VisionFive

The image created uses a UEFI bootflow, so we install grub for this board
only. We also need flash-kernel to install the dtb where grub can find
it.

This image is specifically architectured so that it can be installed on
a "factory" board, meaning using the u-boot firmware which was
originally implemented for Fedora, so we need the p3 partition that
embeds a uEnv.txt file to tell u-boot what/where to load next stage.

Signed-off-by: Alexandre Ghiti <email address hidden>

be54b8b... by Alexandre Ghiti

riscv: Fix nezha hardcoded password attempt

Signed-off-by: Alexandre Ghiti <email address hidden>

f751ff7... by Alexandre Ghiti

RISC-V: enable building for Nezha board

Signed-off-by: Heinrich Schuchardt <email address hidden>

46711a9... by Heinrich Schuchardt

riscv: define partitioning scheme for Nezha board

Define the image layout for the Nezha board.

The U-Boot SPL based boot0 may be installed starting in sector 16 or 256.
As sector 16 is incompatible with GPT partitioning use sector 256.

The primary U-Boot image is expected to start at sector 32800 and its
backup in sector 24576.

Cf. https://linux-sunxi.org/index.php?title=Allwinner_Nezha&oldid=24469

Signed-off-by: Heinrich Schuchardt <email address hidden>