Harmonise les bootscripts (daemon)
[hvlinux.git] / stage1 / post-install
index a8e5738..e9c8eaa 100755 (executable)
@@ -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 $?