~maciek-borzecki/subiquity:bboozzoo/dont-assume-fd0-stdin

Last commit made on 2020-04-02
Get this branch:
git clone -b bboozzoo/dont-assume-fd0-stdin https://git.launchpad.net/~maciek-borzecki/subiquity
Only Maciej Borzecki can upload to this branch. If you are Maciej Borzecki please log in for upload directions.

Branch merges

Branch information

Name:
bboozzoo/dont-assume-fd0-stdin
Repository:
lp:~maciek-borzecki/subiquity

Recent commits

9bcf507... by Maciej Borzecki

subiquitycore: do not assume that stdin is /proc/self/fd/0

The KeyCodesFilter assumed that /proc/self/fd/0 is actual stdin and proceeded to
toy with that fd. This broke the recovery mode chooser where console-conf is fed
a list of recovery systems over stdin. The `sys.stdin` is already correctly
updated to use the real tty and that should be used elsewhere instead of
hardcoding the fd number.

Signed-off-by: Maciej Borzecki <email address hidden>

f929f56... by Michael Hudson-Doyle

Merge pull request #679 from mwhudson/try-stage-efibootmgr

try to make efibootmgr an optional stage-package

c9448bb... by Michael Hudson-Doyle

try to make efibootmgr an optional stage-package

140632c... by Dimitri John Ledkov

Merge pull request #674 from mwhudson/autoinstall-user-data

support user-data section of autoinstall file

92dd7d0... by Dimitri John Ledkov

Merge pull request #678 from mwhudson/stage-efibootmgr

stage efibootmgr for now

4212ee4... by Michael Hudson-Doyle

stage efibootmgr for now

b76310d... by Michael Hudson-Doyle

Merge pull request #675 from mwhudson/lp-1865027

things to improve debugging launchpad bug 1865027

1435481... by Michael Hudson-Doyle

Merge pull request #676 from bboozzoo/bboozzoo/unset-LANG

subiquity/controllers: fix failure when LANG is unset

48d58d2... by Michael Hudson-Doyle

Merge pull request #677 from mwhudson/refresh-race

obscure race: if no refresh available, only advance past refresh screen

bdc539a... by Michael Hudson-Doyle

obscure race: if no refresh available, only advance past refresh screen

if the user has already moved on, we shouldn't advance!