[elbe-devel] [PATCH] Modify minimal stretch example -> network and keyboard support
Philipp Arras
philipp.arras at linutronix.de
Mon May 8 10:13:14 CEST 2017
Modified the stretch example xml file. Previously, it had no X keyboard and
mouse support and the network was not working out of the box.
I added a few Debian packages which configure the above automatically.
To my mind the loss of "minimality" of the example is compensated by a massive
improvement of usability.
Signed-off-by: Philipp Arras <philipp.arras at linutronix.de>
---
examples/x86_32-pc-hdimg-minimal-grub-stretch.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml b/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml
index f8ffa3a..297b5bd 100644
--- a/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml
+++ b/examples/x86_32-pc-hdimg-minimal-grub-stretch.xml
@@ -45,6 +45,11 @@
<pkg>grub-pc</pkg>
<pkg>xserver-xorg-video-radeon</pkg>
<pkg>xserver-xorg-core</pkg>
+ <pkg>xserver-xorg-input-all</pkg>
+ <pkg>xterm</pkg>
+ <pkg>isc-dhcp-client</pkg>
+ <pkg>net-tools</pkg>
+ <pkg>network-manager</pkg>
<pkg>mono-runtime</pkg>
<pkg>slim</pkg>
<pkg>awesome</pkg>
--
2.1.4
More information about the elbe-devel
mailing list