Browse Source

not copying the doc at all was a bad idea

also prepare a special IBM rs6k yaboot binary ...


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1001 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
9665ba3364
1 changed files with 8 additions and 3 deletions
  1. +8
    -3
      package/powerpc/yaboot/yaboot.conf

+ 8
- 3
package/powerpc/yaboot/yaboot.conf

@ -21,8 +21,13 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
createdocs=0
yaboot_pi(){
cp -v $confdir/stone_mod_yaboot.sh $root/etc/stone.d/mod_yaboot.sh
hook_add postinstall 3 "cp $confdir/stone_mod_yaboot.sh \
$root/etc/stone.d/mod_yaboot.sh"
# create a specially prepared binary that can be run from OF directly
cp -v $root/$prefix/lib/yaboot/{yaboot,yaboot.rs6k}
$root/$prefix/lib/yaboot/addnote $root/$prefix/lib/yaboot/yaboot.rs6k
}
hook_add postinstall 3 "yaboot_pi"

Loading…
Cancel
Save