Browse Source

Adapted silo/boot/boot.in to use boot_cd_*() and to take files for silo/boot instead of architecture/sparc/boot

early
Alejandro Mery 17 years ago
parent
commit
46be5a04a6
  1. 9
      sparc/silo/boot/boot.in

9
sparc/silo/boot/boot.in

@ -13,16 +13,15 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
boot_cd_pre()
arch_boot_cd_pre()
{ {
mkdir -p $isofsdir/boot mkdir -p $isofsdir/boot
cp -f $build_root/boot/{second.b,isofs.b} $isofsdir/boot/ cp -f $build_root/boot/{second.b,isofs.b} $isofsdir/boot/
cp -f $base/architecture/sparc/boot/{silo.conf,boot.msg} \ cp -f $base/package/$bootloader/boot/{silo.conf,boot.msg} \
$isofsdir/boot/ $isofsdir/boot/
} }
arch_boot_cd_add() boot_cd_add()
{ {
# unused $2, verbose name # unused $2, verbose name
cat >> $isofsdir/boot/silo.conf <<-EOT cat >> $isofsdir/boot/silo.conf <<-EOT
@ -35,7 +34,7 @@ image=$4
EOT EOT
} }
arch_boot_cd_post() boot_cd_post()
{ {
echo_status "Creating isofs_arch.txt file .." echo_status "Creating isofs_arch.txt file .."

Loading…
Cancel
Save