mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 05:52:22 +08:00
Wait 15 seconds before blfs build to have network started up
This commit is contained in:
parent
4d36db7882
commit
956ff236ad
@ -252,6 +252,8 @@ _create_blfs_builder_script()
|
||||
_build_blfs()
|
||||
{(
|
||||
if ! [ "$USER" == "pkr" ] ; then return 0; fi
|
||||
echo "Wait 15 seconds before start to have network ready ..."
|
||||
sleep 15
|
||||
local dir_home="/home/pkr"
|
||||
local dir_blfs_root="$dir_home/blfs_root"
|
||||
local dir_lfs_xml="$dir_blfs_root/lfs-xml"
|
||||
@ -274,4 +276,4 @@ _build_blfs()
|
||||
)}
|
||||
|
||||
_build_blfs\n' | sudo tee "$dir_lfs/etc/profile.d/x_build_blfs.sh" > /dev/null
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user