diff --git a/ingredients/base-live-desktop-quirks.cfg b/ingredients/base-live-desktop-quirks.cfg deleted file mode 100644 index 5047b40..0000000 --- a/ingredients/base-live-desktop-quirks.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# __ ____ ____ _____ -# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ -# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ -# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / -# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ -# /_/ /____/ - -part / --fstype="ext4" --size=5120 - -# %post --log=/opt/live-desktop-quirks.log # Beginning of %post section. The following commands are executed inside a chroot environment. Add logging - -# %end # End of the %post section \ No newline at end of file diff --git a/ingredients/base-storage-live.cfg b/ingredients/live-core-storage.cfg similarity index 92% rename from ingredients/base-storage-live.cfg rename to ingredients/live-core-storage.cfg index ac8f12c..abddca2 100644 --- a/ingredients/base-storage-live.cfg +++ b/ingredients/live-core-storage.cfg @@ -12,4 +12,3 @@ clearpart --all --initlabel # Partition clearing information. This setup uses GP bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1 part / --fstype="ext4" --size=5120 # Create a root partition of around 7GB -part / --size=7750 # Create a root partition of around 7GB \ No newline at end of file