Calamares settings for Ubuntu flavors - Mirrored to lp:ubuntu-calamares-settings. https://code.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Aaron Rainbolt fbc09d2b52
Swapped in python3-distro in place of lsb_release.
1 year ago
common/modules Swapped in python3-distro in place of lsb_release. 1 year ago
debian Swapped in python3-distro in place of lsb_release. 1 year ago
lubuntu Set Lubuntu Calamares to windowed mode 1 year ago
ubuntustudio Allow swap for Ubuntu Studio 1 year ago
.gitignore Add a .gitignore file for debian/files. 6 years ago
LICENSE Be explicit with licensing. 6 years ago
Makefile Add Ubuntu Studio to Makefile 4 years ago
README.md Rename README to README.md so GitHub can pick up on it better. 6 years ago

README.md

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:

  1. Create a new top-level directory (like Lubuntu's, you could just copy theirs and customize).
  2. 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.
  3. 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.