mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 14:32:21 +08:00
Fix network script patcher
This commit is contained in:
parent
1b98b8f642
commit
9540663a50
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user