CLFS2: Block the auto-creation of network scripts, user should create their own scripts.
This commit is contained in:
parent
b95c619158
commit
31e78bd542
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ bootscripts_Makefiles() { #
|
|||
case $this_script in
|
||||
*udev) continue ;; # This is not a script but a commentary, we want udev-rules
|
||||
*console*) continue ;; # Use the files that came with the bootscripts
|
||||
*network*) continue ;; # Manually create these files
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
|
|
Reference in a new issue