mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 22:42:29 +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()
|
_build_blfs()
|
||||||
{(
|
{(
|
||||||
if ! [ "$USER" == "pkr" ] ; then return 0; fi
|
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_home="/home/pkr"
|
||||||
local dir_blfs_root="$dir_home/blfs_root"
|
local dir_blfs_root="$dir_home/blfs_root"
|
||||||
local dir_lfs_xml="$dir_blfs_root/lfs-xml"
|
local dir_lfs_xml="$dir_blfs_root/lfs-xml"
|
||||||
|
Loading…
Reference in New Issue
Block a user