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
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
Utkarsh Gupta
061d8a11df
Update d/ch for 2.776 release
2 years ago
Thomas Bechtold
4fc446e078
Add changelog entry
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
Łukasz 'sil2100' Zemczak
0e3f689432
releasing package livecd-rootfs version 2.773
2 years ago
Łukasz 'sil2100' Zemczak
38bc85f189
Changelog entry
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
Łukasz 'sil2100' Zemczak
e72421d18e
releasing package livecd-rootfs version 2.771
2 years ago
Alexandre Ghiti
90c5d5c14a
Add changelog entry
2 years ago
Michael Hudson-Doyle
13ed256581
Fix some issues with the netboot tarballs:
...
* Fix some issues with the netboot tarballs:
- Include the signed shim (oops).
- Make the kernel path on disk and in the bootloader config match (more
oops).
- Make paths more architecture dependent as the code in grubnetXXX.efi to
probe a platform dependent path first doesn't work.
2 years ago
Steve Langasek
941cd3c64a
Remove fwupd from the cloud images. LP: #1981109 .
2 years ago
Steve Langasek
abcfabdbc0
Drop support for building i386 images aside from the launchpad builder images.
2 years ago
Łukasz 'sil2100' Zemczak
6b217c3242
releasing package livecd-rootfs version 2.770
2 years ago
Łukasz 'sil2100' Zemczak
c991b7bfdd
Add changelog entry.
2 years ago
Łukasz 'sil2100' Zemczak
03597e8cb4
releasing package livecd-rootfs version 2.769
2 years ago
Łukasz 'sil2100' Zemczak
894e8640fe
More changelog tweaks (bug numbers).
2 years ago
Łukasz 'sil2100' Zemczak
bcc55b8aa9
Tweak changelog
2 years ago
Łukasz 'sil2100' Zemczak
c5571b17a2
Merge branch 'int/alex/riscv_no_beaglev_container' of https://git.launchpad.net/~alexghiti/livecd-rootfs into ubuntu/master
2 years ago
Thomas Bechtold
73ef7227f1
Add debian/changelog
2 years ago
Alexandre Ghiti
7a3159fc62
d/changelog: Add FK_FORCE_CONTAINER entry
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Alexandre Ghiti
0f74cc2aa1
d/changelog: Add entry for the VisionFive and Nezha support
3 years ago
Michael Hudson-Doyle
428878760d
releasing package livecd-rootfs version 2.768
3 years ago
Michael Hudson-Doyle
364e561308
Use the new iso-url= parameter in the bootloader configs in the netboot tarballs.
3 years ago
Utkarsh Gupta
6f3b02da44
Bump 2.766 to 2.767 because an upload was missing in git
3 years ago
Utkarsh Gupta
cb099966b2
Merge remote-tracking branch 'simpoir/lp1970795-jammy-ova-cdrom' into ubuntu/master
...
* simpoir/lp1970795-jammy-ova-cdrom:
fix: VMware cdrom OVF import requires to be on IDE
3 years ago
Utkarsh Gupta
b720f013e7
Update d/ch for 2.766 release
3 years ago
Thomas Bechtold
c88dcecceb
Add debian/changelog
3 years ago
Simon Poirier
3da8e81bf2
fix: VMware cdrom OVF import requires to be on IDE
...
This reverts part of a change causing regression with vmware import due to the
cdrom getting moved to SCSI while shifting controller IDs. (LP: #1970795 )
3 years ago
Utkarsh Gupta
a81bea1f0c
Merge remote-tracking branch 'jchittum/jammy-vagrant-more-secure-private-key' into ubuntu/master
...
* jchittum/jammy-vagrant-more-secure-private-key:
changelog update
fix: move Vagrant 22.04+ to ephemeral ed25519 key
3 years ago
Michael Hudson-Doyle
fb589ecf00
Produce a tarball of artifacts for netbooting during live-server build.
3 years ago
Michael Hudson-Doyle
31937f1a4d
auto/config: Emit error message to stderr in _sanitize_passes.
3 years ago
Michael Hudson-Doyle
ed38882219
auto/config: preserve germinate-output directory when removing config
...
Germinate doesn't take very long at all to run but downloading the
indices it operates on can take a while and nothing else in auto/config
does so not doing it every time you run "lb config" can be a real time
saver.
The code that invokes germinate already checked if the output was
already there but it was unconditionally deleted by the time control got
to that point.
3 years ago
John Chittum
dd0728a9ea
changelog update
3 years ago
Utkarsh Gupta
47b93e2349
Update d/ch for 2.764 release
3 years ago
Dimitri John Ledkov
1470f5ecec
releasing package livecd-rootfs version 2.763
3 years ago
Dimitri John Ledkov
97a4f58403
Merge branch 'hwe-22.04' of git+ssh://git.launchpad.net/~xnox/livecd-rootfs into ubuntu/master
3 years ago
Jean-Baptiste Lallement
dc1f2618b9
Create missing groups in chroot
...
netdev and admin where missing from the image after the build has been
separated from CPC
Co-authored-by: Didier Roche <didrocks@ubuntu.com>
3 years ago
Dimitri John Ledkov
e5443e3588
auto/config: upgrade from hwe-20.04 to hwe-22.04 variant.
3 years ago
Dimitri John Ledkov
df59dc65d2
Update changelog
3 years ago
Jean-Baptiste Lallement
0d2e1bece1
Updated changelog
...
Co-authored-by: Didier Roche <didrocks@ubuntu.com>
3 years ago
Jean-Baptiste Lallement
beec477cac
Updated changelog
...
Co-authored-by: Didier Roche <didrocks@ubuntu.com>
3 years ago
Utkarsh Gupta
68b26a790b
Update d/ch for 2.759 release
3 years ago
Thomas Bechtold
e4fbc791c4
Add debian/changelog
3 years ago
Utkarsh Gupta
b6118d0346
Update d/ch for 2.758 release
3 years ago
Ivan Kapelyukhin
0c13baf990
Update changelog
3 years ago
Łukasz 'sil2100' Zemczak
de0575b360
releasing package livecd-rootfs version 2.757
3 years ago
Łukasz 'sil2100' Zemczak
ef7a95ab82
Merge branch 'pi-desktop-one-gadget' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/master
3 years ago
Łukasz 'sil2100' Zemczak
9e682c67a6
...not released yet
3 years ago
Łukasz 'sil2100' Zemczak
0a7892b7c7
Add changelog.
3 years ago
Dave Jones
925012e1b3
changelog
3 years ago
Utkarsh Gupta
701eb38bf0
Update d/ch for 2.756 release
3 years ago
Ivan Kapelyukhin
c0fbbe0eb8
Update changelog
3 years ago
Brian Murray
d92e2b9444
releasing package livecd-rootfs version 2.755
3 years ago
Brian Murray
b1ce69b44e
Update the changelog
3 years ago
Brian Murray
16c1851a90
Add the casper package instead of the lupin-casper package as the installer for Windows is a project that is no longer supported and lupin is being removed the archive in LP: 1960457.
3 years ago
Utkarsh Gupta
adb2122b45
Update d/ch for 2.754 release
3 years ago
Thomas Bechtold
14a628e3c8
Disable APT periodic update for OCI/docker images
...
When cron-like services are installed in the OCI/docker image, APT
should not do periodic updates by default. LP: #1810451
3 years ago
Michael Hudson-Doyle
776269b4d2
releasing package livecd-rootfs version 2.753
3 years ago
Michael Hudson-Doyle
b2094f0319
Disable compression and "hash table hardening" for journald in the live installer environment as these features make the journal unreadable using the systemd libraries from 20.04 that are included in the subiquity snap.
3 years ago
Steve Langasek
54044a17a6
releasing package livecd-rootfs version 2.752
3 years ago
Steve Langasek
5474af17df
Remove references to archive.canonical.com, which is no longer used and should not be included in the default sources.list.
3 years ago
William Wilson
2312c08d26
Revert change for local builds as it is breaking autopkgtests
3 years ago
Steve Langasek
40cbbbb9c9
releasing package livecd-rootfs version 2.750
3 years ago
Steve Langasek
245f7772bd
Treat it as a fatal error if we are asked to install a snap that would pull in the core snap. Ubuntu 20.04 and Ubuntu 22.04 official images should never require snaps that depend on an Ubuntu 16.04 runtime, this indicates a misconfiguration that will bloat the install.
3 years ago
Steve Langasek
0b4811f7a9
Do not look for a base snap on snaps of type base, because recursive dependencies are not allowed for snaps. LP: #1957123 .
3 years ago
Łukasz 'sil2100' Zemczak
4fb2616598
releasing package livecd-rootfs version 2.749
3 years ago
Łukasz 'sil2100' Zemczak
9c1a611577
Changelog entry for previous merge.
3 years ago
Łukasz 'sil2100' Zemczak
40637a23b9
Add changelog entry for previous change.
3 years ago
Brian Murray
b5b64e5255
releasing package livecd-rootfs version 2.748
3 years ago
Brian Murray
9765df27fd
live-build/ubuntu-cpc/hooks.d/base/ovf/ubuntu-ova-v1-vmdk.tmpl: do not automatically allocate serial0 as it causes a hang when upgrading. (LP: #1895104 )
3 years ago
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
55a54242ed
releasing package livecd-rootfs version 2.746
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
Steve Langasek
568e76119b
releasing package livecd-rootfs version 2.745
3 years ago
Steve Langasek
0a699eaa34
Changelog
3 years ago
Didier Roche
2342c3dd4f
releasing package livecd-rootfs version 2.744
3 years ago
Thomas Bechtold
e0b79f1253
debian/changelog entry
3 years ago
Steve Langasek
5339f1691b
releasing package livecd-rootfs version 2.742
3 years ago
Steve Langasek
7d6d42a74d
Changelog entry
3 years ago
Brian Murray
85fb768f4f
Properly check ARCH when setting the intel-iot model.
3 years ago
Steve Langasek
58259c7d23
releasing package livecd-rootfs version 2.741
3 years ago
John Chittum
fb41e53a84
Open new release
...
Add entry to open new release
3 years ago
Steve Langasek
271d498ab6
releasing package livecd-rootfs version 2.740
3 years ago
Steve Langasek
66c8929f07
changelog
3 years ago
Michael Hudson-Doyle
ae45e9356f
releasing package livecd-rootfs version 2.739
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
Michael Hudson-Doyle
0a48a1c7ae
add changelog entry
3 years ago
Steve Langasek
1977636e28
ugh fix version number
3 years ago
Steve Langasek
d488d07c74
releasing package livecd-rootfs version 2.737ubuntu1
3 years ago
Steve Langasek
e81f333aec
changelog entry
3 years ago
Michael Hudson-Doyle
e19d501949
releasing package livecd-rootfs version 2.737
3 years ago
Michael Hudson-Doyle
1b87b238ea
Check for duplicate ids in update-source-catalog.
3 years ago
Michael Hudson-Doyle
8f8fc220c7
Generate source catalogs for the desktop canary build.
3 years ago
Michael Hudson-Doyle
23f307754c
releasing package livecd-rootfs version 2.736
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
356b08c475
releasing package livecd-rootfs version 2.735
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
c78f283d9f
releasing package livecd-rootfs version 2.734
3 years ago
Michael Hudson-Doyle
543c40b347
Merge branch 'source-catalog-2' into ubuntu/master
3 years ago
Łukasz 'sil2100' Zemczak
3032953f44
Changelog entry.
3 years ago
Michael Hudson-Doyle
cda8c920dd
create source catalogs for live server install sources
3 years ago
Michael Hudson-Doyle
fb8c694530
add script to fill out a template install source description
3 years ago
Michael Hudson-Doyle
10288220fc
add a script to checkout a translations branch
...
and compile the po files into mo files
3 years ago
Brian Murray
d0e0454547
releasing package livecd-rootfs version 2.733
3 years ago
Brian Murray
0a54de462d
fix the changelog entry
3 years ago
Brian Murray
e7cfdeec89
add a changelog entry for the intel-iot change
3 years ago
Michael Hudson-Doyle
d11c71a686
add a minimal server layer under the full server layer
3 years ago
Łukasz 'sil2100' Zemczak
1e24a44866
releasing package livecd-rootfs version 2.732
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
7d41087381
releasing package livecd-rootfs version 2.731
3 years ago
Łukasz 'sil2100' Zemczak
ea1fea050d
Add changelog entry.
3 years ago
Michael Hudson-Doyle
5e21dd89f6
Merge branch 'hyperv-manifest' into ubuntu/master
3 years ago
Michael Hudson-Doyle
e5b7eaab1c
update version number in changelog
3 years ago
Brian Murray
9f47116a1f
releasing package livecd-rootfs version 2.730
3 years ago
Brian Murray
4525395e45
Rename subarch of intel-iotg to intel-iot, add support for intel-iot 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.
3 years ago
Michael Hudson-Doyle
6928b79bb6
releasing package livecd-rootfs version 2.729
4 years ago
Michael Hudson-Doyle
d233655180
update changelog
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
0501f73231
update changelog
4 years ago
Michael Hudson-Doyle
b6df5d1b76
releasing package livecd-rootfs version 2.728
4 years ago
Brian Murray
0fbaccf301
Add a subarch of intel-iotg which is used for creating images with a kernel optimized for Intel IOT devices.
4 years ago
Michael Hudson-Doyle
093fbb1404
Merge branch 'more-subiquity-serial-pain' into ubuntu/master
4 years ago
Michael Hudson-Doyle
48c3a11a70
Make sure the process that prints SSH connection info on s390x has its output connected to the console. (LP: #1933523 )
4 years ago
Michael Hudson-Doyle
4aa703f48a
add changelog message
4 years ago
Michael Hudson-Doyle
8f1deb00d3
releasing package livecd-rootfs version 2.727
4 years ago
Michael Hudson-Doyle
9a983305ee
Remove assumption in 032-installer-squashfs.binary that all core snaps needed for subiquity are already in the filesystem layer. (LP: #1933352 )
4 years ago
Chloé Smith
ffab8ceac4
Add a serial port to OVF template (LP: #1895104 )
...
groovy hangs during boot on ESXi when the version is greater than
10. Adding a serial port by default fixes this specific bug - increasing
the HW version will be for another branch.
This is because more investigation is needed into whether it is possible to
increment ddb.virtualHWVersion without disrupting Oracle VirtualBox images.
4 years ago
Michael Hudson-Doyle
cac00a68aa
releasing package livecd-rootfs version 2.726
4 years ago
Michael Hudson-Doyle
e1e992d295
Fix overriding of ExecStart in serial-getty@sclp_line0.service.d/subiquity-serial.conf.
4 years ago
Łukasz 'sil2100' Zemczak
5ad256f7ab
releasing package livecd-rootfs version 2.725
4 years ago
Łukasz 'sil2100' Zemczak
83852ca96b
Revert previous change, use ubuntu-server-raspi task name.
4 years ago
Łukasz 'sil2100' Zemczak
9a27811add
releasing package livecd-rootfs version 2.724
4 years ago
Łukasz 'sil2100' Zemczak
d2cfa41ec2
Use the server-raspi task name instead of ubuntu-server-raspi
4 years ago
Łukasz 'sil2100' Zemczak
7b4c8bba59
releasing package livecd-rootfs version 2.723
4 years ago
Łukasz 'sil2100' Zemczak
f50209ef65
Add changelog entry.
4 years ago
Michael Hudson-Doyle
5c3bb6896c
Remove all references to the "base" project, which has not been built since 16.04 release day.
4 years ago
Steve Langasek
c7b751e401
Drop code for the 'ubuntu-core' project when not using image_format: ubuntu-image, as this is obsolete and not used to build core* snaps in recent series.
4 years ago
Michael Hudson-Doyle
f436352463
releasing package livecd-rootfs version 2.722
4 years ago
Michael Hudson-Doyle
7cd7f1e0bf
Merge branch 'ubuntu/master' into live-server-serial-argh
4 years ago
Dimitri John Ledkov
eded2359b5
releasing package livecd-rootfs version 2.721
4 years ago
Dimitri John Ledkov
f58b0693f6
Merge branch 'raspi-server-seed' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/master
4 years ago
Dimitri John Ledkov
7dbd0b8293
Changelog
4 years ago
Dimitri John Ledkov
e3ca48349e
Update changelog
4 years ago
Michael Hudson-Doyle
f54cb7094f
releasing package livecd-rootfs version 2.720
4 years ago
Michael Hudson-Doyle
b1c7f9f63b
add changelog entry for addition of ubuntu-oci project
4 years ago
Michael Hudson-Doyle
8324041cdb
add bug ref to changelog
4 years ago
Michael Hudson-Doyle
6c19637072
reword changelog a touch
4 years ago
Michael Hudson-Doyle
7ba371b315
Simplify how serial-getty@.service is customized in the live server installer environment.
4 years ago
Łukasz 'sil2100' Zemczak
f148fb8bf4
Add changelog.
4 years ago
Łukasz 'sil2100' Zemczak
05023332bc
releasing package livecd-rootfs version 2.719
4 years ago
Łukasz 'sil2100' Zemczak
37e3826d69
Changelog
4 years ago
Michael Hudson-Doyle
fbdf8bf063
releasing package livecd-rootfs version 2.718
4 years ago
Michael Hudson-Doyle
e28938b482
Do not have cloud-init set the installer user's password to something random during boot, as cloud-init now hides the value it was set to much better. Instead, subiquity will reset the password itself.
4 years ago
Dimitri John Ledkov
f700f07d59
releasing package livecd-rootfs version 2.717
4 years ago
Dimitri John Ledkov
4428dbbf8f
riscv64: generalise slightly how preinstalled server images are built, to allow using subarch to pick u-boot binaries to install.
4 years ago
Michael Hudson-Doyle
4514901328
releasing package livecd-rootfs version 2.716
4 years ago
Michael Hudson-Doyle
d5bc59f2fb
Use the correct config keys in suppressing cloud-init output during boot of live server ISO.
4 years ago
Robert C Jennings
49c01ef0a0
releasing package livecd-rootfs version 2.715
4 years ago
Gauthier Jolly
76330897dc
ubuntu-cpc: make /etc/fstab consistent with other ubuntu images
...
Modify the mount options in fstab to make the Cloud images consistent
with the default we have elsewhere.
LP: #1902103
LP: #1881006
4 years ago
Michael Hudson-Doyle
8725445e01
releasing package livecd-rootfs version 2.714
4 years ago
Michael Hudson-Doyle
974bb5bfd1
Merge branch 'quieter-live-server-boot' into ubuntu/master
4 years ago
Łukasz 'sil2100' Zemczak
bf4be0a585
releasing package livecd-rootfs version 2.713
4 years ago
Łukasz 'sil2100' Zemczak
1b0212a76c
Use the full name of the 'boot' flag in parted calls
4 years ago
Robert C Jennings
81fe9de42f
releasing package livecd-rootfs version 2.712
4 years ago
Michael Hudson-Doyle
52c8985454
Suppress cloud-init output during boot of live server ISO.
4 years ago
Cody Shepherd
265ef9797b
Update changelog
4 years ago
Dimitri John Ledkov
87454604ec
releasing package livecd-rootfs version 2.711
4 years ago
Dimitri John Ledkov
d699d8db19
releasing package livecd-rootfs version 2.710
4 years ago
Iain Lane
126ed87783
Update & finalise changelog
4 years ago
Dimitri John Ledkov
890f24c0e1
releasing package livecd-rootfs version 2.708
4 years ago
Dimitri John Ledkov
e0095d8c47
releasing package livecd-rootfs version 2.707
4 years ago
Dimitri John Ledkov
ff692b0e70
releasing package livecd-rootfs version 2.706ubuntu1
4 years ago
Dimitri John Ledkov
d492dcb378
releasing package livecd-rootfs version 2.706
4 years ago
Łukasz 'sil2100' Zemczak
c2733a55f7
Still hardcode UC20 amd64 image size, but to the same value as for UC16 and UC18.
4 years ago
Dimitri John Ledkov
067e286ce6
releasing package livecd-rootfs version 2.705
4 years ago
Dimitri John Ledkov
6df1c71416
releasing package livecd-rootfs version 2.704
4 years ago
Łukasz 'sil2100' Zemczak
a984bf59be
releasing package livecd-rootfs version 2.703
4 years ago
Łukasz 'sil2100' Zemczak
dda73b5591
Do not hard-code the UC20 amd64 image size anymore.
4 years ago
Dimitri John Ledkov
17116a48f5
releasing package livecd-rootfs version 2.702
4 years ago
Robert C Jennings
40da2925c4
releasing package livecd-rootfs version 2.701
4 years ago
Dimitri John Ledkov
bf59d6c31c
releasing package livecd-rootfs version 2.700
4 years ago
Dimitri John Ledkov
f53a681d8a
Merge remote-tracking branch 'patviafore/use_ftpmaster_instead_of_archive_in_binary_hooks' into ubuntu/master
4 years ago
Dimitri John Ledkov
83c77f9c60
Merge remote-tracking branch 'davidkrauser/dk/buildd-unpack-kernel-initrd' into ubuntu/master
4 years ago
Iain Lane
62986bd84b
Finalise changelog
4 years ago
Iain Lane
bff59ee0af
Update changelog
4 years ago
Dimitri John Ledkov
a92b0a4fb6
releasing package livecd-rootfs version 2.698
4 years ago
Dimitri John Ledkov
18a5309531
control: install qemu-utils & snapd on riscv64.
...
These are now available.
4 years ago
Dimitri John Ledkov
0f7c511892
amd64: always install grub-pc with shim-signed (LP: #1901906 )
4 years ago
Robert C Jennings
7033e0fae9
releasing package livecd-rootfs version 2.697
4 years ago
Robert C Jennings
df38b9ba75
Merge ensure-vmtools-in-vmdk-header into ubuntu/master [a=jchittum] [r=rcj]
...
vmtools version in vmdk header (LP: #1893898 )
LP: #1893898 describes missing vmtools version from the vmdk headers.
The version should be added as ddb.toolsVersion = "2147483647" however
the sed was no longer replacing a ddb.comment field with the tools
version. Rather than subbing ddb.comment with toolsVersion, this commit
deletes ddb.comment (which the comment mentions could cause errors),
and adds the correct value. There was no visibility into the descriptor
during hook creation, so debug statements were added. This allows us to
quickly verify in the logs that bad statements are removed (the possibly
offending commetns), as well as ensuring that the toolsVersion is added
MP: https://code.launchpad.net/~jchittum/livecd-rootfs/+git/livecd-rootfs/+merge/392401
4 years ago
Dimitri John Ledkov
75c196cb0e
Correct bug number
4 years ago
Dimitri John Ledkov
55ce3027ba
releasing package livecd-rootfs version 2.696
4 years ago
Joshua Powers
a0b58df7ae
fix changelog version
4 years ago
Joshua Powers
b96d6a5263
Update changelog
4 years ago
David Krauser
065c823144
Produce buildd kernel and initrd as separate artifacts
...
Multipass on Mac OS X requires standalone kernel and initrd artifacts
to boot.
Also call update-initramfs on all installed kernels. We only have one
kernel installed, so we don't need to specify an explicit version.
4 years ago
Łukasz 'sil2100' Zemczak
a3d6f34970
releasing package livecd-rootfs version 2.694
4 years ago
Łukasz 'sil2100' Zemczak
f4f4fec5dc
Add the pi desktop oem user to the adm and sudo groups
4 years ago
John Chittum
4f5eacbfae
Fixup Debian Changlog
...
Rebase, fixedup changelog, opened new release
4 years ago
John Chittum
24ee4b8c4d
vmtools version in vmdk header (LP: #1893898 )
...
LP: #1893898 describes missing vmtools version from the vmdk headers.
The version should be added as ddb.toolsVersion = "2147483647" however
the sed was no longer replacing a ddb.comment field with the tools
version. Rather than subbing ddb.comment with toolsVersion, this commit
deletes ddb.comment (which the comment mentions could cause errors),
and adds the correct value. There was no visibility into the descriptor
during hook creation, so debug statements were added. This allows us to
quickly verify in the logs that bad statements are removed (the possibly
offending commetns), as well as ensuring that the toolsVersion is added
4 years ago
Łukasz 'sil2100' Zemczak
81eba8db72
releasing package livecd-rootfs version 2.693
4 years ago
Łukasz 'sil2100' Zemczak
49a0243465
Changelog
4 years ago
Łukasz 'sil2100' Zemczak
fdef469af0
releasing package livecd-rootfs version 2.692
4 years ago
Łukasz 'sil2100' Zemczak
af0356e402
Add changelog entry.
4 years ago
Michael Hudson-Doyle
cb4e8cec58
releasing package livecd-rootfs version 2.691
4 years ago
Michael Hudson-Doyle
b677bdbcc6
Remove 68-del-part-nodes.rules from installer squashfs to work around it breaking curtin. (LP: #1893818 )
4 years ago
Łukasz 'sil2100' Zemczak
66621a8aed
releasing package livecd-rootfs version 2.690
4 years ago
Łukasz 'sil2100' Zemczak
6fe2354261
Add changelog entry.
4 years ago
Steve Langasek
dd81544956
releasing package livecd-rootfs version 2.689
4 years ago
Steve Langasek
394abc17ea
Include bug reference in changelog
4 years ago
John Chittum
953857c8f9
Uprev and update changelog
4 years ago
Pat Viafore
78ced6b26e
Rename function to be shorter
4 years ago
Robert C Jennings
76f9f34177
releasing package livecd-rootfs version 2.688
4 years ago
Robert C Jennings
2be2a168ee
ubuntu-cpc: Fix spelling in vagrant file
4 years ago
Robert C Jennings
3a23df1711
releasing package livecd-rootfs version 2.687
4 years ago
John Chittum
cfd43992a8
Reorder comments to ensure clarity
...
Long history comment moved to the end with short clarifying comments
before the relevant code. Update changelog with proper attribution
4 years ago
Steve Langasek
10dae25655
releasing package livecd-rootfs version 2.685
4 years ago
Steve Langasek
08c09dc42a
changelog
4 years ago
Steve Langasek
ff6116a5c8
use python3-launchpadlib directly instead of python3-software-properties
4 years ago
Dan Streetman
82f206190d
use python3-launchpadlib directly instead of python3-software-properties
4 years ago
Robert C Jennings
a17961a974
Release package livecd-rootfs version 2.685
4 years ago
Robert C Jennings
5b32b7e373
Release package livecd-rootfs version 2.684
4 years ago
Steve Langasek
a2a0ec7d7c
releasing package livecd-rootfs version 2.683
4 years ago
Steve Langasek
484c5fa8b1
Changelog entry
4 years ago
Robert C Jennings
b907a03f54
Release package livecd-rootfs version 2.682
4 years ago
Steve Langasek
c39b9b2d54
releasing package livecd-rootfs version 2.681
4 years ago
Steve Langasek
57d487b11d
Use the Azure kernel for the HyperV gallery images.
4 years ago
Steve Langasek
fa8398d671
releasing package livecd-rootfs version 2.680
4 years ago
Steve Langasek
e1c745e193
Merge remote-tracking branch 'codyshepherd/bootable-buildd/dist-upgrade/groovy' into ubuntu/master
4 years ago
Robert C Jennings
e3dce0ab17
Handle seeded lxd snap with channel name for ubuntu-cpc:minimized
...
The seed now specifies the lxd snap in focal as
'lxd=4.0/stable/ubuntu-20.04' which doesn't match the expectations of
the code with looks for lxd as the only snap in the seed for minimized
images. This patch updates the pattern to accept 'lxd' or 'lxd=*'.
4 years ago
Dimitri John Ledkov
c69c79ea75
releasing package livecd-rootfs version 2.678
4 years ago