X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-config-files;h=bf8780c8a3615f7c572e39ba6c0c79ac581618fb;hb=2ad910e22979500192ea43d5599ad003440744a4;hp=108504faf14fffe0585f6e06108d07c3c23fccf6;hpb=5850e27b7e9777b0dc4853a2b8af4d3e7c73849e;p=hvlinux.git diff --git a/stage1/create-config-files b/stage1/create-config-files index 108504f..bf8780c 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -1,9 +1,9 @@ #!/bin/bash # Reading system configuration informations, functions and package versions. -source ../sysinfos +source ../config/sysinfos source ../functions -source ../packages-list +source ../config/packages-list echo "Creating /etc/fstab" cat > ${LFS}/etc/fstab << "EOF"