X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-logfiles;h=fe4b5a7959301c0eef94da7ac1714b4c9b3fa1df;hb=2ad910e22979500192ea43d5599ad003440744a4;hp=990c054a3cfcc399465f1b2e5f06c2737af60143;hpb=1eb363044c6ee3115e62736aed4403b750082b44;p=hvlinux.git diff --git a/stage1/create-logfiles b/stage1/create-logfiles index 990c054..fe4b5a7 100755 --- a/stage1/create-logfiles +++ b/stage1/create-logfiles @@ -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 touch ${LFS}/var/run/utmp ${LFS}/var/log/{btmp,lastlog,wtmp} chmod -v 664 ${LFS}/var/run/utmp ${LFS}/var/log/lastlog