mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-04-06 15:51:20 +00:00
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
This package exists to house Ubuntu's settings for the Calamares installer.
If you want to add a new package for your flavor, here's how to do it:
- Create a new top-level directory (like Lubuntu's, you could just copy theirs and customize).
- Edit files and rename the branding directory for your flavor. All of the configuration files are pretty self-explanatory, but they're documented well upstream, so it shouldn't be hard to put your own spin on things.
- Create a new binary package, and make sure to Conflicts against all other binary packages in this source package. This needs to be done because all subdirectories are installed in the same location, so this makes sure that nobody tries to install any two binary packages at the same time.
That's about it. If you have any questions, feel free to email Simon Quigley at tsimonq2@ubuntu.com or consult the upstream documentation.
Languages
C++
52%
Shell
17.2%
QML
11.7%
Makefile
8.6%
Python
6.7%
Other
3.8%