CLFS2: Block the auto-creation of network scripts, user should create their own scripts.

This commit is contained in:
George Boudreau 2006-08-11 20:57:47 +00:00
parent b95c619158
commit 31e78bd542

View file

@ -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