diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-26 17:31:35 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-26 17:31:35 +0200 |
| commit | bd924d00acaec482a466865709edbf6833f905a4 (patch) | |
| tree | 49632ec36c5360c91bee0a2cf107e717280a89b5 /raveos-calamares-theme | |
| parent | 69aa2e2836af1f5177187bdef2ebd9eefdbfc95a (diff) | |
| download | RaveOS-PKGBUILD-bd924d00acaec482a466865709edbf6833f905a4.tar.gz RaveOS-PKGBUILD-bd924d00acaec482a466865709edbf6833f905a4.zip | |
test selector
Diffstat (limited to 'raveos-calamares-theme')
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 2 | ||||
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/settings.conf | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index b568a65..f516e5c 100644 --- a/raveos-calamares-theme/PKGBUILD +++ b/raveos-calamares-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: AlexC <alexc@alexc.hu> pkgname=raveos-calamares-theme pkgver=2.0.0 -pkgrel=33 +pkgrel=34 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" diff --git a/raveos-calamares-theme/etc/calamares/settings.conf b/raveos-calamares-theme/etc/calamares/settings.conf index 73f0843..6364cee 100755 --- a/raveos-calamares-theme/etc/calamares/settings.conf +++ b/raveos-calamares-theme/etc/calamares/settings.conf @@ -114,9 +114,6 @@ modules-search: [ local ] # YAML: list of lists of strings. instances: -- id: desktop - module: netinstall - config: netinstall-desktop.conf - id: drivers module: netinstall config: netinstall-drivers.conf @@ -155,7 +152,7 @@ sequence: - keyboard - partition - users - - netinstall@desktop + - desktopselect # - netinstall@apps # - tracking - summary |