~ycheng-twn/pc-enablement/+git/ubuntu-recovery:0001_fix_recovery_without_confirming

Last commit made on 2022-04-15
Get this branch:
git clone -b 0001_fix_recovery_without_confirming https://git.launchpad.net/~ycheng-twn/pc-enablement/+git/ubuntu-recovery
Only Yuan-Chen Cheng can upload to this branch. If you are Yuan-Chen Cheng please log in for upload directions.

Branch merges

Branch information

Name:
0001_fix_recovery_without_confirming
Repository:
lp:~ycheng-twn/pc-enablement/+git/ubuntu-recovery

Recent commits

940b976... by Yuan-Chen Cheng

* Set rectype=hdd so that there will be confirm dialog before
  recovey when we boot from recovery partition. (LP: #1969168)
* Properly create local archive and reltaed flag. (LP: #1969171)

0fd4a16... by jeremyszu

Correct preseed condition

f915746... by jeremyszu

Correct preseed to bool type

3a08755... by jeremyszu

Skip the questions in phase 2

 * Preseed ubiquity nonfree and download_updates to make phase-2 runs
   smoothly.

fe089f6... by jeremyszu

Fix missed import

08ce62d... by jeremyszu

Fix recover_threading error

  * Version 0.4.9~22.04jiayi2dev3
  * bin/generate-recovery-iso
  * debian/changelog
  * ubunturecovery/recovery_common.py
  * ubunturecovery/recovery_threading.py

bdf2a2f... by jeremyszu

Fix compress method changes to zstd

4e0b11e... by jeremyszu

Remove non-ubuntu official support packages

209f51e... by jeremyszu

Fix dependencies issues

1. Depends pyflakes3 instead of python3-pyflakes.
2. dh_systemd_enable has been relaced by dh_installsystemd.
3. upgrade compat 9 to 11.
4. debconf-updatepo po files during dh_clean to fix lintian warning.

006247e... by jeremyszu

Initial release for Jammy

  * Adjust some packages which are not in Jammy anymore but needed from focal.
  * Fix python script warning.