From 165e7c550e437c4b49ff1a1edd795079ddd2c2df Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 26 Nov 2017 14:58:41 -0600 Subject: [PATCH] Add a README and move things around a bit. --- debian/README | 15 +++++++++++++++ debian/calamares-settings-lubuntu.install | 2 +- .../branding/lubuntu/branding.desc | 0 .../branding/lubuntu/logo.png | Bin .../branding/lubuntu/show.qml | 0 .../branding/lubuntu/slide1.png | Bin .../branding/lubuntu/welcome.png | Bin {etc/calamares => lubuntu}/modules/finished.conf | 0 {etc/calamares => lubuntu}/modules/packages.conf | 0 .../calamares => lubuntu}/modules/partition.conf | 0 {etc/calamares => lubuntu}/modules/unpackfs.conf | 0 {etc/calamares => lubuntu}/modules/users.conf | 0 {etc/calamares => lubuntu}/modules/welcome.conf | 0 {etc/calamares => lubuntu}/settings.conf | 0 14 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 debian/README rename {etc/calamares => lubuntu}/branding/lubuntu/branding.desc (100%) rename {etc/calamares => lubuntu}/branding/lubuntu/logo.png (100%) rename {etc/calamares => lubuntu}/branding/lubuntu/show.qml (100%) rename {etc/calamares => lubuntu}/branding/lubuntu/slide1.png (100%) rename {etc/calamares => lubuntu}/branding/lubuntu/welcome.png (100%) rename {etc/calamares => lubuntu}/modules/finished.conf (100%) rename {etc/calamares => lubuntu}/modules/packages.conf (100%) rename {etc/calamares => lubuntu}/modules/partition.conf (100%) rename {etc/calamares => lubuntu}/modules/unpackfs.conf (100%) rename {etc/calamares => lubuntu}/modules/users.conf (100%) rename {etc/calamares => lubuntu}/modules/welcome.conf (100%) rename {etc/calamares => lubuntu}/settings.conf (100%) diff --git a/debian/README b/debian/README new file mode 100644 index 0000000..208dc57 --- /dev/null +++ b/debian/README @@ -0,0 +1,15 @@ +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. diff --git a/debian/calamares-settings-lubuntu.install b/debian/calamares-settings-lubuntu.install index c5b3ffc..0486939 100644 --- a/debian/calamares-settings-lubuntu.install +++ b/debian/calamares-settings-lubuntu.install @@ -1 +1 @@ -etc/* +lubuntu/* etc/calamares/ diff --git a/etc/calamares/branding/lubuntu/branding.desc b/lubuntu/branding/lubuntu/branding.desc similarity index 100% rename from etc/calamares/branding/lubuntu/branding.desc rename to lubuntu/branding/lubuntu/branding.desc diff --git a/etc/calamares/branding/lubuntu/logo.png b/lubuntu/branding/lubuntu/logo.png similarity index 100% rename from etc/calamares/branding/lubuntu/logo.png rename to lubuntu/branding/lubuntu/logo.png diff --git a/etc/calamares/branding/lubuntu/show.qml b/lubuntu/branding/lubuntu/show.qml similarity index 100% rename from etc/calamares/branding/lubuntu/show.qml rename to lubuntu/branding/lubuntu/show.qml diff --git a/etc/calamares/branding/lubuntu/slide1.png b/lubuntu/branding/lubuntu/slide1.png similarity index 100% rename from etc/calamares/branding/lubuntu/slide1.png rename to lubuntu/branding/lubuntu/slide1.png diff --git a/etc/calamares/branding/lubuntu/welcome.png b/lubuntu/branding/lubuntu/welcome.png similarity index 100% rename from etc/calamares/branding/lubuntu/welcome.png rename to lubuntu/branding/lubuntu/welcome.png diff --git a/etc/calamares/modules/finished.conf b/lubuntu/modules/finished.conf similarity index 100% rename from etc/calamares/modules/finished.conf rename to lubuntu/modules/finished.conf diff --git a/etc/calamares/modules/packages.conf b/lubuntu/modules/packages.conf similarity index 100% rename from etc/calamares/modules/packages.conf rename to lubuntu/modules/packages.conf diff --git a/etc/calamares/modules/partition.conf b/lubuntu/modules/partition.conf similarity index 100% rename from etc/calamares/modules/partition.conf rename to lubuntu/modules/partition.conf diff --git a/etc/calamares/modules/unpackfs.conf b/lubuntu/modules/unpackfs.conf similarity index 100% rename from etc/calamares/modules/unpackfs.conf rename to lubuntu/modules/unpackfs.conf diff --git a/etc/calamares/modules/users.conf b/lubuntu/modules/users.conf similarity index 100% rename from etc/calamares/modules/users.conf rename to lubuntu/modules/users.conf diff --git a/etc/calamares/modules/welcome.conf b/lubuntu/modules/welcome.conf similarity index 100% rename from etc/calamares/modules/welcome.conf rename to lubuntu/modules/welcome.conf diff --git a/etc/calamares/settings.conf b/lubuntu/settings.conf similarity index 100% rename from etc/calamares/settings.conf rename to lubuntu/settings.conf