File: inst-4

package info (click to toggle)
mbr 1.1.5-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 384 kB
  • ctags: 293
  • sloc: ansic: 2,151; sh: 762; makefile: 116
file content (17 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

dd if=test-old of=test-mbr 2>/dev/null
do_install -f /dev/zero -l -e+ >test-y
cat <<EOF >test-x
Version: 2
Compatible: 2
Y2K-Fix: Disabled
Drive: 0x80
Default: D
Timeout: 18/18 seconds
Enabled: F A
Interrupt: Shift Key
EOF
diff -u test-x test-y

: Done