home · contact · privacy
Improve precision of comment.
[config] / jessie_start_server.sh
index 245c83b4e168414509d8682c0b0c0ca4fbe4e5c8..a764ef5b6b8ec1cb4608b1737ba67212d3426bfb 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 # Set root pw.
 passwd
 
-# Post-installation reduction. (Answer "no" to GRUB question.)
+# Post-installation reduction.
 dpkg-query -Wf '${Package} ${Priority}\n' | grep ' required' | sed 's/ required//' > list_white_unsorted 
 echo 'ifupdown' >> list_white_unsorted 
 echo 'isc-dhcp-client' >> list_white_unsorted