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