From: Michael Prokop Date: Sat, 31 Dec 2011 16:27:33 +0000 (+0100) Subject: docs: use --no-install-recommends instead of dpkg option X-Git-Tag: v0.17.3~4 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=05a12f526922e6ce24e6023c72596b49ec1f5480 docs: use --no-install-recommends instead of dpkg option We're using apt-get anyway, so don't use the dpkg option but the more readable version instead. Thanks: Evgeni Golov for the hint --- diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 9de557d..192aa4c 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -535,9 +535,8 @@ Instructions # mv AMD64.tar.gz /etc/grml/fai/config/basefiles/ # install relevant tools - # please check out http://grml.org/grml-live/#current_state when encountering problems! apt-get install -t squeeze-backports squashfs-tools - apt-get -o APT::Install-Recommends=false install grml-live + apt-get --no-install-recommends install grml-live # adjust grml-live configuration for our needs: cat > /etc/grml/grml-live.local << EOF