21 Commits

Author SHA1 Message Date
0908c29cfb Switch Lubuntu to dracut by default. 2024-11-21 22:24:43 -06:00
e687608175 Rewrite the pkgselect module and its processing. 2024-10-29 19:23:46 -05:00
Aaron Rainbolt
664da199e4 Fix an issue where the user made during post-OEM user setup would be given UID 1001. 2024-06-12 23:41:45 -05:00
ec477ab8e9 Remove after_bootloader contextual process 2024-04-16 01:14:25 +00:00
ffc955d58e Fix LUKS passphrase prompt for non-US keyboard layouts, undo an accidental change to Kubuntu 2024-03-21 16:26:13 -05:00
4629bba99c Massive OEM mode overhaul for Lubuntu, tweaks and fixes for Kubuntu OEM mode 2024-02-14 18:09:10 -06:00
9b0d4c4394 Completely finish the backend for pkgselect 2023-10-15 17:12:58 -05:00
26e2cbac91 In another step forward on this ongoing project, connect the view step to a Job, which runs during the installation. 2023-10-15 17:12:58 -05:00
4b847dae69 Add the UI for Package Select, allowing for fine-tuned customization of the installed system. 2023-10-15 17:12:58 -05:00
2cc0bed73b Add shellprocess for i386 multiarch
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
2020-01-30 20:32:14 -05:00
cd7fa92d15 Clean up Calamares settings.
Summary:
This resolves T107

Refactor automirror

Add donate button url and geoip to welcome

Adjust locale.conf geoip format

Set default filesystem type and no user swap choices

Add defaults to settings to eliminate warnings

Add efi mount options to fstab.conf

Set restart mode in finished.conf to new style

Set bootloader entry name to Ubuntu and slideshowAPI to 1

Test Plan:
Test Calamares installation for proper location detection.

Test Calamares installation for proper efi mount.

Test Calamares installation for proper bootloader entry.

Reviewers: tsimonq2, wxl, apt-ghetto

Reviewed By: tsimonq2, wxl

Subscribers: apt-ghetto

Maniphest Tasks: T107

Differential Revision: https://phab.lubuntu.me/D33
2019-08-20 21:32:27 -07:00
626f59a767 Work around update-initramfs issue and reorder jobs
Summary:
The initramfs job fails to build an initrd.img for two reasons:

1. No /boot/vmlinuz-$version
2. No /boot/initrd.img-$version

(1) is due to "contextualprocess@before_bootloader_mkdirs" needing to
be executed before "initramfs" because it copies in the kernel image
from /cdrom/casper/vmlinuz.

(2) is due to a bug in update-initramfs::get_sorted_versions() because
it expects there to be an existing initrd.img-$version despite the fact
the "initramfs" module is calling it with the -c (create) option, not
-u (update).

Closes (LP: #1829805)

Test Plan: Edited config in Live Environment and successfully rebooted into the installed OS.

Reviewers: wxl, tsimonq2

Reviewed By: wxl

Differential Revision: https://phab.lubuntu.me/D15
2019-06-19 19:40:57 -07:00
6db75e1ae8 Enable support for LUKS/encryption.
Summary: All settings required to enable support for LUKS/encryption.

Test Plan:
The two methods of encryption will need to be tested:

 1. Automated option, e.g. Erase Disk
    1. Click the radio button for the option
    1. Check the Encrypt checkbox
    1. Enter your password twice
    1. Continue with the install as normal
 1. Manual partitioning
    1. Create a new partition
    1. Check the Encrypt checkbox underneath filesystem
    1. Enter your password twice
    1. Don't forget to mount as /
    1. Continue with the install as normal

If the install completes without errors and can boot successfully after completion, asking for and accepting the correct password before booting the system, then we've got ourselves a winner.

Reviewers: tsimonq2

Reviewed By: tsimonq2

Differential Revision: https://phab.lubuntu.me/D28
2018-10-06 00:46:12 -07:00
Simon Quigley
638e13824f Enable automirror by default. 2018-08-09 22:40:15 -05:00
Simon Quigley
88e201e0c8 Get some changes from Neon to make some of our awful hacks much cleaner. 2018-07-20 13:35:25 -05:00
Simon Quigley
be429d184f Replace awful hack with a less hacky but still awful hack. 2018-07-03 16:04:42 -05:00
Simon Quigley
a2a9b6ac9c Hacky and horrible, but it makes the thing work. 2018-02-04 14:54:26 -06:00
Simon Quigley
7978a26085 Add grubcfg to settings.conf, let's see if this fixes the memtest86 problem. 2018-01-21 20:56:14 -06:00
Simon Quigley
faafedb2a2 Some more partition management customizations and (hopefully) proper LUKS support. 2018-01-21 20:56:14 -06:00
Simon Quigley
85c47a701a More module configuration. 2018-01-21 20:56:14 -06:00
Simon Quigley
165e7c550e Add a README and move things around a bit. 2018-01-21 20:56:14 -06:00