lp:~xnox/livecd-rootfs

Get this repository:
git clone https://git.launchpad.net/~xnox/livecd-rootfs
Only Dimitri John Ledkov can upload to this repository. If you are Dimitri John Ledkov please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-desktop-live-kernel-renames 2023-10-02 16:28:40 UTC
Create subiquity meta-package hint

Author: Dimitri John Ledkov
Author Date: 2023-10-02 09:38:47 UTC

Create subiquity meta-package hint

fix-x13s-try2 2023-09-29 03:45:12 UTC
live-build/ubuntu/hooks: ensure kernel artifacts named with subarch

Author: Dimitri John Ledkov
Author Date: 2023-09-29 03:45:12 UTC

live-build/ubuntu/hooks: ensure kernel artifacts named with subarch

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>

X13s 2023-09-26 23:02:57 UTC
lowercase

Author: Dimitri John Ledkov
Author Date: 2023-09-26 23:02:46 UTC

lowercase

Gbp-Dch: ignore

pc-arm64/jammy 2023-03-02 18:14:12 UTC
auto/config: Add support for ubuntu core arm64 generic images

Author: Dimitri John Ledkov
Author Date: 2023-03-02 18:11:03 UTC

auto/config: Add support for ubuntu core arm64 generic images

LP: #2009067

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>

pc-arm64/lunar 2023-03-02 18:11:24 UTC
auto/config: Add support for ubuntu core arm64 generic images

Author: Dimitri John Ledkov
Author Date: 2023-03-02 18:11:03 UTC

auto/config: Add support for ubuntu core arm64 generic images

LP: #2009067

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>

hwe-22.04 2022-03-28 10:54:14 UTC
auto/config: upgrade from hwe-20.04 to hwe-22.04 variant.

Author: Dimitri John Ledkov
Author Date: 2022-03-28 10:54:14 UTC

auto/config: upgrade from hwe-20.04 to hwe-22.04 variant.

rip-0c3.net 2022-02-24 10:10:01 UTC
auto/config: drop support for 0c3.net

Author: Dimitri John Ledkov
Author Date: 2022-02-24 10:10:01 UTC

auto/config: drop support for 0c3.net

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>

usr-merge 2021-04-30 16:54:00 UTC
buildd: Re-enable merged /usr by default, as it is now required

Author: Dimitri John Ledkov
Author Date: 2021-04-30 16:54:00 UTC

buildd: Re-enable merged /usr by default, as it is now required

Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>

magic-proxy-fixes 2021-04-30 16:50:28 UTC
magic-proxy: replace http.client with urllib calls

Author: Dimitri John Ledkov
Author Date: 2021-03-08 15:43:57 UTC

magic-proxy: replace http.client with urllib calls

Initialize passwords from sources.list.
Use urllib everywhere.
This way authentication is added to all the required requests.
And incoming headers, are passed to the outgoing requests.
And all the response headers, are passed to the original client.
And all the TCP & HTTP errors are passed back to the client.
Thus should avoiding hanging requests upon failure.
Also rewrite the URI when requesting things.
This allows to use private-ppa.buildd outside of launchpad.

Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>

preinstalled 2021-04-26 10:04:37 UTC
Add support for generic preinstalled images. LP: #1923832

Author: Dimitri John Ledkov
Author Date: 2021-04-14 13:20:08 UTC

Add support for generic preinstalled images. LP: #1923832

fix-grub-images 2021-04-23 11:47:18 UTC
999-cpc-fixes: enable more code on grub2 armhf & arm64

Author: Dimitri John Ledkov
Author Date: 2021-04-23 10:24:38 UTC

999-cpc-fixes: enable more code on grub2 armhf & arm64

armhf & arm64 images use grub. And despite disk-image &
disk-image-uefi installing all the grubs, some of the configuration is
done in the 999-cpc-fixes. Specifically removal of "quiet splash" is
done there, but not active on armhf & arm64. This results in arm
images to boot with "quiet splash".

Enable running the later portions of 999-cpc-fixes on armhf & arm64.

Drop duplicate call to update-grub, as update-grub2 is simply a
symlink to update-grub.

Add a guard around the call to reconfigure grub-pc, to only do that
when it is installed.

This makes armhf & arm64 uefi images consistent with amd64 uefi
images.

LP: #1925780

x86-64-v2 2021-04-21 20:07:38 UTC
use regular mirror

Author: Dimitri John Ledkov
Author Date: 2021-04-21 20:07:38 UTC

use regular mirror

fix-iptables 2021-04-14 10:41:35 UTC
Use iptables-legacy whenever possible

Author: Dimitri John Ledkov
Author Date: 2021-04-14 10:36:25 UTC

Use iptables-legacy whenever possible

LP: #1917920

fix-misisng-systemd-detect-virt 2021-02-03 14:45:54 UTC
functions: stop removing systemd-detect-virt unconditionally in undivert_grub

Author: Dimitri John Ledkov
Author Date: 2021-02-03 14:31:50 UTC

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

fsck-all-the-things 2021-02-01 14:45:42 UTC
Perform fsck on all rootfs.

Author: Dimitri John Ledkov
Author Date: 2021-02-01 14:45:42 UTC

Perform fsck on all rootfs.

LP: #1912835

fix-esp 2021-01-22 19:16:47 UTC
esp: perform fsck.

Author: Dimitri John Ledkov
Author Date: 2021-01-22 19:16:47 UTC

esp: perform fsck.

LP: #1912835

disk-images-all-the-things 2020-11-19 15:47:12 UTC
disk-image-uefi.binary: build riscv64 image without a bootloader.

Author: Dimitri John Ledkov
Author Date: 2020-11-17 23:46:19 UTC

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.

ubuntu/groovy 2020-11-05 11:54:29 UTC
releasing package livecd-rootfs version 2.694.1

Author: Dimitri John Ledkov
Author Date: 2020-11-05 11:54:29 UTC

releasing package livecd-rootfs version 2.694.1

shim-signed-wants-pc 2020-10-28 22:56:32 UTC
amd64: always install grub-pc with shim-signed (LP: #1901906)

Author: Dimitri John Ledkov
Author Date: 2020-10-28 22:30:42 UTC

amd64: always install grub-pc with shim-signed (LP: #1901906)

unbreak-hyperv-desktop-preinstalled 2020-10-27 20:42:08 UTC
auto/config: scope ubuntu:desktop-preinstalled:raspi image options

Author: Dimitri John Ledkov
Author Date: 2020-10-27 20:42:08 UTC

auto/config: scope ubuntu:desktop-preinstalled:raspi image options

When desktop-preinstalled image options were added in
38157b37487d244b27af33f7863e6b15253c8f94, for the raspi subarch, the
options listed there were not scoped for raspi subarch. This results
in those options getting also applied for the HYPERV
ubuntu:desktop-preinstalled image.

Thus scope the newly added options under raspi subarch case only.

backport-snap-prebake 2020-10-05 09:33:20 UTC
releasing package livecd-rootfs version 2.664.8

Author: Dimitri John Ledkov
Author Date: 2020-10-05 09:33:20 UTC

releasing package livecd-rootfs version 2.664.8

apparmor 2020-07-17 23:45:26 UTC
apparmor: compile all profiles

Author: Dimitri John Ledkov
Author Date: 2020-07-17 23:45:26 UTC

apparmor: compile all profiles

fix-server 2020-07-17 17:57:46 UTC
live-server: remove duplicate snaps, due to overlayfs vs snap-preseed.

Author: Dimitri John Ledkov
Author Date: 2020-07-17 17:57:46 UTC

live-server: remove duplicate snaps, due to overlayfs vs snap-preseed.

more-mounts 2020-07-15 14:12:19 UTC
setup_mountpoint: setup more things that snapd-preseed may want.

Author: Dimitri John Ledkov
Author Date: 2020-07-15 14:12:19 UTC

setup_mountpoint: setup more things that snapd-preseed may want.

These mountpoints help calling/running snapd-preseed speed-up tool.

snap-preseed-channel-specification 2020-07-09 17:32:10 UTC
snap_preseed: support channel specification with snap name

Author: Dimitri John Ledkov
Author Date: 2020-05-27 16:10:24 UTC

snap_preseed: support channel specification with snap name

snap_name[/classic]=track/risk/branch is now the supported snap name
specification, which allows to specify the full default track and
optional classic confinemnt.

Supporting such specification in the seedtext allows one to specify a
better default channel. For example, this will allow lxd to switch
from latest/stable/ubuntu-20.04 to 4.0/stable/ubuntu-20.04 as 4.0 is
the LTS track matching 20.04 support timeframe.

LP: #1882374

snap-preseed-with-channel 2020-06-03 19:42:02 UTC
snap_preseed: support channel specification with snap name

Author: Dimitri John Ledkov
Author Date: 2020-05-27 16:10:24 UTC

snap_preseed: support channel specification with snap name

snap_name=track/risk/branch is a common specification that is accepted
by snap tooling. Which in the future, will make it easier to use snap
prepare-image instead of snap download.

Supporting such specification in the seedtext allows one to specify a
better default channel. For example, this will allow lxd to switch
from latest/stable/ubuntu-20.04 to 4.0/stable/ubuntu-20.04 as 4.0 is
the LTS track matching 20.04 support timeframe.

Also stop requiring to specify snap_name/classic for seeding classic
snaps. Instead, introspect the downloaded snap to see if it is classic
or not. This way snaps are correctly seeded by name, whether they are
classic or not.

snap-prepare-image 2020-05-14 11:57:37 UTC
ubuntu-server: use snap prepare-image for subiquity layered seeding

Author: Dimitri John Ledkov
Author Date: 2020-05-12 15:02:32 UTC

ubuntu-server: use snap prepare-image for subiquity layered seeding

ubuntu/master 2019-06-20 22:28:00 UTC
releasing package livecd-rootfs version 2.597

Author: Dimitri John Ledkov
Author Date: 2019-06-20 22:28:00 UTC

releasing package livecd-rootfs version 2.597

dead-ubuntu-rtm 2019-05-30 11:20:12 UTC
Drop ubuntu-rtm configs

Author: Dimitri John Ledkov
Author Date: 2019-05-30 11:20:12 UTC

Drop ubuntu-rtm configs

dead-ubuntu-touch-hooks 2019-05-30 11:14:16 UTC
Drop ubuntu-touch hooks

Author: Dimitri John Ledkov
Author Date: 2019-05-30 11:14:16 UTC

Drop ubuntu-touch hooks

dead-ubuntu-touch 2019-05-30 11:13:31 UTC
Drop ubuntu-touch configs

Author: Dimitri John Ledkov
Author Date: 2019-05-30 11:13:31 UTC

Drop ubuntu-touch configs

ubuntu-desktop-next-hooks 2019-05-30 11:02:05 UTC
Drop ubuntu-desktop-next hooks

Author: Dimitri John Ledkov
Author Date: 2019-05-30 11:02:05 UTC

Drop ubuntu-desktop-next hooks

dead-ubuntu-desktop-next 2019-05-30 11:00:59 UTC
Drop ubuntu-desktop-next configs

Author: Dimitri John Ledkov
Author Date: 2019-05-30 11:00:59 UTC

Drop ubuntu-desktop-next configs

drop-old-arm 2019-05-30 10:49:06 UTC
Drop old arm platforms.

Author: Dimitri John Ledkov
Author Date: 2019-05-30 10:48:31 UTC

Drop old arm platforms.

dead-linux-signed 2019-05-30 10:14:17 UTC
Drop usage of dummy transitional linux-signed-image-generic package.

Author: Dimitri John Ledkov
Author Date: 2019-05-30 00:03:30 UTC

Drop usage of dummy transitional linux-signed-image-generic package.

dead-jasper 2019-05-30 10:09:46 UTC
Drop dead jasper subproject.

Author: Dimitri John Ledkov
Author Date: 2019-05-29 23:56:06 UTC

Drop dead jasper subproject.

dead-wubi 2019-05-30 10:04:40 UTC
Drop dead wubi subproject.

Author: Dimitri John Ledkov
Author Date: 2019-05-29 23:55:41 UTC

Drop dead wubi subproject.

ubuntu/bionic 2019-05-02 10:34:40 UTC
releasing package livecd-rootfs version 2.525.22

Author: Dimitri John Ledkov
Author Date: 2019-05-02 10:34:40 UTC

releasing package livecd-rootfs version 2.525.22

fix-serial-subiquity 2019-03-21 12:27:15 UTC
Make serial-subiquity@ use the same codepath as tty1 subiquity.

Author: Dimitri John Ledkov
Author Date: 2019-03-20 13:18:41 UTC

Make serial-subiquity@ use the same codepath as tty1 subiquity.

Such that subiquity runs in the correct environment.
Depends on: https://github.com/CanonicalLtd/subiquity/pull/428

139 of 39 results
This repository contains Public information 
Everyone can see this information.