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