~feng-kylin/livecd-rootfs:ubuntu/master

Last commit made on 2024-03-05
Get this branch:
git clone -b ubuntu/master https://git.launchpad.net/~feng-kylin/livecd-rootfs
Only handsome_feng can upload to this branch. If you are handsome_feng please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/master
Repository:
lp:~feng-kylin/livecd-rootfs

Recent commits

34fb57e... by handsome_feng

Ubuntu Kylin ship to new installer

35bf438... by Utkarsh Gupta

Update d/ch for 24.04.45 release

3698060... by Jess Jang

fix: Add changelog

Changelog to describe change

70e7c5f... by Jess Jang

fix: Missing apparmor feature for 6.8 kernel

apparmor features for 6.8 have been missing after
new kernel rolled out. Created 6.8 directory
to build with correct version feature.

0c53dae... by Chad Smith

functions: cloud-init clean script needs to declar interpreter

LP: #2055729

db991ce... by Łukasz Zemczak

releasing package livecd-rootfs version 24.04.44

0e4eec7... by Łukasz Zemczak

Use ubuntu-image from candidate.

6ec3931... by Philip Roche

releasing 24.04.43

fe6b9ef... by Philip Roche

fix d/ch for 24.04.41

Incorrect spacing on author name and lowercase lp instead of LP

6ce3374... by Philip Roche

Merge bugfix/ubuntu-cpc-lp-2054103-grub-pc-debconf into ubuntu/master [a=philroche] [r=mkukri,utkarsh]

fix: Set the required debconf settings to allow for non interactive grub updates in cloud images (LP: #2054103)

As part of addressing LP: #2054103 [1] an update to grub-pc added a feature to be able to ensure that grub-pc
installation can happen noninteractively on cloud images.

This change is equivalent to running

```
debconf-set-selections grub-pc grub-efi/cloud_style_installation boolean true
debconf-set-selections grub-pc grub-pc/cloud_style_installation boolean true
```

These were introduced optionally to determine the install device using
`grub-probe` dynamically instead of having to fill the `grub-pc/install-devices`
debconf entry.

[1] https://bugs.launchpad.net/cloud-images/+bug/2054103

MP: https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs/+merge/461062