1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/hppa/boot/boot.in
3 # Copyright (C) 2006 - 2024 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
13 mkdir -p $isofsdir/boot
14 cp -f $build_root/usr/share/palo/iplboot $isofsdir/boot/
19 # Note: palo only supports one config, one kernel/initrd :-/
20 [ $((palo_label++)) != 0 ] &&
21 echo_warning "Palo only support one config, skipped!" &&
25 cat > $build_toolchain/palo.sh <<-EOT
26 $build_toolchain/cross/bin/palo -f /dev/null \
28 -b $isofsdir/boot/iplboot \
29 -k $isofsdir/$4 -r $isofsdir/$5 \
30 -c "0/${4##*/} initrd=0/${5##*/}"
32 chmod +x $build_toolchain/palo.sh
35 $build_toolchain/cross/bin/palo -f /dev/null \
36 --init-tape=$isofsdir/boot/lifimage${4#*/vmlinu?} \
37 -b $isofsdir/boot/iplboot \
38 -k $isofsdir/$4 -r $isofsdir/$5 \
39 -c "0/${4##*/} initrd=0/${5##*/}"
43 echo_status "Creating isofs_arch.txt file .."
45 cat > $build_toolchain/isofs_arch.txt <<- EOT
47 SCRIPT $build_toolchain/palo.sh