home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a7b13
)
Improve precision of comment.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 12 Oct 2015 16:21:31 +0000
(18:21 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 12 Oct 2015 16:21:31 +0000
(18:21 +0200)
jessie_start_server.sh
patch
|
blob
|
history
diff --git
a/jessie_start_server.sh
b/jessie_start_server.sh
index 245c83b4e168414509d8682c0b0c0ca4fbe4e5c8..a764ef5b6b8ec1cb4608b1737ba67212d3426bfb 100755
(executable)
--- a/
jessie_start_server.sh
+++ b/
jessie_start_server.sh
@@
-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