13 if [ -z "$BPART" ]; then
17 if [ -z "$OUT" ]; then
21 if [ -z "$BITMAP" ]; then
22 BITMAP
="/usr/mdec/netbsd.chrp"
25 echo "<chrp-boot>" > $OUT
26 echo "<description>${OS}</description>" >>$OUT
27 echo "<os-name>${OS}</os-name>" >>$OUT
28 echo "<boot-script>boot &device;:${BPART}</boot-script>" >>$OUT
29 if [ -f "${BITMAP}" ]; then
30 /bin
/cat ${BITMAP} >>$OUT
32 echo "</chrp-boot>" >>$OUT