X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpost-install;h=e9c8eaa32bbbf71f19a716df1e767828e027e123;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=a8e57389ce11a2c348b2b1001450212d80e01f2b;hpb=f920c7ef750f2163b9e407cc453b192ede2c185a;p=hvlinux.git diff --git a/stage1/post-install b/stage1/post-install index a8e5738..e9c8eaa 100755 --- a/stage1/post-install +++ b/stage1/post-install @@ -1,9 +1,6 @@ #!/bin/bash -# Reading system configuration informations, functions and package versions. -source ../config/sysinfos -source ../functions -source ../config/packages-list +source ../functions/main # We need /dev/null and /dev/console before udev is started. mkdir -pv ${LFS}/dev @@ -48,4 +45,6 @@ fi # Change the ownership for ${LFS} and its subdirectories chown -Rv root:root ${LFS} +write_completed_stage + exit $?