1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Be consistent in using variable names instead of parameter numbers.

This commit is contained in:
Thomas Quinot 2004-05-02 21:19:17 +00:00
parent 01044eaadc
commit dce3a06eaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128847

View File

@ -50,5 +50,5 @@ df ${TMPMNT}
umount ${TMPMNT}
dd if=/dev/${MD}s1 of=/dev/${MD}s2 bs=64k
dd if=/dev/${MD} of=${IMG} bs=64k
dd if=/dev/${MD}s1 of=${6}.s1 bs=64k
dd if=/dev/${MD}s1 of=${IMG}.s1 bs=64k
mdconfig -d -u ${MD}