diff options
Diffstat (limited to 'configs/live')
-rw-r--r-- | configs/live/aarch64-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/armv7-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/pmmx-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/ppc-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/ppc64-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/x86_64-xfce.installfile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/configs/live/aarch64-xfce.installfile b/configs/live/aarch64-xfce.installfile new file mode 100644 index 0000000..5697d0b --- /dev/null +++ b/configs/live/aarch64-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/aarch64.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/armv7-xfce.installfile b/configs/live/armv7-xfce.installfile new file mode 100644 index 0000000..b9ce404 --- /dev/null +++ b/configs/live/armv7-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/armv7.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/pmmx-xfce.installfile b/configs/live/pmmx-xfce.installfile new file mode 100644 index 0000000..fdf5aa3 --- /dev/null +++ b/configs/live/pmmx-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/pmmx.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/ppc-xfce.installfile b/configs/live/ppc-xfce.installfile new file mode 100644 index 0000000..d9c7c17 --- /dev/null +++ b/configs/live/ppc-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/ppc.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/ppc64-xfce.installfile b/configs/live/ppc64-xfce.installfile new file mode 100644 index 0000000..7c2efd6 --- /dev/null +++ b/configs/live/ppc64-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/ppc64.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/x86_64-xfce.installfile b/configs/live/x86_64-xfce.installfile new file mode 100644 index 0000000..7d7d856 --- /dev/null +++ b/configs/live/x86_64-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/x86_64.installfile +inherit ../base/xfce.installfile |