For debian-only image don't add a motd
This commit is contained in:
parent
bb8b0c9c2d
commit
4313994beb
|
@ -124,6 +124,10 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
configure_networking() {
|
configure_networking() {
|
||||||
|
if [[ $DEBIAN_INSTALL_ONLY != "no" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $GENERIC_IMAGE == "no" ]]; then
|
if [[ $GENERIC_IMAGE == "no" ]]; then
|
||||||
echo "# This file describes the network interfaces available on your system
|
echo "# This file describes the network interfaces available on your system
|
||||||
# and how to activate them. For more information, see interfaces(5).
|
# and how to activate them. For more information, see interfaces(5).
|
||||||
|
|
Loading…
Reference in New Issue