X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=prep.sh;h=a679ed928b42319c1a7302e5561362566a1caba8;hb=6ab33596be06c94f1e60515a026724318c783769;hp=05a7a6937aab52be5f16489b21f1042d7d0a442e;hpb=025e3234621c9dfe7e30dee61e4fa896d24629f2;p=bootcd.git diff --git a/prep.sh b/prep.sh index 05a7a69..a679ed9 100755 --- a/prep.sh +++ b/prep.sh @@ -60,7 +60,7 @@ install -D -m 755 ipnmac/ipnmac.x86 $bootcd/usr/sbin/ipnmac # Install initscripts echo "* Installing initscripts" -for file in pl_functions pl_sysinit pl_hwinit pl_netinit pl_validateconf pl_boot pl_wrapper ; do +for file in pl_functions pl_sysinit pl_hwinit pl_netinit pl_validateconf pl_boot ; do sed -i -e "s,@PLDISTRO@,$pldistro,g" -e "s,@FCDISTRO@,$fcdistro,g" initscripts/$file install -D -m 755 initscripts/$file $bootcd/etc/init.d/$file done @@ -120,6 +120,7 @@ install -d -m 755 $isofs for kernel in $bootcd/boot/vmlinuz-* ; do if [ -f $kernel ] ; then install -D -m 644 $kernel $isofs/kernel + echo "kernel created from $kernel" > $isofs/kernel.from fi done