X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-logfiles;h=7e950fc74cff0212b63f977d00824de06821fd0d;hb=b6f8c455b6b970c08eab79303c95acbc1506f61d;hp=990c054a3cfcc399465f1b2e5f06c2737af60143;hpb=1eb363044c6ee3115e62736aed4403b750082b44;p=hvlinux.git diff --git a/stage1/create-logfiles b/stage1/create-logfiles index 990c054..7e950fc 100755 --- a/stage1/create-logfiles +++ b/stage1/create-logfiles @@ -1,9 +1,6 @@ #!/bin/bash -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list +source ../functions/main touch ${LFS}/var/run/utmp ${LFS}/var/log/{btmp,lastlog,wtmp} chmod -v 664 ${LFS}/var/run/utmp ${LFS}/var/log/lastlog