This script was helpful during development, but has no reason to
be kept alive. Removal is long overdue as it is.
This commit is contained in:
parent
14cbcc591c
commit
4a8718928d
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
dd if=/dev/zero of=disk count=125307
|
||||
sudo mdconfig -a -t vnode -f disk -u 4
|
||||
sudo fdisk -f - md4 <<EOF
|
||||
g c567 h13 s17
|
||||
p 1 165 221 124865
|
||||
EOF
|
||||
sudo bsdlabel -w -r md4s1 pan60
|
||||
sudo mdconfig -d -u 4
|
Loading…
Reference in New Issue
Block a user