diff options
author | Daniel Baumann <daniel@debian.org> | 2009-08-11 14:09:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:46 +0100 |
commit | adbfba1450e673e743edafab8dc22a2fc14504d9 (patch) | |
tree | 75233536b307a63b4e024b2cd00c7743de53a99f /lists | |
parent | b5a891df1427c4247a9ce6cc86d5f4ebd4f5f0e8 (diff) | |
download | vyos-live-build-adbfba1450e673e743edafab8dc22a2fc14504d9.tar.gz vyos-live-build-adbfba1450e673e743edafab8dc22a2fc14504d9.zip |
Consistenly installing gdm later than the desktop packages in order to ensure non-inflated installs.
Diffstat (limited to 'lists')
-rw-r--r-- | lists/gnome-core | 4 | ||||
-rw-r--r-- | lists/gnome-full | 4 | ||||
-rw-r--r-- | lists/xfce | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lists/gnome-core b/lists/gnome-core index 4f6ceebe5..1707135ee 100644 --- a/lists/gnome-core +++ b/lists/gnome-core @@ -3,6 +3,6 @@ ## LH: GNOME Core #include <standard-x11> -gdm gnome-core -desktop-base +gnome-core +gdm desktop-base gnome-themes diff --git a/lists/gnome-full b/lists/gnome-full index 42d5178a6..46f2092bd 100644 --- a/lists/gnome-full +++ b/lists/gnome-full @@ -3,5 +3,5 @@ ## LH: GNOME full #include <gnome> -gdm gnome -desktop-base +gnome +gdm desktop-base diff --git a/lists/xfce b/lists/xfce index be5a4f4fa..b63935d7d 100644 --- a/lists/xfce +++ b/lists/xfce @@ -3,5 +3,5 @@ ## LH: Xfce #include <standard-x11> -xfce4 gdm -desktop-base +xfce4 +gdm desktop-base |