X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpost-install;h=a8e57389ce11a2c348b2b1001450212d80e01f2b;hb=56e6ade2828debbb8210ffba1faa2193cb78d05c;hp=6f3fb4dada925485918d003a3d329ec1807d860d;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage1/post-install b/stage1/post-install index 6f3fb4d..a8e5738 100755 --- a/stage1/post-install +++ b/stage1/post-install @@ -1,10 +1,9 @@ #!/bin/bash -set -o errexit # Reading system configuration informations, functions and package versions. -source ../sysinfos +source ../config/sysinfos source ../functions -source ../packages-list +source ../config/packages-list # We need /dev/null and /dev/console before udev is started. mkdir -pv ${LFS}/dev