|
|
@ -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" |
|
|
|
|