diff --git a/libs/func_general.sh b/libs/func_general.sh index 00adc85..b25292f 100644 --- a/libs/func_general.sh +++ b/libs/func_general.sh @@ -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 -} \ No newline at end of file +}