Créé répertoire de configuration
[hvlinux.git] / stage1 / create-symlinks
index b61685a..51dba78 100755 (executable)
@@ -1,16 +1,17 @@
 #!/bin/bash
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
-source ../packages-list
+source ../config/packages-list
 
 # 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