diff --git a/en_US.ISO8859-1/articles/pxe/article.sgml b/en_US.ISO8859-1/articles/pxe/article.sgml index 2051120097..8c937cbd63 100644 --- a/en_US.ISO8859-1/articles/pxe/article.sgml +++ b/en_US.ISO8859-1/articles/pxe/article.sgml @@ -161,8 +161,8 @@ file and copy its contents to /usr/tftpboot: - &prompt.root; vnconfig vn0 kern.flp # associate a vndevice with the file -&prompt.root; mount /dev/vn0 /mnt # mount it + &prompt.root; mdconfig -a -t vnode -f kern.flp -u 0 # (vnconfig vn0 kern.flp) associate a vndevice with the file +&prompt.root; mount /dev/md0 /mnt # (mount /dev/vn0 /mnt) mount it &prompt.root; cp -R /mnt /usr/tftpboot # copy the contents to /usr/tftpboot &prompt.root; umount /mnt # unmount it &prompt.root; vnconfig -u vn0 # disassociate the vndevice from the file