Dimitri John Ledkov
72f2647eb0
Merge remote-tracking branch 'xnox/fsck-all-the-things' into ubuntu/master
2021-02-05 12:47:53 +00:00
Dimitri John Ledkov
096a00f404
functions: stop removing systemd-detect-virt unconditionally in undivert_grub
...
One can call divert_grub; replace_kernel; undivert_grub. And
replace_kernel will call into force_boot_without_initramfs, which
under certain conditions can call divert_grub &
undivert_grub. Resulting in undivert_grub called twice in a row.
When undivert_grub is called twice in a row it wipes
systemd-detect-virt binary from disk, as the rm call is unguarded to
check that there is something to divert if systemd package is
installed. And if the systemd package is not installed, it does not
check that systemd-detect-virt file is in-fact what divert_grub has
created.
Add a guard to check that systemd-detect-virt is the placeholder one,
before removing it.
LP: #1902260
2021-02-03 14:45:54 +00:00
Dimitri John Ledkov
33b7272a23
Perform fsck on all rootfs.
...
LP: #1912835
2021-02-01 14:45:42 +00:00
Dimitri John Ledkov
d699d8db19
releasing package livecd-rootfs version 2.710
2.710
2021-01-28 10:43:37 +00:00
Dimitri John Ledkov
0e2208121e
Merge branch 'fix-esp' of git+ssh://git.launchpad.net/~xnox/livecd-rootfs into ubuntu/master
2021-01-28 10:43:13 +00:00
Dimitri John Ledkov
53b28d5f58
esp: perform fsck.
...
LP: #1912835
2021-01-22 19:16:47 +00:00
Dimitri John Ledkov
7c760864fd
esp: install grub in ubuntu bootloader id path, instead of removable.
...
Do not use removable uefi bootloader path in the cloud-images by
default, as that prevents upgrades of the bootloader.
LP: #1912830
2021-01-22 19:09:25 +00:00
Iain Lane
126ed87783
Update & finalise changelog
2.709
2021-01-04 10:38:25 +00:00
Iain Lane
42409e7068
auto/config: Install pi-bluetooth for raspi images
...
These are in restricted, and so cannot be depended on by the
metapackages which are in main.
2021-01-04 10:25:09 +00:00
Sebastien Bacher
1a979b1528
Desktop is using the hwe kernel, do the same on canary
2020-12-15 16:51:32 +01:00
Dimitri John Ledkov
890f24c0e1
releasing package livecd-rootfs version 2.708
2.708
2020-12-08 09:15:57 +00:00
Dimitri John Ledkov
6746d9fbd9
disk-image-uefi: fix riscv64 subarch user-data.
2020-12-08 09:15:09 +00:00
Dimitri John Ledkov
e0095d8c47
releasing package livecd-rootfs version 2.707
2.707
2020-12-05 15:18:50 +00:00
Dimitri John Ledkov
ff692b0e70
releasing package livecd-rootfs version 2.706ubuntu1
2.706ubuntu1
2020-12-05 15:17:53 +00:00
Dimitri John Ledkov
4881f5260a
qcow2-image: unbreak builds without subarch.
2020-12-05 15:17:16 +00:00
Dimitri John Ledkov
d492dcb378
releasing package livecd-rootfs version 2.706
2.706
2020-12-03 21:42:47 +00:00
Sebastien Bacher
ed8ee60c98
Desktop is using the hwe kernel, do the same on canary
2020-12-03 20:29:59 +01:00
Dimitri John Ledkov
3e1e76b94a
riscv64: fixup subarch build, unbound variable
2020-12-03 16:17:32 +00:00
Łukasz 'sil2100' Zemczak
c2733a55f7
Still hardcode UC20 amd64 image size, but to the same value as for UC16 and UC18.
2020-12-03 12:18:57 +01:00
Dimitri John Ledkov
067e286ce6
releasing package livecd-rootfs version 2.705
2.705
2020-12-02 14:10:05 +00:00
Dimitri John Ledkov
2f84bc9a84
config: on hirsute build UC22 images
2020-12-02 11:05:18 +00:00
Dimitri John Ledkov
6df1c71416
releasing package livecd-rootfs version 2.704
2.704
2020-12-01 17:16:21 +00:00
Dimitri John Ledkov
a808b28d47
riscv64: build preinstalled riscv64 image with uboot SPL and CIDATA.
2020-12-01 17:14:40 +00:00
Łukasz 'sil2100' Zemczak
a984bf59be
releasing package livecd-rootfs version 2.703
2.703
2020-12-01 10:00:47 +01:00
Łukasz 'sil2100' Zemczak
dda73b5591
Do not hard-code the UC20 amd64 image size anymore.
2020-11-27 17:57:18 +01:00
Dimitri John Ledkov
17116a48f5
releasing package livecd-rootfs version 2.702
2.702
2020-11-25 13:00:18 +00:00
Dimitri John Ledkov
3962f4ac23
disk-image-uefi: riscv64 add ubuntu:ubuntu login, without expiry.
2020-11-24 18:40:40 +00:00
Dimitri John Ledkov
da578b2c6b
disk-image-uefi: riscv64 add u-boot spl
...
LP: #1905274
2020-11-24 18:40:34 +00:00
Dimitri John Ledkov
ba8649ef80
get-ppa-fingerprint: use production instance with latest api.
...
Otherwise it defaults to staging lp instance, with obsolete API.
2020-11-24 18:39:56 +00:00
Sebastien Bacher
fb0d16ea8a
Correctly set the environment needed by snapd in layered
...
The change is similar to commit #1ca11c97 but for the canary image.
2020-11-24 11:38:10 +01:00
Sebastien Bacher
79e8f3b53e
Use the target realpath to do the unmounting
2020-11-24 11:36:13 +01:00
Robert C Jennings
40da2925c4
releasing package livecd-rootfs version 2.701
2.701
2020-11-20 14:57:23 -06:00
Cody Shepherd
edaab1def3
Omit file type exensions in manifest names
2020-11-20 12:36:23 -08:00
Cody Shepherd
762124dbd7
Create manifests for buildd tarballs
2020-11-19 12:59:06 -08:00
Dimitri John Ledkov
bf59d6c31c
releasing package livecd-rootfs version 2.700
2.700
2020-11-19 17:43:55 +00:00
Dimitri John Ledkov
3a20f2669c
Merge remote-tracking branch 'davidkrauser/buildd-image-perform-upgrade' into ubuntu/master
2020-11-19 17:39:26 +00:00
Dimitri John Ledkov
f53a681d8a
Merge remote-tracking branch 'patviafore/use_ftpmaster_instead_of_archive_in_binary_hooks' into ubuntu/master
2020-11-19 17:36:39 +00:00
Dimitri John Ledkov
8e986c20fd
Merge remote-tracking branch 'seb128/layered-languages-fix' into ubuntu/master
2020-11-19 17:34:02 +00:00
Dimitri John Ledkov
83c77f9c60
Merge remote-tracking branch 'davidkrauser/dk/buildd-unpack-kernel-initrd' into ubuntu/master
2020-11-19 17:28:21 +00:00
Dimitri John Ledkov
80e98a937b
Merge remote-tracking branch 'xnox/disk-images-all-the-things' into ubuntu/master
2020-11-19 17:26:00 +00:00
Dimitri John Ledkov
914997827d
disk-image-uefi.binary: build riscv64 image without a bootloader.
...
We want GPT image with ESP, however there is no bootloader for it
yet. Build without it.
2020-11-19 15:47:12 +00:00
Dimitri John Ledkov
122364df65
disk-image-uefi.binary: enable secureboot on the arm64 image.
2020-11-19 15:47:09 +00:00
Sebastien Bacher
fa5c2092c7
During the layered build generate the right content for no languages
...
The structure changed as part of bug #1873374
2020-11-19 16:28:11 +01:00
Dimitri John Ledkov
e8f53aabdf
disk-image.binary: however still build MBR image on amd64.
...
It is used to derive vagrant and ec2 images. I do wonder, if those
could be converted to derive from uefi one.
2020-11-18 00:09:08 +00:00
Dimitri John Ledkov
8e548f37d9
disk-image.binary: skip building MBR image on riscv64.
2020-11-17 23:40:53 +00:00
Dimitri John Ledkov
ff175e3f4a
disk-image.binary: actually skip building MBR image on EFI platforms.
...
The case is for arch:subarch combo, not just arch alone even if
subarch is empty. Thus currently on adm64/arm64/armhf ubuntu-cpc
builds mbr image is created and then ignored, as the convert to qcow2
hook prefers the uefi image whenever available.
Skipping building these correctly, should speed up the build a little
bit and use slightly less disk space.
2020-11-17 23:37:52 +00:00
Iain Lane
62986bd84b
Finalise changelog
2.699
2020-11-03 10:13:56 +00:00
Iain Lane
bff59ee0af
Update changelog
2020-11-03 10:11:28 +00:00
Jinming Wu, Patrick
72e47a9f8b
Hyper-V hook fix
2020-11-03 16:19:01 +08:00
Dimitri John Ledkov
a92b0a4fb6
releasing package livecd-rootfs version 2.698
2.698
2020-10-29 22:22:35 +00:00