Correct filesystem mountpoint

This commit is contained in:
Poul-Henning Kamp 2005-09-25 21:23:19 +00:00
parent 0cc67e3dd6
commit 006ffd3415
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150553

View file

@ -31,10 +31,10 @@ set -e
trap "umount /cfg" 1 2 15 EXIT trap "umount /cfg" 1 2 15 EXIT
mount /cfg mount /cfg
mkdir -p /mnt/ssh mkdir -p /cfg/ssh
( (
cd /etc/ssh cd /etc/ssh
cp ssh_host_* /mnt/ssh cp ssh_host_* /cfg/ssh
) )
umount /cfg umount /cfg
trap 1 2 15 EXIT trap 1 2 15 EXIT