File: makelabel

package info (click to toggle)
debian-installer 20150422
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 5,008 kB
  • sloc: xml: 10,107; sh: 1,960; makefile: 948; perl: 613; 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"