~mwhudson/subiquity:hack

Last commit made on 2022-12-14
Get this branch:
git clone -b hack https://git.launchpad.net/~mwhudson/subiquity
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
hack
Repository:
lp:~mwhudson/subiquity

Recent commits

ceff8a6... by Michael Hudson-Doyle

snapcraft.yaml: Get all Python dependencies from the archive

Once we do this, there is no reason to use the 'python' plugin, so
switch to the 'nil' plugin with an override-build that calls pip for
each of the subiquity, curtin, and probert parts.

0eddccd... by Dan Bungert

Merge pull request #1471 from kenvandine/users_group_not_lxd

Ensure the first user is in the users group and not in the lxd group

d330449... by Carlos Nihelton

Merge pull request #1517 from CarlosNihelton/no-switch-shell-wsl-325

Removes the switch to shell widget

e47f667... by Olivier Gayot

Merge pull request #1324 from ogayot/remove_overlay_no_overlay_ok

ui: avoid crashing when removing overlay that does not exist

1647a98... by Carlos Nihelton

Removes the now unused install_running

variable and module.

6d6e1e7... by Carlos Nihelton

Removes the switch to shell widget

From the summary controller when installation is in progress.
The shell is inoperable on WSL due the fake snap environment.

c7f79b8... by Dan Bungert

Merge pull request #1515 from dbungert/lp1999173-fix-delete-raid

filesystem: fix raid deletion

6e1c42c... by Michael Hudson-Doyle

Merge pull request #1514 from mwhudson/remove-aio_loop

Remove Application.aio_loop attribute

87f104d... by Dan Bungert

filesystem: do not break on raid removal

This logical partition handler can be moved up to _device, and this is
needed in case we are doing removals of anything that isn't a Disk.

1898224... by Dan Bungert

examples: machine config for raid1 delete crash

To produce the crash, simply use this machine config in dry run, do
manual partition, and attempt to delete the md device.