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:
parent
01044eaadc
commit
dce3a06eaa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128847
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user