Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
/e/n/i: move sourcing of /etc/network/interfaces.d/ to begin of file
Browse files Browse the repository at this point in the history
netcardconfig doesn't properly handle this section and it disappears
when configuring network devices then.

Rewriting netcardconfig is on our agenda (see
grml/grml-network#11), until we get there
let's make sure the status quo works as good as possible.

Take over wording based on what ifupdown's postinst script uses.
  • Loading branch information
mika authored and clexanis committed Dec 12, 2022
1 parent 016204d commit dacb4cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/grml/fai/config/files/etc/network/interfaces/GRMLBASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
# ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/35-network script, using
# ${GRML_FAI_CONFIG}/config/files/etc/network/interfaces/GRMLBASE

# interfaces(5) file used by ifup(8) and ifdown(8)

# Include files from /etc/network/interfaces.d:
source /etc/network/interfaces.d/*

# The loopback interface
auto lo
iface lo inet loopback

source /etc/network/interfaces.d/*

0 comments on commit dacb4cc

Please sign in to comment.