X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=prep.sh;fp=prep.sh;h=fe47ee063747b728e9cb7f278dd5322d06e34732;hb=f2e76fa67923cef261dd5182226f8612fb453e62;hp=6e256c0a74dc9392297fd1a38462609a0221d8a6;hpb=11003351098824d1eb3484068f8c6c8c96083590;p=bootcd.git diff --git a/prep.sh b/prep.sh index 6e256c0..fe47ee0 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 ; do +for file in pl_functions pl_sysinit pl_hwinit pl_netinit pl_validateconf pl_boot pl_wrapper ; 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