diff --git a/Makefile b/Makefile index cdec0f8..4df45f9 100755 --- a/Makefile +++ b/Makefile @@ -6,12 +6,30 @@ all: # Desktop file (cd lubuntu/po/ && make) (cd ubuntustudio/po/ && make) + (cd kubuntu/po/ && make) # Slideshow (cd lubuntu/branding/lubuntu/lang/ && make) (cd ubuntustudio/branding/ubuntustudio/lang && make) + # Kubuntu OEM setup stuff + (cd kubuntu && mkdir oemconfig && cd oemconfig && mkdir -p usr/bin && mkdir -p etc/calamares && mkdir -p usr/share/xsessions && mkdir -p usr/libexec && mkdir -p etc && mkdir -p usr/share/applications) + (cp kubuntu/calamares-logs-helper kubuntu/oemconfig/usr/bin/) + (cp kubuntu/oem/sddm.conf kubuntu/oemconfig/etc/) + (cp kubuntu/oem/sudoers.oem kubuntu/oemconfig/etc/ && chmod 400 kubuntu/oemconfig/etc/sudoers.oem) + (cp kubuntu/oem/calamares-oemfinish.sh kubuntu/oemconfig/usr/libexec/) + (cp kubuntu/oem/calamares-finish-oem kubuntu/oemconfig/usr/bin/) + (cp kubuntu/oem/calamares-finish-oem.desktop kubuntu/oemconfig/usr/share/applications/) + (cp -r kubuntu/branding kubuntu/oemconfig/etc/calamares/) + (cp -r kubuntu/oem/modules/ kubuntu/oemconfig/etc/calamares/) + (cp kubuntu/oem/settings.conf kubuntu/oemconfig/etc/calamares/) + (cp kubuntu/oem/kubuntu-oem-env/kubuntu-oem-environment.desktop kubuntu/oemconfig/usr/share/xsessions/) + (cp kubuntu/oem/kubuntu-oem-env/start-kubuntu-oem-env kubuntu/oemconfig/usr/libexec/) + (fakeroot bash -c "chown -R root:root kubuntu/oemconfig && tar cvzf kubuntu/oemconfig.tar.gz kubuntu/oemconfig") # Get rid of the unnecessary files find lubuntu/ -type f -iname "*.in" | xargs rm -f find lubuntu/ -type f -iname "Makefile" | xargs rm -f find ubuntustudio/ -type f -iname "*.in" | xargs rm -f find ubuntustudio/ -type f -iname "Makefile" | xargs rm -f + find kubuntu/ -type f -iname "*.in" | xargs rm -f + find kubuntu/ -type f -iname "Makefile" | xargs rm -f + rm -rf kubuntu/oemconfig # vim:ts=4 diff --git a/debian/calamares-settings-kubuntu.install b/debian/calamares-settings-kubuntu.install new file mode 100644 index 0000000..0f82c51 --- /dev/null +++ b/debian/calamares-settings-kubuntu.install @@ -0,0 +1,10 @@ +kubuntu/branding/ etc/calamares/ +kubuntu/calamares-logs-helper usr/bin/ +kubuntu/calamares-launch-normal usr/bin/ +kubuntu/kubuntu-calamares.desktop usr/share/applications/ +kubuntu/modules/ etc/calamares/ +kubuntu/settings.conf etc/calamares/ +kubuntu/oem/calamares-launch-oem usr/bin/ +kubuntu/oem/calamares-launch-oem.desktop usr/share/applications/ +kubuntu/oem/calamares-oemprep.sh usr/libexec/ +kubuntu/oemconfig.tar.gz etc/calamares/ diff --git a/debian/calamares-settings-kubuntu.lintian-overrides b/debian/calamares-settings-kubuntu.lintian-overrides new file mode 100644 index 0000000..62cb493 --- /dev/null +++ b/debian/calamares-settings-kubuntu.lintian-overrides @@ -0,0 +1,5 @@ +# there will be no manpage in the foreseeable future +calamares-settings-kubuntu: no-manual-page [usr/bin/calamares-logs-helper] +# We're just extracting a log file and preserving it for the user to look at +# after the installation, this is normal. +calamares-settings-kubuntu: uses-dpkg-database-directly [usr/bin/calamares-logs-helper] diff --git a/debian/changelog b/debian/changelog index e9b189f..9b81761 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +calamares-settings-ubuntu (1:24.04.14) noble; urgency=medium + + * Add Kubuntu OEM config. + + -- Aaron Rainbolt Wed, 07 Feb 2024 17:02:27 -0600 + +calamares-settings-ubuntu (1:24.04.13) noble; urgency=medium + + * Add Kubuntu config. + * Update Lubuntu config to create an unencrypted /boot partition when + encryption is enabled. + * Enforce the use of Calamares 3.3.1-0ubuntu3 or later to ensure that needed + encryption-related features are present. + + -- Aaron Rainbolt Fri, 02 Feb 2024 15:32:10 -0600 + calamares-settings-ubuntu (1:24.04.12) noble; urgency=medium * Be compliant with the current state of the deb822 Ubuntu implementation diff --git a/debian/control b/debian/control index c48cf50..9bb306f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Lubuntu Developers Uploaders: Simon Quigley -Build-Depends: calamares, +Build-Depends: calamares (>= 3.3.1-0ubuntu3), cmake, debhelper-compat (= 13), extra-cmake-modules, @@ -21,13 +21,24 @@ Vcs-Browser: https://git.lubuntu.me/Lubuntu/calamares-settings-ubuntu/ Vcs-Git: https://git.lubuntu.me/Lubuntu/calamares-settings-ubuntu.git Rules-Requires-Root: no +Package: calamares-settings-kubuntu +Architecture: all +Depends: calamares-settings-ubuntu-common (>= ${binary:Version}), + ${misc:Depends} +Conflicts: calamares-settings-ubuntustudio, calamares-settings-lubuntu +Description: Kubuntu Calamares Settings and Branding + This package contains the Calamares settings and branding for Kubuntu. + As part of the branding the installer slideshow is contained within. + The settings ensure a proper Kubuntu desktop is installed with the + KDE Plasma desktop environment. + Package: calamares-settings-lubuntu Architecture: all Depends: calamares-settings-ubuntu-common (>= ${binary:Version}), lubuntu-installer-prompt (>= 1.1.1), ${misc:Depends} Recommends: lubuntu-installer-prompt -Conflicts: calamares-settings-ubuntustudio +Conflicts: calamares-settings-ubuntustudio, calamares-settings-kubuntu Description: Lubuntu Calamares Settings and Branding This package contains the Calamares settings and branding for Lubuntu. As part of the branding the installer slideshow is contained within. @@ -55,7 +66,7 @@ Package: calamares-settings-ubuntustudio Architecture: all Depends: calamares-settings-ubuntu-common (>= ${binary:Version}), ${misc:Depends} -Conflicts: calamares-settings-lubuntu +Conflicts: calamares-settings-lubuntu, calamares-settings-kubuntu Description: Ubuntu Studio Calamares Settings and Branding This package contains the Calamares settings and branding for Ubuntu Studio. As part of the branding the installer slideshow is contained within. diff --git a/debian/copyright b/debian/copyright index 6369b72..a45940e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,6 +4,7 @@ Files: * Copyright: 2014 Rohan Garg 2017-2023 Lubuntu Developers 2020 Ubuntu Studio Developers + 2024 Kubuntu Developers License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/kubuntu/README.md b/kubuntu/README.md new file mode 100644 index 0000000..7083d18 --- /dev/null +++ b/kubuntu/README.md @@ -0,0 +1,21 @@ +# Kubuntu's Calamares Settings + +This directory houses the Calamares settings for Kubuntu. + +Unless otherwise stated, the contents of this directory are licensed as follows: + +Copyright (C) 2018 Lubuntu Developers +Copyright (C) 2024 Kubuntu Developers + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 3 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this software. If not, see . diff --git a/kubuntu/branding/kubuntu/apps.png b/kubuntu/branding/kubuntu/apps.png new file mode 100644 index 0000000..ec17151 Binary files /dev/null and b/kubuntu/branding/kubuntu/apps.png differ diff --git a/kubuntu/branding/kubuntu/branding.desc b/kubuntu/branding/kubuntu/branding.desc new file mode 100644 index 0000000..d1aee10 --- /dev/null +++ b/kubuntu/branding/kubuntu/branding.desc @@ -0,0 +1,29 @@ +--- +componentName: kubuntu + +windowExpanding: fullscreen + +strings: + productName: Kubuntu + shortProductName: Kubuntu + version: 24.04 LTS + shortVersion: noble + versionedName: Kubuntu + shortVersionedName: Kubuntu 24.04 LTS + bootloaderEntryName: Ubuntu + productUrl: https://lubuntu.me/ + supportUrl: https://lubuntu.me/links/ + +images: + productLogo: "logo.png" + productIcon: "icon.png" + productWelcome: "welcome.png" + +slideshow: "show.qml" + +slideshowAPI: 1 + +style: + SidebarBackground: "#808080" + SidebarText: "#FFFFFF" + SidebarTextCurrent: "#0068C8" diff --git a/kubuntu/branding/kubuntu/desktop.png b/kubuntu/branding/kubuntu/desktop.png new file mode 100644 index 0000000..519c2a6 Binary files /dev/null and b/kubuntu/branding/kubuntu/desktop.png differ diff --git a/kubuntu/branding/kubuntu/enjoy.png b/kubuntu/branding/kubuntu/enjoy.png new file mode 100644 index 0000000..499b17a Binary files /dev/null and b/kubuntu/branding/kubuntu/enjoy.png differ diff --git a/kubuntu/branding/kubuntu/icon.png b/kubuntu/branding/kubuntu/icon.png new file mode 100644 index 0000000..5605bb7 Binary files /dev/null and b/kubuntu/branding/kubuntu/icon.png differ diff --git a/kubuntu/branding/kubuntu/lightweight.png b/kubuntu/branding/kubuntu/lightweight.png new file mode 100644 index 0000000..39a03e8 Binary files /dev/null and b/kubuntu/branding/kubuntu/lightweight.png differ diff --git a/kubuntu/branding/kubuntu/logo.png b/kubuntu/branding/kubuntu/logo.png new file mode 100644 index 0000000..38d6751 Binary files /dev/null and b/kubuntu/branding/kubuntu/logo.png differ diff --git a/kubuntu/branding/kubuntu/show.qml b/kubuntu/branding/kubuntu/show.qml new file mode 100644 index 0000000..4b465c3 --- /dev/null +++ b/kubuntu/branding/kubuntu/show.qml @@ -0,0 +1,93 @@ +import QtQuick 2.0; +import calamares.slideshow 1.0; + +Presentation +{ + id: presentation + + Timer { + interval: 15000 + running: true + repeat: true + onTriggered: presentation.goToNextSlide() + } + Slide { + Image { + anchors.centerIn: parent + id: image1 + x: 0 + y: 0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "lightweight.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image2 + x: 0 + y: 0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "apps.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image3 + x: 0 + y: 0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "store.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image4 + x: 0 + y: 0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "desktop.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image5 + x: 0 + y: 0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "support.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image6 + x: 0 + y: 0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "enjoy.png" + } + + } +} diff --git a/kubuntu/branding/kubuntu/store.png b/kubuntu/branding/kubuntu/store.png new file mode 100644 index 0000000..c48450c Binary files /dev/null and b/kubuntu/branding/kubuntu/store.png differ diff --git a/kubuntu/branding/kubuntu/support.png b/kubuntu/branding/kubuntu/support.png new file mode 100644 index 0000000..696de3f Binary files /dev/null and b/kubuntu/branding/kubuntu/support.png differ diff --git a/kubuntu/branding/kubuntu/welcome-oem.png b/kubuntu/branding/kubuntu/welcome-oem.png new file mode 100644 index 0000000..5e29775 Binary files /dev/null and b/kubuntu/branding/kubuntu/welcome-oem.png differ diff --git a/kubuntu/branding/kubuntu/welcome.png b/kubuntu/branding/kubuntu/welcome.png new file mode 100644 index 0000000..460e2e5 Binary files /dev/null and b/kubuntu/branding/kubuntu/welcome.png differ diff --git a/kubuntu/calamares-launch-normal b/kubuntu/calamares-launch-normal new file mode 100755 index 0000000..c020d67 --- /dev/null +++ b/kubuntu/calamares-launch-normal @@ -0,0 +1,15 @@ +#!/bin/bash +# +# Launch Calamares normally. + +if [ -e '/etc/calamares/OEM_MODE_ACTIVATED' ]; then + msg="$(cat < $install_dir/initial-status.gz + +# OEM id isn't a thing, when in OEM mode ubiquity would also archive that. +# https://github.com/calamares/calamares/issues/943 + +chmod -v 600 $install_dir/* +# Make these world readable, they can absolutely not contain anything relevant +# to security. +chmod -v 644 $install_dir/initial-status.gz +chmod -v 644 $install_dir/media-info diff --git a/kubuntu/kubuntu-calamares.desktop.in b/kubuntu/kubuntu-calamares.desktop.in new file mode 100644 index 0000000..beac327 --- /dev/null +++ b/kubuntu/kubuntu-calamares.desktop.in @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +Version=1.0 +_Name=Install Kubuntu 24.04 LTS +_GenericName=Install Kubuntu +Exec=sudo -E /usr/bin/calamares-launch-normal +_Comment=Calamares — System Installer +Icon=system-software-install +Terminal=false +StartupNotify=true +Categories=Qt;System; +Keywords=installer;calamares;system; diff --git a/kubuntu/modules/after_bootloader_context.conf b/kubuntu/modules/after_bootloader_context.conf new file mode 100644 index 0000000..19e152c --- /dev/null +++ b/kubuntu/modules/after_bootloader_context.conf @@ -0,0 +1,5 @@ +--- +dontChroot: false +timeout: 120 +firmwareType: + "*": "-rm ${ROOT}/home/${USER}/Desktop/kubuntu-calamares.desktop" diff --git a/kubuntu/modules/automirror.conf b/kubuntu/modules/automirror.conf new file mode 100644 index 0000000..ca21946 --- /dev/null +++ b/kubuntu/modules/automirror.conf @@ -0,0 +1,6 @@ +--- +baseUrl: archive.ubuntu.com +distribution: Kubuntu +geoip: + style: "xml" + url: "https://geoip.ubuntu.com/lookup" diff --git a/kubuntu/modules/displaymanager.conf b/kubuntu/modules/displaymanager.conf new file mode 100644 index 0000000..4754fa0 --- /dev/null +++ b/kubuntu/modules/displaymanager.conf @@ -0,0 +1,9 @@ +displaymanagers: + - sddm + +defaultDesktopEnvironment: + executable: "startkde" + desktopFile: "plasma" + +basicSetup: false +sysconfigSetup: false diff --git a/kubuntu/modules/oemid.conf b/kubuntu/modules/oemid.conf new file mode 100644 index 0000000..95131b9 --- /dev/null +++ b/kubuntu/modules/oemid.conf @@ -0,0 +1,2 @@ +--- +batch-identifier: kubuntu-2404-${DATE} diff --git a/kubuntu/modules/packages.conf b/kubuntu/modules/packages.conf new file mode 100644 index 0000000..a0b65e1 --- /dev/null +++ b/kubuntu/modules/packages.conf @@ -0,0 +1,16 @@ +update_db: true +backend: apt +operations: + - remove: + - "^live-*" + - calamares-settings-kubuntu + - calamares + - zram-config + - cifs-utils + - try_install: + - language-pack-$LOCALE + - language-pack-gnome-$LOCALE + - language-pack-kde-$LOCALE + - hunspell-$LOCALE + - libreoffice-help-$LOCALE + - libreoffice-l10n-$LOCALE diff --git a/kubuntu/modules/partition.conf b/kubuntu/modules/partition.conf new file mode 100644 index 0000000..a0e4aff --- /dev/null +++ b/kubuntu/modules/partition.conf @@ -0,0 +1,21 @@ +efiSystemPartition: "/boot/efi" +enableLuksAutomatedPartitioning: true +luksGeneration: luks2 +userSwapChoices: + - none + - file +initialSwapChoice: file +drawNestedPartitions: true +defaultFileSystemType: "ext4" +availableFileSystemTypes: ["ext4","btrfs","xfs"] +partitionLayout: + - name: "kubuntu_boot" + filesystem: ext4 + noEncrypt: true + onlyPresentWithEncryption: true + mountPoint: "/boot" + size: 4G + - name: "kubuntu_2404" + filesystem: unknown + mountPoint: "/" + size: 100% diff --git a/kubuntu/modules/shellprocess_oemprep.conf b/kubuntu/modules/shellprocess_oemprep.conf new file mode 100644 index 0000000..7de3ba7 --- /dev/null +++ b/kubuntu/modules/shellprocess_oemprep.conf @@ -0,0 +1,5 @@ +--- +dontChroot: true +timeout: 120 +script: + - "/usr/libexec/calamares-oemprep.sh ${ROOT}" diff --git a/kubuntu/modules/unpackfs.conf b/kubuntu/modules/unpackfs.conf new file mode 100644 index 0000000..96d16a5 --- /dev/null +++ b/kubuntu/modules/unpackfs.conf @@ -0,0 +1,5 @@ +--- +unpack: + - source: "/cdrom/casper/filesystem.squashfs" + sourcefs: "squashfs" + destination: "" diff --git a/kubuntu/modules/users.conf b/kubuntu/modules/users.conf new file mode 100644 index 0000000..575104b --- /dev/null +++ b/kubuntu/modules/users.conf @@ -0,0 +1,23 @@ +--- +doAutologin: false +setRootPassword: false +sudoersGroup: sudo +defaultGroups: + - adm + - cdrom + - dip + - lpadmin + - plugdev + - name: sambashare + must_exist: false + system: true + - sudo +passwordRequirements: + nonempty: true + minLength: 0 + maxLength: 0 +# Explicitly set the shell instead of deferring to Calamares. We have a platform +# expectation derived from Ubuntu here. +user: + shell: /bin/bash + forbidden_names: [ root ] diff --git a/kubuntu/modules/users.conf.oem b/kubuntu/modules/users.conf.oem new file mode 100644 index 0000000..78b0a3c --- /dev/null +++ b/kubuntu/modules/users.conf.oem @@ -0,0 +1,31 @@ +--- +doAutologin: false +setRootPassword: false +sudoersGroup: sudo +defaultGroups: + - adm + - cdrom + - dip + - lpadmin + - plugdev + - name: sambashare + must_exist: false + system: true + - sudo +passwordRequirements: + nonempty: true + minLength: 0 + maxLength: 0 +# Explicitly set the shell instead of deferring to Calamares. We have a platform +# expectation derived from Ubuntu here. +user: + shell: /bin/bash + forbidden_names: [ root ] +# Force the user of an OEM user +presets: + fullName: + value: "OEM configuration" + editable: false + loginName: + value: "oem" + editable: false diff --git a/kubuntu/modules/welcome.conf b/kubuntu/modules/welcome.conf new file mode 100644 index 0000000..0f09a47 --- /dev/null +++ b/kubuntu/modules/welcome.conf @@ -0,0 +1,26 @@ +--- +showSupportUrl: true +showKnownIssuesUrl: true +showReleaseNotesUrl: true +# WARNING: Calamares documentation indicates that showDonateUrl will be moved to branding in the future. Be prepared for things to break right here. +showDonateUrl: https://lubuntu.me/donate/ + +requirements: + requiredStorage: 8 + requiredRam: 0.5 + internetCheckUrl: https://lubuntu.me + + check: + - storage + - ram + - power + - internet + - root + required: + - root + - storage + - ram +geoip: + style: "xml" + url: "https://geoip.ubuntu.com/lookup" + selector: "CountryCode" diff --git a/kubuntu/oem/calamares-finish-oem b/kubuntu/oem/calamares-finish-oem new file mode 100755 index 0000000..8dd2424 --- /dev/null +++ b/kubuntu/oem/calamares-finish-oem @@ -0,0 +1,13 @@ +#!/bin/bash + +msg="$(cat <\n" +"Language-Team: Arabic \n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "تثبيت كوبونتو 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "تثبيت كوبونتو" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "كالاماريس - مثبت النظام" diff --git a/kubuntu/po/be.po b/kubuntu/po/be.po new file mode 100644 index 0000000..7b5300f --- /dev/null +++ b/kubuntu/po/be.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: be\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.3.0\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/ca.po b/kubuntu/po/ca.po new file mode 100644 index 0000000..c06dced --- /dev/null +++ b/kubuntu/po/ca.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Instal·lar Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Instal·lar Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — Instal·lador del Sistema" diff --git a/kubuntu/po/calamares-settings-kubuntu.pot b/kubuntu/po/calamares-settings-kubuntu.pot new file mode 100644 index 0000000..b2f0832 --- /dev/null +++ b/kubuntu/po/calamares-settings-kubuntu.pot @@ -0,0 +1,30 @@ +# Base translation file for Lubuntu's Calamares settings +# Copyright (C) 2018 Lubuntu Developers +# This file is distributed under the same license as the package. +# Simon Quigley , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/da.po b/kubuntu/po/da.po new file mode 100644 index 0000000..d65aee9 --- /dev/null +++ b/kubuntu/po/da.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Installer Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Installer Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares - System installation" diff --git a/kubuntu/po/de.po b/kubuntu/po/de.po new file mode 100644 index 0000000..56bae0d --- /dev/null +++ b/kubuntu/po/de.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Kubuntu 24.04 LTS installieren" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Kubuntu installieren" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — System Installer" diff --git a/kubuntu/po/el.po b/kubuntu/po/el.po new file mode 100644 index 0000000..e6f1fe6 --- /dev/null +++ b/kubuntu/po/el.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.3.0\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/es.po b/kubuntu/po/es.po new file mode 100644 index 0000000..99c70d3 --- /dev/null +++ b/kubuntu/po/es.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Instalar Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Instalar Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — Instalador del Sistema" diff --git a/kubuntu/po/et.po b/kubuntu/po/et.po new file mode 100644 index 0000000..ec01806 --- /dev/null +++ b/kubuntu/po/et.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.3.0\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/eu.po b/kubuntu/po/eu.po new file mode 100644 index 0000000..111ffd3 --- /dev/null +++ b/kubuntu/po/eu.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.3.0\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/fr.po b/kubuntu/po/fr.po new file mode 100644 index 0000000..24da849 --- /dev/null +++ b/kubuntu/po/fr.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Installer Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Installer Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — Installateur de votre system" diff --git a/kubuntu/po/gl.po b/kubuntu/po/gl.po new file mode 100644 index 0000000..4b9482c --- /dev/null +++ b/kubuntu/po/gl.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.3.0\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/it.po b/kubuntu/po/it.po new file mode 100644 index 0000000..a060d30 --- /dev/null +++ b/kubuntu/po/it.po @@ -0,0 +1,32 @@ +# Base translation file for Lubuntu's Calamares settings +# Copyright (C) 2018 Lubuntu Developers +# This file is distributed under the same license as the package. +# Simon Quigley , 2018. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Installa Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Installa Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — Installatore del Sistema" diff --git a/kubuntu/po/ko.po b/kubuntu/po/ko.po new file mode 100644 index 0000000..8a7e56d --- /dev/null +++ b/kubuntu/po/ko.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 2.3.0\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/no.po b/kubuntu/po/no.po new file mode 100644 index 0000000..dfbbd97 --- /dev/null +++ b/kubuntu/po/no.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Norwegian Bokmål \n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Installer Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Installer Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — System installerer" diff --git a/kubuntu/po/pl.po b/kubuntu/po/pl.po new file mode 100644 index 0000000..b0ae6d4 --- /dev/null +++ b/kubuntu/po/pl.po @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Zainstaluj Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Zainstaluj Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — Instalator systemu" diff --git a/kubuntu/po/pt.po b/kubuntu/po/pt.po new file mode 100644 index 0000000..354ddfe --- /dev/null +++ b/kubuntu/po/pt.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Instalar o Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Instalar o Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — Instalador do Sistema" diff --git a/kubuntu/po/pt_BR.po b/kubuntu/po/pt_BR.po new file mode 100644 index 0000000..7da4944 --- /dev/null +++ b/kubuntu/po/pt_BR.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: 2024-02-05 00:00+0000\n" +"Last-Translator: Aaron Rainbolt \n" +"Language-Team: Portuguese (Brazil) \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.1-dev\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "Instalar Kubuntu 24.04 LTS" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "Instalar Kubuntu" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "Calamares — Instalador do sistema" diff --git a/kubuntu/po/ru.po b/kubuntu/po/ru.po new file mode 100644 index 0000000..b2f0832 --- /dev/null +++ b/kubuntu/po/ru.po @@ -0,0 +1,30 @@ +# Base translation file for Lubuntu's Calamares settings +# Copyright (C) 2018 Lubuntu Developers +# This file is distributed under the same license as the package. +# Simon Quigley , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/po/zh-hans.po b/kubuntu/po/zh-hans.po new file mode 100644 index 0000000..b2f0832 --- /dev/null +++ b/kubuntu/po/zh-hans.po @@ -0,0 +1,30 @@ +# Base translation file for Lubuntu's Calamares settings +# Copyright (C) 2018 Lubuntu Developers +# This file is distributed under the same license as the package. +# Simon Quigley , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-10 02:36-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../kubuntu-calamares.desktop.in.h:1 +msgid "Install Kubuntu 24.04 LTS" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:2 +msgid "Install Kubuntu" +msgstr "" + +#: ../kubuntu-calamares.desktop.in.h:3 +msgid "Calamares — System Installer" +msgstr "" diff --git a/kubuntu/settings.conf b/kubuntu/settings.conf new file mode 100644 index 0000000..530ba4c --- /dev/null +++ b/kubuntu/settings.conf @@ -0,0 +1,70 @@ +--- +modules-search: [ local ] + +instances: +- id: before_bootloader_mkdirs + module: contextualprocess + config: before_bootloader_mkdirs_context.conf +- id: before_bootloader + module: contextualprocess + config: before_bootloader_context.conf +- id: after_bootloader + module: contextualprocess + config: after_bootloader_context.conf +- id: logs + module: shellprocess + config: shellprocess_logs.conf +- id: bug-LP#1829805 + module: shellprocess + config: shellprocess_bug-LP#1829805.conf +- id: add386arch + module: shellprocess + config: shellprocess_add386arch.conf +- id: oemprep + module: shellprocess + config: shellprocess_oemprep.conf + +sequence: +- show: + - welcome + - locale + - keyboard + - partition + - users + - summary +- exec: + - partition + - mount + - unpackfs + - machineid + - fstab + - locale + - keyboard + - localecfg + - luksbootkeyfile + - users + - displaymanager + - networkcfg + - hwclock + - contextualprocess@before_bootloader_mkdirs + - shellprocess@bug-LP#1829805 + - initramfscfg + - initramfs + - grubcfg + - contextualprocess@before_bootloader + - bootloader + - contextualprocess@after_bootloader + - automirror + - shellprocess@add386arch + - packages + - shellprocess@logs + - umount +- show: + - finished + +branding: kubuntu +prompt-install: true +dont-chroot: false +oem-setup: false +disable-cancel: false +disable-cancel-during-exec: false diff --git a/lubuntu/modules/partition.conf b/lubuntu/modules/partition.conf index 2c79348..ea53b5e 100644 --- a/lubuntu/modules/partition.conf +++ b/lubuntu/modules/partition.conf @@ -1,5 +1,6 @@ efiSystemPartition: "/boot/efi" enableLuksAutomatedPartitioning: true +luksGeneration: luks2 userSwapChoices: - none - file @@ -7,3 +8,14 @@ initialSwapChoice: file drawNestedPartitions: true defaultFileSystemType: "ext4" availableFileSystemTypes: ["ext4","btrfs","xfs"] +partitionLayout: + - name: "lubuntu_boot" + filesystem: ext4 + noEncrypt: true + onlyPresentWithEncryption: true + mountPoint: "/boot" + size: 4G + - name: "lubuntu_2404" + filesystem: unknown + mountPoint: "/" + size: 100%