File: makelabel

package info (click to toggle)
debian-installer 20070308
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,276 kB
  • ctags: 141
  • sloc: xml: 9,843; sh: 1,619; makefile: 781; perl: 496; awk: 100
file content (11 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Generates a d-i disk.lbl file.

if [ -z "$1" ]; then
	echo "usage: makelabel label" >&2
	exit 1
fi

echo "System: debian-installer"
echo "Label: $1"
echo "Date: $2"