mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Imported 2.643
No reason for CPC update specified.
This commit is contained in:
parent
0b1f5aa717
commit
848f3d5ed9
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
livecd-rootfs (2.643) focal; urgency=medium
|
||||||
|
|
||||||
|
* subiquity:
|
||||||
|
- drop ds-identify policy, not needed with improved cloud config
|
||||||
|
- drop disabling network, doesn't work with ip=
|
||||||
|
- fixup setting up the INSTALLER_ROOT mountpoint
|
||||||
|
|
||||||
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 10 Feb 2020 23:50:16 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.642) focal; urgency=medium
|
livecd-rootfs (2.642) focal; urgency=medium
|
||||||
|
|
||||||
* Set uc20 image size to 10G.
|
* Set uc20 image size to 10G.
|
||||||
|
@ -35,7 +35,7 @@ mkdir -p "$INSTALLER_ROOT" "$OVERLAY_ROOT"
|
|||||||
# Create an installer squashfs layer
|
# Create an installer squashfs layer
|
||||||
mount_overlay "$FILESYSTEM_ROOT/" "$OVERLAY_ROOT/" "$INSTALLER_ROOT/"
|
mount_overlay "$FILESYSTEM_ROOT/" "$OVERLAY_ROOT/" "$INSTALLER_ROOT/"
|
||||||
|
|
||||||
setup_mountpoint binary/boot/squashfs.dir
|
setup_mountpoint "$INSTALLER_ROOT"
|
||||||
|
|
||||||
# Override JobRunningTimeoutSec to 0s on the .device unit that
|
# Override JobRunningTimeoutSec to 0s on the .device unit that
|
||||||
# subiquity_config.mount depends on to avoid a 5s delay on switching
|
# subiquity_config.mount depends on to avoid a 5s delay on switching
|
||||||
|
@ -23,9 +23,6 @@ chpasswd:
|
|||||||
# This is the initial network config.
|
# This is the initial network config.
|
||||||
# It can be overwritten by cloud-init or subiquity.
|
# It can be overwritten by cloud-init or subiquity.
|
||||||
network:
|
network:
|
||||||
## until https://bugs.launchpad.net/cloud-init/+bug/1861460 is fixed
|
|
||||||
config: disabled
|
|
||||||
##
|
|
||||||
version: 2
|
version: 2
|
||||||
ethernets:
|
ethernets:
|
||||||
all-en:
|
all-en:
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
policy: search,found=first,maybe=none,notfound=enabled
|
|
||||||
datasource: None
|
|
Loading…
x
Reference in New Issue
Block a user