summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/base/base.installfile6
-rw-r--r--configs/base/live-base.installfile2
-rw-r--r--configs/base/live-user.installfile5
-rw-r--r--configs/live/aarch64-kde.installfile2
-rw-r--r--configs/live/aarch64-lxqt.installfile2
-rw-r--r--configs/live/aarch64-mate.installfile2
-rw-r--r--configs/live/aarch64-xfce.installfile2
-rw-r--r--configs/live/aarch64.installfile1
-rw-r--r--configs/live/armv7-kde.installfile2
-rw-r--r--configs/live/armv7-lxqt.installfile2
-rw-r--r--configs/live/armv7-mate.installfile2
-rw-r--r--configs/live/armv7-xfce.installfile2
-rw-r--r--configs/live/armv7.installfile1
-rw-r--r--configs/live/pmmx-kde.installfile2
-rw-r--r--configs/live/pmmx-lxqt.installfile2
-rw-r--r--configs/live/pmmx-mate.installfile2
-rw-r--r--configs/live/pmmx-xfce.installfile2
-rw-r--r--configs/live/pmmx.installfile1
-rw-r--r--configs/live/ppc-kde.installfile2
-rw-r--r--configs/live/ppc-lxqt.installfile2
-rw-r--r--configs/live/ppc-mate.installfile2
-rw-r--r--configs/live/ppc-xfce.installfile2
-rw-r--r--configs/live/ppc.installfile2
-rw-r--r--configs/live/ppc64-kde.installfile2
-rw-r--r--configs/live/ppc64-lxqt.installfile2
-rw-r--r--configs/live/ppc64-mate.installfile2
-rw-r--r--configs/live/ppc64-xfce.installfile2
-rw-r--r--configs/live/ppc64.installfile2
-rw-r--r--configs/live/x86_64-kde.installfile2
-rw-r--r--configs/live/x86_64-lxqt.installfile2
-rw-r--r--configs/live/x86_64-mate.installfile2
-rw-r--r--configs/live/x86_64-xfce.installfile2
-rw-r--r--configs/live/x86_64.installfile1
33 files changed, 39 insertions, 30 deletions
diff --git a/configs/base/base.installfile b/configs/base/base.installfile
index 6ba032f..4a0cafd 100644
--- a/configs/base/base.installfile
+++ b/configs/base/base.installfile
@@ -32,9 +32,3 @@ rootshell /bin/zsh
repository https://distfiles.adelielinux.org/adelie/current/system
repository https://distfiles.adelielinux.org/adelie/current/user
-
-# Live User
-username live
-useralias live Live User
-usergroups live disk,users,audio,video,cdrom,games,floppy,cdrw,ping,usb
-pkginstall livecd-support
diff --git a/configs/base/live-base.installfile b/configs/base/live-base.installfile
index 4eaf658..a883819 100644
--- a/configs/base/live-base.installfile
+++ b/configs/base/live-base.installfile
@@ -16,3 +16,5 @@ svcenable NetworkManager
svcenable bluetooth graphical
svcenable chronyd graphical
svcenable sddm graphical
+
+inherit live-user.installfile
diff --git a/configs/base/live-user.installfile b/configs/base/live-user.installfile
new file mode 100644
index 0000000..2ad7337
--- /dev/null
+++ b/configs/base/live-user.installfile
@@ -0,0 +1,5 @@
+# Live User
+username live
+useralias live Live User
+usergroups live disk,users,audio,video,cdrom,games,floppy,cdrw,ping,usb
+pkginstall livecd-support
diff --git a/configs/live/aarch64-kde.installfile b/configs/live/aarch64-kde.installfile
index 77d38b7..938d211 100644
--- a/configs/live/aarch64-kde.installfile
+++ b/configs/live/aarch64-kde.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/aarch64.installfile
+inherit aarch64.installfile
inherit ../base/kde.installfile
diff --git a/configs/live/aarch64-lxqt.installfile b/configs/live/aarch64-lxqt.installfile
index 6c43c6a..cf488af 100644
--- a/configs/live/aarch64-lxqt.installfile
+++ b/configs/live/aarch64-lxqt.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/aarch64.installfile
+inherit aarch64.installfile
inherit ../base/lxqt.installfile
diff --git a/configs/live/aarch64-mate.installfile b/configs/live/aarch64-mate.installfile
index 68af017..dae2906 100644
--- a/configs/live/aarch64-mate.installfile
+++ b/configs/live/aarch64-mate.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/aarch64.installfile
+inherit aarch64.installfile
inherit ../base/mate.installfile
diff --git a/configs/live/aarch64-xfce.installfile b/configs/live/aarch64-xfce.installfile
index 5697d0b..c5f5c8c 100644
--- a/configs/live/aarch64-xfce.installfile
+++ b/configs/live/aarch64-xfce.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/aarch64.installfile
+inherit aarch64.installfile
inherit ../base/xfce.installfile
diff --git a/configs/live/aarch64.installfile b/configs/live/aarch64.installfile
new file mode 100644
index 0000000..541c0fc
--- /dev/null
+++ b/configs/live/aarch64.installfile
@@ -0,0 +1 @@
+inherit ../arch/aarch64.installfile
diff --git a/configs/live/armv7-kde.installfile b/configs/live/armv7-kde.installfile
index db68077..22a6ae2 100644
--- a/configs/live/armv7-kde.installfile
+++ b/configs/live/armv7-kde.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/armv7.installfile
+inherit armv7.installfile
inherit ../base/kde.installfile
diff --git a/configs/live/armv7-lxqt.installfile b/configs/live/armv7-lxqt.installfile
index a78aca7..33c8269 100644
--- a/configs/live/armv7-lxqt.installfile
+++ b/configs/live/armv7-lxqt.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/armv7.installfile
+inherit armv7.installfile
inherit ../base/lxqt.installfile
diff --git a/configs/live/armv7-mate.installfile b/configs/live/armv7-mate.installfile
index f93a63c..fd648cc 100644
--- a/configs/live/armv7-mate.installfile
+++ b/configs/live/armv7-mate.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/armv7.installfile
+inherit armv7.installfile
inherit ../base/mate.installfile
diff --git a/configs/live/armv7-xfce.installfile b/configs/live/armv7-xfce.installfile
index b9ce404..70a503e 100644
--- a/configs/live/armv7-xfce.installfile
+++ b/configs/live/armv7-xfce.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/armv7.installfile
+inherit armv7.installfile
inherit ../base/xfce.installfile
diff --git a/configs/live/armv7.installfile b/configs/live/armv7.installfile
new file mode 100644
index 0000000..25217f8
--- /dev/null
+++ b/configs/live/armv7.installfile
@@ -0,0 +1 @@
+inherit ../arch/armv7.installfile
diff --git a/configs/live/pmmx-kde.installfile b/configs/live/pmmx-kde.installfile
index 31100e6..a3f6ca6 100644
--- a/configs/live/pmmx-kde.installfile
+++ b/configs/live/pmmx-kde.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/pmmx.installfile
+inherit pmmx.installfile
inherit ../base/kde.installfile
diff --git a/configs/live/pmmx-lxqt.installfile b/configs/live/pmmx-lxqt.installfile
index 2f5ae8d..630def9 100644
--- a/configs/live/pmmx-lxqt.installfile
+++ b/configs/live/pmmx-lxqt.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/pmmx.installfile
+inherit pmmx.installfile
inherit ../base/lxqt.installfile
diff --git a/configs/live/pmmx-mate.installfile b/configs/live/pmmx-mate.installfile
index 088a51d..26ac640 100644
--- a/configs/live/pmmx-mate.installfile
+++ b/configs/live/pmmx-mate.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/pmmx.installfile
+inherit pmmx.installfile
inherit ../base/mate.installfile
diff --git a/configs/live/pmmx-xfce.installfile b/configs/live/pmmx-xfce.installfile
index fdf5aa3..be3dd89 100644
--- a/configs/live/pmmx-xfce.installfile
+++ b/configs/live/pmmx-xfce.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/pmmx.installfile
+inherit pmmx.installfile
inherit ../base/xfce.installfile
diff --git a/configs/live/pmmx.installfile b/configs/live/pmmx.installfile
new file mode 100644
index 0000000..ab86bed
--- /dev/null
+++ b/configs/live/pmmx.installfile
@@ -0,0 +1 @@
+inherit ../arch/pmmx.installfile
diff --git a/configs/live/ppc-kde.installfile b/configs/live/ppc-kde.installfile
index ab3b65d..1d9a119 100644
--- a/configs/live/ppc-kde.installfile
+++ b/configs/live/ppc-kde.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc.installfile
+inherit ppc.installfile
inherit ../base/kde.installfile
diff --git a/configs/live/ppc-lxqt.installfile b/configs/live/ppc-lxqt.installfile
index 13cb385..b177b31 100644
--- a/configs/live/ppc-lxqt.installfile
+++ b/configs/live/ppc-lxqt.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc.installfile
+inherit ppc.installfile
inherit ../base/lxqt.installfile
diff --git a/configs/live/ppc-mate.installfile b/configs/live/ppc-mate.installfile
index b3ba41f..8459d84 100644
--- a/configs/live/ppc-mate.installfile
+++ b/configs/live/ppc-mate.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc.installfile
+inherit ppc.installfile
inherit ../base/mate.installfile
diff --git a/configs/live/ppc-xfce.installfile b/configs/live/ppc-xfce.installfile
index d9c7c17..d450c64 100644
--- a/configs/live/ppc-xfce.installfile
+++ b/configs/live/ppc-xfce.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc.installfile
+inherit ppc.installfile
inherit ../base/xfce.installfile
diff --git a/configs/live/ppc.installfile b/configs/live/ppc.installfile
new file mode 100644
index 0000000..55a2842
--- /dev/null
+++ b/configs/live/ppc.installfile
@@ -0,0 +1,2 @@
+inherit ../arch/ppc.installfile
+pkginstall mesa-dri<24.3.0
diff --git a/configs/live/ppc64-kde.installfile b/configs/live/ppc64-kde.installfile
index ec797c5..ca7be6d 100644
--- a/configs/live/ppc64-kde.installfile
+++ b/configs/live/ppc64-kde.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc64.installfile
+inherit ppc64.installfile
inherit ../base/kde.installfile
diff --git a/configs/live/ppc64-lxqt.installfile b/configs/live/ppc64-lxqt.installfile
index e12944b..cfb9088 100644
--- a/configs/live/ppc64-lxqt.installfile
+++ b/configs/live/ppc64-lxqt.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc64.installfile
+inherit ppc64.installfile
inherit ../base/lxqt.installfile
diff --git a/configs/live/ppc64-mate.installfile b/configs/live/ppc64-mate.installfile
index 6e6f301..85e1d84 100644
--- a/configs/live/ppc64-mate.installfile
+++ b/configs/live/ppc64-mate.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc64.installfile
+inherit ppc64.installfile
inherit ../base/mate.installfile
diff --git a/configs/live/ppc64-xfce.installfile b/configs/live/ppc64-xfce.installfile
index 7c2efd6..971f10d 100644
--- a/configs/live/ppc64-xfce.installfile
+++ b/configs/live/ppc64-xfce.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/ppc64.installfile
+inherit ppc64.installfile
inherit ../base/xfce.installfile
diff --git a/configs/live/ppc64.installfile b/configs/live/ppc64.installfile
new file mode 100644
index 0000000..9ebb924
--- /dev/null
+++ b/configs/live/ppc64.installfile
@@ -0,0 +1,2 @@
+inherit ../arch/ppc64.installfile
+pkginstall mesa-dri<24.3.0
diff --git a/configs/live/x86_64-kde.installfile b/configs/live/x86_64-kde.installfile
index ee01c9f..92d0c9a 100644
--- a/configs/live/x86_64-kde.installfile
+++ b/configs/live/x86_64-kde.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/x86_64.installfile
+inherit x86_64.installfile
inherit ../base/kde.installfile
diff --git a/configs/live/x86_64-lxqt.installfile b/configs/live/x86_64-lxqt.installfile
index 0e64fa9..9c8faa7 100644
--- a/configs/live/x86_64-lxqt.installfile
+++ b/configs/live/x86_64-lxqt.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/x86_64.installfile
+inherit x86_64.installfile
inherit ../base/lxqt.installfile
diff --git a/configs/live/x86_64-mate.installfile b/configs/live/x86_64-mate.installfile
index ae312b5..ad18f43 100644
--- a/configs/live/x86_64-mate.installfile
+++ b/configs/live/x86_64-mate.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/x86_64.installfile
+inherit x86_64.installfile
inherit ../base/mate.installfile
diff --git a/configs/live/x86_64-xfce.installfile b/configs/live/x86_64-xfce.installfile
index 7d7d856..f43a1bb 100644
--- a/configs/live/x86_64-xfce.installfile
+++ b/configs/live/x86_64-xfce.installfile
@@ -1,2 +1,2 @@
-inherit ../arch/x86_64.installfile
+inherit x86_64.installfile
inherit ../base/xfce.installfile
diff --git a/configs/live/x86_64.installfile b/configs/live/x86_64.installfile
new file mode 100644
index 0000000..e810a41
--- /dev/null
+++ b/configs/live/x86_64.installfile
@@ -0,0 +1 @@
+inherit ../arch/x86_64.installfile