mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-06 08:41:08 +00:00
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
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%