|
|
1.1 root 1: #! /bin/sh
2: # Install the boot program on the disk.
3: # Since minimum write size is a device block, we must first read the label
4: dd if=$2 of=label bs=1b count=1
5: cat label $1 > tmpboot
6: rm label
7: dd if=tmpboot of=$2 bs=16b count=1 conv=sync
8: rm tmpboot
9: sync
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.