X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-symlinks;h=61167750685ef86a5959a0ab665ccc9289c7898d;hb=16f1a75d215e027ad746fc60dd10cd456f07f8d6;hp=bd44b95a190f4b85dbb11febf8f7ed1b285e9851;hpb=97b938a7a341fe0d45ba4f93ce9e785b2bdc182a;p=hvlinux.git diff --git a/stage1/create-symlinks b/stage1/create-symlinks index bd44b95..6116775 100755 --- a/stage1/create-symlinks +++ b/stage1/create-symlinks @@ -1,17 +1,14 @@ #!/bin/bash -set -o errexit -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list +source ../functions/main # Some programs hard-wire paths to programs which don't exist yet. In order to # satisfy these programs, we create a number of symbolic links which will be # replaced by real files when we're installing all the software. -# We must not use "-sf" to force the creation of a symlink, because we don't want -# to write over a valid program if the install script needs to be re-started. +# We must not use "-sf" to force the creation of a symlink, because we don't +# want to write over a valid program if the install script needs to be +# re-started. source=/tools/bin target=${LFS}/bin