From 1f496fc7439d46904c7fdf81baa35df023853cd3 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 13 Dec 2024 09:26:02 -0500 Subject: components: Introduce a BaseCommon profile This is where the lowest level common denominator configuration goes for most images go. --- components/boot.xml | 1 + components/common.xml | 8 ++++++++ components/desktops/common.xml | 5 +++-- components/liveinstall.xml | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 components/common.xml (limited to 'components') diff --git a/components/boot.xml b/components/boot.xml index 2427eb7..ee27d4f 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -3,6 +3,7 @@ + diff --git a/components/common.xml b/components/common.xml new file mode 100644 index 0000000..72bfb41 --- /dev/null +++ b/components/common.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/components/desktops/common.xml b/components/desktops/common.xml index 398666d..4f31c0d 100644 --- a/components/desktops/common.xml +++ b/components/desktops/common.xml @@ -1,6 +1,8 @@ - + + + @@ -9,7 +11,6 @@ - diff --git a/components/liveinstall.xml b/components/liveinstall.xml index 12891ff..a53b36b 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -1,6 +1,7 @@ + -- cgit v1.3.1+13