3407 Commits

Author SHA1 Message Date
Łukasz 'sil2100' Zemczak
e06c03f4a8 Missing changes. 2023-05-30 17:50:56 +02:00
Łukasz 'sil2100' Zemczak
71b7bed6ce Some misc debugging. 2023-05-30 13:15:16 +02:00
Łukasz 'sil2100' Zemczak
d271a5a985 Verbosity flags are mutually exclusive. 2023-03-28 12:32:09 +02:00
Łukasz 'sil2100' Zemczak
5c776d41f5 Inform auto/build that we're using ubuntu-image. 2023-03-28 12:10:47 +02:00
Łukasz 'sil2100' Zemczak
24e3f4740d Add verbosity to the build script and ubuntu-image - for debugging. 2023-03-28 11:02:47 +02:00
Łukasz 'sil2100' Zemczak
7d93f07d49 Test release. 2023-03-27 17:28:19 +02:00
Łukasz 'sil2100' Zemczak
9fb1287332 Temporarily add a postinst file to use the git branch for the code to ease testing. 2023-03-27 17:27:14 +02:00
Łukasz 'sil2100' Zemczak
9be5229dcc Fix typo: SERIES instead of SUITE. 2023-03-27 16:07:38 +02:00
Łukasz 'sil2100' Zemczak
74080580aa Alias ubuntu-cpc to ubuntu-server for ubuntu-image builds. 2023-03-27 15:52:33 +02:00
Łukasz 'sil2100' Zemczak
45efa83e43 Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/livecd-rootfs into ui-by-default 2023-03-27 10:39:24 +02:00
Łukasz 'sil2100' Zemczak
8cf41eb099 For now don't build riscv64 images with ubuntu-image. Also, install ubuntu-image as a snap (use the beta branch for now). 2023-03-27 10:37:53 +02:00
Dan Bungert
140385c10c Update changelog 2.816 2023-03-24 18:39:17 -06:00
Chad Smith
fba5be17fd cloud-init.service: systemd ordering after after NetworkManager
Autoinstall directives can be provided on the grub cmdline to
cloud-init via kernel parameters like the following:
 autoinstall 'ds=nocloud-net;s=http://somedomain/'

In order to support DNS resolution for NoCloud datasource at
datasource discovery time, cloud-init.service needs to be
orderered after NetworkManager.service and
NetworkManager-wait-online.service
which will have brought up applicable NICs.

Since NetworkManager is After=dbus.service, the cloud-init.service
avoids systemd ordering cycles by also dropping
Before=sysinit.target when it adds, After=NetworkManager.service and
After=NetworkManager-wait-online.service

Add this file overlay for /lib/systemd/system/cloud-init.service
because systemd drop-in files can only add constraints and not
drop prexisting service constraints.

Also add an AUTOMATION_HEADER comment to any generated files to
add discoverability in the event of future bugs/concerns.

LP: #2008952
2023-03-23 17:05:30 -06:00
Łukasz 'sil2100' Zemczak
e1d6746467 releasing package livecd-rootfs version 2.815 2023-03-23 11:09:08 +01:00
Łukasz 'sil2100' Zemczak
cfcb023f28 Adjust changelog. 2023-03-23 11:08:55 +01:00
Łukasz 'sil2100' Zemczak
279b9473d8 Add zstd dep for mini-iso + minor fixes to get it building on livefs builders. 2023-03-23 10:57:26 +01:00
Dan Bungert
41acfaa911 changelog 2.814 2023-03-20 15:09:54 -06:00
Dan Bungert
2cec504334 zstd is ok for reading the journal from core22 2023-03-20 15:00:50 -06:00
Dan Bungert
b1db77eaa2 no-compact systemd conf: journal backwards compat 2023-03-20 15:00:50 -06:00
Steve Langasek
857fcbeca4 releasing package livecd-rootfs version 2.813 2.813 2023-03-18 08:25:07 -07:00
Steve Langasek
a6d7181cc1 No new dependencies on i386 (xorriso). 2023-03-18 08:25:01 -07:00
Łukasz 'sil2100' Zemczak
19ef20f0bb Fix typo. 2023-03-17 12:35:49 +01:00
Łukasz 'sil2100' Zemczak
85f93d836a Add intel-iot server image support to devel. 2023-03-17 12:15:05 +01:00
Łukasz 'sil2100' Zemczak
3ad215e3f1 Forward port some intel-iot changes. 2023-03-17 11:54:46 +01:00
Łukasz 'sil2100' Zemczak
ccd8441a64 releasing package livecd-rootfs version 2.812 2.812 2023-03-14 15:47:51 +01:00
Łukasz 'sil2100' Zemczak
c335e6ed8b Merge branch 'cloud-init-and-u-d-i' of git+ssh://git.launchpad.net/~dbungert/livecd-rootfs into ubuntu/master 2023-03-10 12:21:22 +01:00
Dimitri John Ledkov
4a883c26f7
releasing package livecd-rootfs version 2.811 2.811 2023-03-09 18:10:28 +00:00
Dimitri John Ledkov
173d22dce6
Merge branch 'lunar-fix-apparmor-for-6.1' of git+ssh://git.launchpad.net/~jchittum/livecd-rootfs into ubuntu/master 2023-03-09 18:09:57 +00:00
Łukasz 'sil2100' Zemczak
e7f2ecaa89 releasing package livecd-rootfs version 2.810 2.810 2023-03-07 14:13:11 +01:00
Łukasz 'sil2100' Zemczak
e88307eae8 Revert changelog to UNRELEASED, for now. 2023-03-07 10:51:23 +01:00
John Chittum
0dcada3904
open 2.810 release 2023-03-06 14:25:04 -06:00
John Chittum
075e7a0eb4
fix: remove ipc from apparmor features in 6.1
ipc was dropped as an apparmor feature. checked by grabbing the latest
lunar VM, installing the latest kernel, doing a reboot, and comparing
directories and files. compared all files and the only diff is the ipc
posix_mqueue
2023-03-06 14:04:27 -06:00
Dan Bungert
0d61fce909 Add ubuntu-mini-iso project 2023-03-06 08:21:29 -07:00
Łukasz 'sil2100' Zemczak
f53e528de9 releasing package livecd-rootfs version 2.809 2.809 2023-03-06 13:07:40 +01:00
Łukasz 'sil2100' Zemczak
912e15c7fc Explicitly define the kernel flavor for ubuntucinnamon. 2023-03-06 13:06:29 +01:00
Łukasz 'sil2100' Zemczak
0b2eedb0fc Changelog adjustments. 2023-03-06 11:48:44 +01:00
Łukasz 'sil2100' Zemczak
73f0355304 cinnamon: don't use the live task as well. 2023-03-06 11:43:47 +01:00
Łukasz 'sil2100' Zemczak
7798221957 Do not use the ubuntucinnamon-desktop task for cinnamon builds, it doesn't seem to be present in the archive yet. Use the metapackage instead, which seems like a better way forward anyway. 2023-03-06 11:28:30 +01:00
Łukasz 'sil2100' Zemczak
b2008366b7 releasing package livecd-rootfs version 2.808 2.808 2023-03-03 15:08:55 +01:00
Łukasz 'sil2100' Zemczak
f10fd68124 Add ubuntucinnamon to the seed-determination switch-case. 2023-03-03 15:08:09 +01:00
Dimitri John Ledkov
95adff2ba1
releasing package livecd-rootfs version 2.807 2.807 2023-03-02 18:18:35 +00:00
Dimitri John Ledkov
63317374e5
auto/config: Add support for ubuntu core arm64 generic images
LP: #2009067

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
2023-03-02 18:11:24 +00:00
Steve Langasek
381a5b956e releasing package livecd-rootfs version 2.806 2.806 2023-02-28 08:00:12 -08:00
Steve Langasek
33e7560e1f Changelog 2023-02-28 08:00:03 -08:00
Sean Davis
91e1771b03 Remove snap base seed for xubuntu:minimal 2023-02-28 05:26:51 -05:00
Michael Hudson-Doyle
91d635d844 releasing package livecd-rootfs version 2.805 2.805 2023-02-27 21:49:46 +13:00
Michael Hudson-Doyle
573422e46f add changelog 2023-02-27 21:49:22 +13:00
Michael Hudson-Doyle
1ecd1320d6 Merge remote-tracking branch 'xypron/required_partition' into ubuntu/master 2023-02-27 21:47:54 +13:00
Steve Langasek
bd0749c905 releasing package livecd-rootfs version 2.804 2.804 2023-02-24 21:12:00 -08:00
Steve Langasek
b4190c7b97 Clarified with Erich that edubuntu should install ubuntu-desktop-minimal task. 2023-02-24 21:11:53 -08:00