X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-logfiles;h=7e950fc74cff0212b63f977d00824de06821fd0d;hb=f3c8db3027d5dc530e1f30c88e0235975211582e;hp=fe4b5a7959301c0eef94da7ac1714b4c9b3fa1df;hpb=0fb786eca497edb316e1dfaa4a4ccec2d6b3f694;p=hvlinux.git diff --git a/stage1/create-logfiles b/stage1/create-logfiles index fe4b5a7..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 ../config/sysinfos -source ../functions -source ../config/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