~dbungert/livecd-rootfs:proposed-snaps-from-candidate

Last commit made on 2022-07-12
Get this branch:
git clone -b proposed-snaps-from-candidate https://git.launchpad.net/~dbungert/livecd-rootfs
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
proposed-snaps-from-candidate
Repository:
lp:~dbungert/livecd-rootfs

Recent commits

e3a3ad0... by Dan Bungert

snaps: when PROPOSED, use candidate channel

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>