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 16 years ago
parent
commit
46be5a04a6
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      sparc/silo/boot/boot.in

+ 4
- 5
sparc/silo/boot/boot.in

@ -13,16 +13,15 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
arch_boot_cd_pre()
boot_cd_pre()
{
mkdir -p $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/
}
arch_boot_cd_add()
boot_cd_add()
{
# unused $2, verbose name
cat >> $isofsdir/boot/silo.conf <<-EOT
@ -35,7 +34,7 @@ image=$4
EOT
}
arch_boot_cd_post()
boot_cd_post()
{
echo_status "Creating isofs_arch.txt file .."

Loading…
Cancel
Save