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