Skip to content

Commit

Permalink
Set a priority to network configuration script
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Dinov <[email protected]>
  • Loading branch information
atanasdinov committed Jan 18, 2024
1 parent 8fee98c commit 25c1449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/combustion/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const (
// Used for both input component source and
// output configurations subdirectory under combustion.
networkConfigDir = "network"
networkConfigScriptName = "configure-network.sh"
networkConfigScriptName = "03-configure-network.sh"
)

//go:embed templates/configure-network.sh.tpl
//go:embed templates/03-configure-network.sh.tpl
var configureNetworkScript string

// Configures the network component if enabled.
Expand All @@ -45,7 +45,7 @@ var configureNetworkScript string
// │ │ └── eth1.nmconnection
// │ └── host_config.yaml
// ├── nmc
// └── configure-network.sh
// └── 03-configure-network.sh
func configureNetwork(ctx *image.Context) ([]string, error) {
zap.S().Info("Configuring network component...")

Expand Down

0 comments on commit 25c1449

Please sign in to comment.