Thomas Bechtold
1a7e9ca8c9
Bump UEFI disk image size for armhf to 3.5 GB
...
Current jammy builds fail with:
dpkg: error processing archive /var/cache/\
apt/archives/grub-common_2.04-1ubuntu48_armhf.deb (--unpack):
cannot copy extracted data for './usr/share/grub/unicode.pf2' \
to '/usr/share/grub/unicode.pf2.dpkg-new': \
failed to write (No space left on device)
3 years ago
Brian Murray
e5beee30fd
Add the capability to build an ISO image for the Intel IoT project. Additionally, stop using universe with the project given that the kernel is now in main.
3 years ago
Erich Eickmeyer
04c4a14a4e
Remove fonts and publishing tasks form ubuntustudio
3 years ago
Didier Roche
6a05e7fa22
Install desired already seeded snap in wsl.
...
As wsl is an image target of ubuntu-cpc, the base seed is hardcoded to
ubuntu-server instead of wsl one. For now, add it, as for the other
cpc images, in hooks.
3 years ago
Sebastien Bacher
808220c868
Enable universe sources on the desktop canary
3 years ago
Brian Murray
85fb768f4f
Properly check ARCH when setting the intel-iot model.
3 years ago
John Chittum
9c3851d401
Mount cgroup2 type for snapd
...
LP: 1944004 described an issue where a libc transition caused snapd
seccomp profiles to reference a path that no longer existed, leading to
permission denied errors. The committed fix for snapd then raised an
issue where running `snapd debug seeding` would present a
preseed-system-key and seed-restart-system-key due to a mismatch
between the running kernel capabilities and the profiles being loaded by
snapd. By mounting a cgroup2 type to /sys/fs/cgroup, the capabilities
match for snapd as mounted in the chroot. This is done similarly to
live-build/functions:138-140 where apparmour and seccomp actions are
mounted after updating the buildd.
3 years ago
Michael Hudson-Doyle
f5bdeaf4fb
Merge branch 'language-support-in-catalogs' into ubuntu/master
3 years ago
Michael Hudson-Doyle
391439d44c
Record information about locale support (in particular, whether to install langpacks and which languages have pre-baked squashfses).
3 years ago
Dan Bungert
a96d56a110
desktop: install-sources.yaml type fsimage-layered
3 years ago
Steve Langasek
9e6b983728
Merge remote-tracking branch 'toabctl/keep-debian-native-package-changelogs' into ubuntu/master
3 years ago
Thomas Bechtold
2b2f67c7fb
Keep changelogs in minimized builds for native deb pkgs
...
Debian changelog.Debian.* files are already keept for minimized
builds. But those changelogs are from non-native .deb packages (see
man dh_installchangelogs). Native .deb packages name their changelog
just changelog.* . So keep them in a minimized build, too.
LP: #1943114
3 years ago
Michael Hudson-Doyle
8f8fc220c7
Generate source catalogs for the desktop canary build.
3 years ago
Michael Hudson-Doyle
fe38bd02c1
Change the per language layers in the desktop canary build to have more regular names (and make their implementation better documented and hopefully more comprehensible).
3 years ago
Michael Hudson-Doyle
8106244b42
add a little debugging output
3 years ago
Michael Hudson-Doyle
17279822d5
Get source catalog translations from subiquity git, as brz is in universe.
3 years ago
Michael Hudson-Doyle
543c40b347
Merge branch 'source-catalog-2' into ubuntu/master
3 years ago
Michael Hudson-Doyle
021c8e063c
better minimal ubuntu server description
3 years ago
Łukasz 'sil2100' Zemczak
2dc48a1687
Make the UBUNTU_STORE_ARCH adjustment more fool-proof
3 years ago
Łukasz 'sil2100' Zemczak
744585ed9a
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/~ethan.hsieh/livecd-rootfs/+git/livecd-rootfs into ubuntu/master
3 years ago
Michael Hudson-Doyle
cda8c920dd
create source catalogs for live server install sources
3 years ago
Brian Murray
44384357ad
add missing for intel-iot
3 years ago
Michael Hudson-Doyle
116a51a080
bootstrap the minimal variant for the minimal server layer
3 years ago
Michael Hudson-Doyle
b341c81ff3
do the mounting in an initrd script rather than systemd units
3 years ago
Michael Hudson-Doyle
5fda0bb2aa
apply dpkg minimizations to minimal layer, and undo them for full layer
3 years ago
Michael Hudson-Doyle
5232f2f8cc
fix /media/filesystem mount
3 years ago
Michael Hudson-Doyle
d11c71a686
add a minimal server layer under the full server layer
3 years ago
Łukasz 'sil2100' Zemczak
09cbdfa7e9
Revert /dev sharing improvements.
3 years ago
Michael Hudson-Doyle
75fe0241f3
lb_chroot_layered: fix quoting when searching for trusted.overlay.opaque
3 years ago
Łukasz 'sil2100' Zemczak
d198821c07
Fix sharing of the /dev tree to make sure we can safely umount the chroot when needed. This fixes local non-livefs-builder image builds.
3 years ago
Sebastien Bacher
5ba545f2b6
Tweaks to the canary packages
...
Install cloud-init on the live and target, remove ubiquity
3 years ago
Sebastien Bacher
cdbb5598ad
Remove lupin-casper from the canary image
...
The description states it was for wubi which we aren't using anymore
3 years ago
Michael Hudson-Doyle
5e21dd89f6
Merge branch 'hyperv-manifest' into ubuntu/master
3 years ago
Brian Murray
dbab97caa9
switch amd64 to the arch variable
3 years ago
Brian Murray
c09110cfa8
add support for intel-iot models
3 years ago
Brian Murray
f2c1300f71
rename iotg iot so the names are consistent with the models
3 years ago
Jason C. McDonald
f75c3254b0
Generate manifest for HyperV desktop images
...
Manifests are necessary for candidate checking in the
CPC automated workflow for building and publishing
HyperV desktop images.
4 years ago
Ethan Hsieh
f4312118cc
functions: download snap packages with correct architecture
...
Have to set UBUNTU_STORE_ARCH when the architecture of host machine is
different from target machine
4 years ago
Michael Hudson-Doyle
bb0bba1793
address review comments
4 years ago
Michael Hudson-Doyle
2928c3d9cd
fix reduce_pass_size behaviour around deleted directories
4 years ago
Michael Hudson-Doyle
fc890b15e7
adjust hooks for move of live-server to layers
4 years ago
Michael Hudson-Doyle
e06046aaa0
move includes around for move of live-server to layers
4 years ago
Michael Hudson-Doyle
f563b310d3
update auto/config for move of live-server to layers
4 years ago
Brian Murray
7a180f8d29
Merge remote-tracking branch 'kajiya/lp-1895104-add-serial-port-to-ovf' into ubuntu/master
4 years ago
Michael Hudson-Doyle
18bf308be0
go back to only running 'lb chroot_archives' on root layers
...
but still run configure_universe after archive removal, not before
4 years ago
Michael Hudson-Doyle
c4402139a2
go back to only running lb_chroot_hacks on live layers
...
otherwise each and every layer above a layer with a kernel gets its own
initramfs, which is silly.
Copy/paste the cruft cleaning bit of lb_chroot_hacks to be run on
non-live layers.
4 years ago
Michael Hudson-Doyle
653b925646
attempt to fix obscure failure
4 years ago
Michael Hudson-Doyle
fb8af1fd80
add a way to prevent a layer (and descendants) from being made into a sqashfs
...
for the live server build, i want to make a layer to install the kernel
into but do not want the layer itself to be published.
the implementation is a bit clunky but it works.
4 years ago
Michael Hudson-Doyle
e4ca30e351
lb_binary_layered: use create_squashfs function to pick up some default excludes
4 years ago
Michael Hudson-Doyle
30cc2f1982
lb_chroot_layered: install archives on each layer
...
also only call configure_universe after packages are installed.
4 years ago