mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-12 22:07:04 +00:00
Summary: Add shellprocess to enable i386. Bump Standards-Version to 4.5.0. This provides "plan B" to T143 Test Plan: 1. Boot live media 1. Try to install Steam in Discover and it should fail with "dependency resolution failed" 1. Install Lubuntu 1. Reboot 1. `dpkg --print-foreign-architectures` returns `i386` 1. Install Steam in Discover and it should just work Reviewers: wxl, tsimonq2 Reviewed By: wxl Differential Revision: https://phab.lubuntu.me/D75
68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
---
|
|
modules-search: [ local ]
|
|
|
|
instances:
|
|
- id: before_bootloader_mkdirs
|
|
module: contextualprocess
|
|
config: before_bootloader_mkdirs_context.conf
|
|
- id: before_bootloader
|
|
module: contextualprocess
|
|
config: before_bootloader_context.conf
|
|
- id: after_bootloader
|
|
module: contextualprocess
|
|
config: after_bootloader_context.conf
|
|
- id: logs
|
|
module: shellprocess
|
|
config: shellprocess_logs.conf
|
|
- id: bug-LP#1829805
|
|
module: shellprocess
|
|
config: shellprocess_bug-LP#1829805.conf
|
|
- id: add386arch
|
|
module: shellprocess
|
|
config: shellprocess_add386arch.conf
|
|
|
|
sequence:
|
|
- show:
|
|
- welcome
|
|
- locale
|
|
- keyboard
|
|
- partition
|
|
- users
|
|
- summary
|
|
- exec:
|
|
- partition
|
|
- mount
|
|
- unpackfs
|
|
- machineid
|
|
- fstab
|
|
- locale
|
|
- keyboard
|
|
- localecfg
|
|
- luksbootkeyfile
|
|
- users
|
|
- displaymanager
|
|
- networkcfg
|
|
- hwclock
|
|
- contextualprocess@before_bootloader_mkdirs
|
|
- shellprocess@bug-LP#1829805
|
|
- initramfscfg
|
|
- initramfs
|
|
- grubcfg
|
|
- contextualprocess@before_bootloader
|
|
- bootloader
|
|
- contextualprocess@after_bootloader
|
|
- automirror
|
|
- shellprocess@add386arch
|
|
- packages
|
|
- shellprocess@logs
|
|
- umount
|
|
- show:
|
|
- finished
|
|
|
|
branding: lubuntu
|
|
prompt-install: true
|
|
dont-chroot: false
|
|
oem-setup: false
|
|
disable-cancel: false
|
|
disable-cancel-during-exec: false
|