From a58290df4caf456ca02fb944ceba33c178e1ca3c Mon Sep 17 00:00:00 2001 From: tzim Date: Tue, 14 Oct 2014 10:23:14 +0000 Subject: [PATCH] modif dkms --- .../config/package-lists/desktop.list.chroot | 4 ++++ live-dmx/config/package-lists/dkms.list.chroot | 17 +++++++++++++++++ live-dmx/config/package-lists/live.list.chroot | 2 ++ .../{std.chroot => std.list.chroot} | 0 4 files changed, 23 insertions(+) create mode 100644 live-dmx/config/package-lists/dkms.list.chroot create mode 100644 live-dmx/config/package-lists/live.list.chroot rename live-dmx/config/package-lists/{std.chroot => std.list.chroot} (100%) diff --git a/live-dmx/config/package-lists/desktop.list.chroot b/live-dmx/config/package-lists/desktop.list.chroot index efc9b42..9d0c2af 100644 --- a/live-dmx/config/package-lists/desktop.list.chroot +++ b/live-dmx/config/package-lists/desktop.list.chroot @@ -25,6 +25,10 @@ gtk2-engines alsa-base alsa-utils tango-icon-theme +firmware-linux firmware-linux-nonfree lightdm +wpasupplicant +wireless-tools + diff --git a/live-dmx/config/package-lists/dkms.list.chroot b/live-dmx/config/package-lists/dkms.list.chroot new file mode 100644 index 0000000..53c18d4 --- /dev/null +++ b/live-dmx/config/package-lists/dkms.list.chroot @@ -0,0 +1,17 @@ +# open-vm-tools +open-vm-tools +#if PARENT_DISTRIBUTION wheezy + open-vm-dkms + open-vm-toolbox +#endif +#nif PARENT_DISTRIBUTION wheezy + open-vm-tools-desktop + open-vm-tools-dkms +#endif + +#if PARENT_ARCHIVE_AREAS contrib + # virtualbox + virtualbox-guest-dkms + virtualbox-guest-utils + virtualbox-guest-x11 +#endif diff --git a/live-dmx/config/package-lists/live.list.chroot b/live-dmx/config/package-lists/live.list.chroot new file mode 100644 index 0000000..d73ed96 --- /dev/null +++ b/live-dmx/config/package-lists/live.list.chroot @@ -0,0 +1,2 @@ +live-manual +live-tools diff --git a/live-dmx/config/package-lists/std.chroot b/live-dmx/config/package-lists/std.list.chroot similarity index 100% rename from live-dmx/config/package-lists/std.chroot rename to live-dmx/config/package-lists/std.list.chroot