X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Finstall-bootscripts;h=8b9aef4b90b2f925d7724d750d7fa7acd8cd75ef;hb=166111908c2cff78986972e0d2668feb7ee9d42b;hp=40894e016b1897c52e8651a770fa2726f03cfb60;hpb=2ad910e22979500192ea43d5599ad003440744a4;p=hvlinux.git diff --git a/stage1/install-bootscripts b/stage1/install-bootscripts index 40894e0..8b9aef4 100755 --- a/stage1/install-bootscripts +++ b/stage1/install-bootscripts @@ -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 # Clock settings cat > ${LFS}/etc/sysconfig/clock << "EOF" @@ -40,7 +37,6 @@ bootscript_add_rcsysinit checkfs 30 00 bootscript_add_rcsysinit mountfs 35 95 bootscript_add_rcsysinit swap 40 94 bootscript_add_rcsysinit cleanfs 45 00 -bootscript_add_rcsysinit setclock 60 92 # rc0.d bootscript_add_manual 0 sendsignals 95 00