File: post-boot-alpha

package info (click to toggle)
debian-cd 2.2.13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,480 kB
  • ctags: 120
  • sloc: sh: 1,666; perl: 1,078; makefile: 832
file content (21 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
#
# post-boot-alpha, by David Huggins-Daines <dhd@linuxcare.com>
#
# You may copy, modify and distribute this under the terms of the GNU
# General Public License, included herein by reference.  See COPYING.
#
# Do post-image-building tasks for alpha to make CDs bootable

set -e

N=$1
CDROOT=$2
CDIMAGE=$3

# Only disk 1 is bootable
if [ $N != 1 -a $N != 1_NONUS ]; then
    exit 0
fi

isomarkboot $CDIMAGE /boot/bootlx