From 88d2f6d3e660ad207f1b06455947457b8fa7b490 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 30 Aug 2017 10:32:49 +0200 Subject: [PATCH 1/1] SW: add ndisc6 + rdnssd to GRML_SMALL and GRML_FULL It adds only 381kB of additional disk space. Quoting from the feature request: | rdnssd is a tool that will listen to DNS server being offered in | an IPv6 router anouncement and configure the local system to use | the DNS servers included in there. The daemon just needs to be | installed and enabled. Without this, an IPv6 only grml system | will be with network, but without DNS. | | While we're at it, IPv6 is much more easily debugged if ndisc6, a | user space tool to send out IPv6 router solicitations and to | display the contents of router advertisements received, is | included. Thanks: Marc Haber for the suggestion Closes grml/grml#67 --- etc/grml/fai/config/package_config/GRML_FULL | 2 ++ etc/grml/fai/config/package_config/GRML_SMALL | 2 ++ 2 files changed, 4 insertions(+) diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index 7f28ddf..800fc82 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -172,12 +172,14 @@ libteam-utils lrzsz mosh mtr-tiny +ndisc6 net-tools netbase netcat-openbsd nethogs netsniff-ng nmap +rdnssd rfkill ser2net sipcalc diff --git a/etc/grml/fai/config/package_config/GRML_SMALL b/etc/grml/fai/config/package_config/GRML_SMALL index 97542fe..1324b13 100644 --- a/etc/grml/fai/config/package_config/GRML_SMALL +++ b/etc/grml/fai/config/package_config/GRML_SMALL @@ -54,6 +54,7 @@ memtester mount mtools mtr-tiny +ndisc6 netbase netcat-openbsd net-tools @@ -67,6 +68,7 @@ ppp pppoeconf procps psmisc +rdnssd reiserfsprogs rfkill rpcbind -- 2.1.4