Utkarsh Gupta
acf76bb3c7
Merge remote-tracking branch 'samirakarioh/fix-oci-bug' into ubuntu/master
...
* samirakarioh/fix-oci-bug:
fix: build OCI image failed to build
2 years ago
Samir Akarioh
8fca716ca3
fix: build OCI image failed to build
...
Fix the bug added by this commit [0]. The bug added
is that the build livefs for a OCI image file failed
see Jenkins logs [1] and buildlog [2]. This commit
permit to fix this issue.
Refs: [0] https://git.launchpad.net/livecd-rootfs/commit/?id=2b5e8a81e57ae89b9ebed9bab20423d2e61d80d0
[1] https://jenkins.canonical.com/devel-cloud-images/view/OCI/job/22.10-UbuntuOCI-Build-Images/73/ARCH=amd64,NODE=kinetic/console
[2] https://launchpad.net/~cloud-images-release-managers/+livefs/ubuntu/kinetic/ubuntu-oci/+build/375833
Signed_by: Samir Akarioh and Tomas Virtus
2 years ago
Brian Murray
bc7c9738f6
releasing package livecd-rootfs version 2.786
2 years ago
Brian Murray
4cfe993c3a
s/linux-firmware-raspi2/linux-firmware-raspi/
2 years ago
Brian Murray
6791054145
releasing package livecd-rootfs version 2.785
2 years ago
Brian Murray
31d42bfd2f
Disable the snap-preseed calls in the interest of getting images built for the 22.10 beta. (LP: #1990884 )
2 years ago
Steve Langasek
48a20ca91d
releasing package livecd-rootfs version 2.784
2 years ago
Steve Langasek
cbc0b66066
autopkgtest now references ubuntu-server:live, the only ubuntu-server we still build.
2 years ago
Steve Langasek
d3d636a6e0
Don't set a desktop base seed for ubuntu-base or ubuntu-core.
2 years ago
Łukasz 'sil2100' Zemczak
537282ebf9
releasing package livecd-rootfs version 2.783
2 years ago
Łukasz 'sil2100' Zemczak
b692997907
Add changelog entry.
2 years ago
Łukasz 'sil2100' Zemczak
e159d2267c
Merge branch 'int/alex/riscv_mpfs' of git+ssh://git.launchpad.net/~alexghiti/livecd-rootfs into ubuntu/master
2 years ago
Steve Langasek
75dadc3be0
releasing package livecd-rootfs version 2.782
2 years ago
Steve Langasek
2b5e8a81e5
Default to using 'desktop' for the base seed so we don't have another place we have to extend the list for each new flavor (ubuntu-unity)
2 years ago
Steve Langasek
c482518e19
releasing package livecd-rootfs version 2.781
2 years ago
Steve Langasek
1f0a3d7797
Fix passing of components to germinate commandline (how did this ever work?)
2 years ago
Steve Langasek
b3343c1255
Drop edubuntu and kubuntu-active, both obsolete in *all* supported releases.
2 years ago
Steve Langasek
e41c6f50df
Drop use of deprecated apt-key.
2 years ago
Steve Langasek
3722d2ee58
Drop override of components for raspi images
2 years ago
Steve Langasek
97645adca7
releasing package livecd-rootfs version 2.780
2 years ago
Steve Langasek
9cc8267f07
live-build/auto/config: set COMPONENTS for all flavors *before* we invoke germinate. Fixes a regression introduced in commit 07873ec
. In the process, stop declarations of COMPONENTS that shadow the default in germinate (main restricted).
2 years ago
Alexandre Ghiti
a752a99ad8
riscv: LicheeRV must use u-boot-nezha package
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Alexandre Ghiti
f68433098d
riscv: Add support to build Microchip Icicle Kit image
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Alexandre Ghiti
d5a7d6655f
riscv: Install Wifi driver by default for the LicheeRV
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Alexandre Ghiti
e8ea6335d5
riscv: Add support to build LicheeRV Dock images
...
The LicheeRV Dock board comes with only 512MB of DRAM so the only difference
with a Nezha image is the fact that we have to remove
cryptsetup-initramfs package which makes the initrd too big for the
board to boot.
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Ivan Kapelyukhin
76d794664a
Bump UEFI disk image size for amd64 to 3.5 GB
...
Current Kinetic GCE image builds are failing with the following error:
update-initramfs: Generating /boot/initrd.img-5.19.0-1004-gcp
zstd: error 25 : Write error : No space left on device (cannot write compressed block)
E: mkinitramfs failure zstd -q -1 -T0 25
Seems like after `linux-gcp` update from 5.15 to 5.19 `linux-modules` package
has gotten ~40MB larger and with that GCE image builds are over the edge wrt
available disk space in chroot.
Bumped up disk image size for amd64 to 3.5GB to match the sizes used by armhf
and generic images.
2 years ago
William Wilson
ee40e951f2
releasing package livecd-rootfs version 2.778
2 years ago
Łukasz 'sil2100' Zemczak
c520230559
releasing package livecd-rootfs version 2.777
2 years ago
Łukasz 'sil2100' Zemczak
bace7d61fe
Add changelog entry.
2 years ago
Łukasz 'sil2100' Zemczak
815d26a19c
Comment cleanup for ubuntu-unity.
2 years ago
Rudra Bali
0581c7fd8a
fix typo
2 years ago
Rudra Bali
7f278b020d
use ubuntu-unity-desktop metapackage for now
2 years ago
Rudra Bali
c897750648
add live packages for Ubuntu Unity, since live task does not exist
2 years ago
Rudra Bali
bbd0e9fa5a
switch to ubuntu-unity-desktop task for Ubuntu Unity
2 years ago
Utkarsh Gupta
061d8a11df
Update d/ch for 2.776 release
2 years ago
Thomas Bechtold
4fc446e078
Add changelog entry
2 years ago
Thomas Bechtold
480d5b26ea
fix: don't modify ssh_config for ubuntu-cpc projects (LP:1968873)
...
The cloud-init bug (see LP:1968873) got fixed now so using a sshd
config snippet should work now.
This partly reverts commit aa1be5eaaa
but uses now 60-cloudimg-settings.conf instead of
10-cloudimg-settings.conf .
2 years ago
Steve Langasek
68d2205e30
releasing package livecd-rootfs version 2.775
2 years ago
Steve Langasek
559c9dd1b7
changelog entry
2 years ago
Rudra Bali
503f9e8950
add Ubuntu Unity to daily flavors
2 years ago
Steve Langasek
0d69fea5ee
releasing package livecd-rootfs version 2.774
2 years ago
Steve Langasek
239453d644
Remove modemmanager and udisks2 from cloud images in addition to fwupd. The use of tasks at install means all packages are marked manually installed in the apt database, so removing fwupd does not remove its dependencies. LP: #1981109 .
2 years ago
Dan Bungert
e93a80bb6e
changelog
2 years ago
Dan Bungert
ef834c2e7d
functions: let `cloud-init clean` inform about NM
2 years ago
Dan Bungert
eb0530b7a7
functions: inform cloud-init about network manager
...
LP: #1982855
Co-authored-by: Chad Smith <chad.smith@canonical.com>
2 years ago
Łukasz 'sil2100' Zemczak
0e3f689432
releasing package livecd-rootfs version 2.773
2 years ago
Łukasz 'sil2100' Zemczak
38bc85f189
Changelog entry
2 years ago
Łukasz 'sil2100' Zemczak
e760da3284
When adding the new RISC-V platforms, some of the generic non-SUBARCH code went missing and some invalid assumptions have been made, causing cloud images to fail building.
2 years ago
Brian Murray
4d0d9aa7af
releasing package livecd-rootfs version 2.772
2 years ago
Brian Murray
b71aeeeba7
Add in a changelog entry.
2 years ago