Fix network script patcher

This commit is contained in:
Krizsán Péter 2024-11-27 17:39:37 +01:00
parent 1b98b8f642
commit 9540663a50
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@ _build_lfs()
if [[ $? -gt 0 ]] ; then return 1; fi
# Patch network script
_patch_network_scripts "$dir_lfs" || return 1
_patch_network_scripts "$dir_lfs" "$2" || return 1
# Patch fstab script
_patch_fstab $dir_lfs || return 1

View File

@ -1,6 +1,8 @@
#!/bin/bash
# Do network related script patches
# First parameter is the root mount point of the new LFS system
# Second parameter is the user requested BLFS packages
_patch_network_scripts()
{
# Patch network script