소스 검색

0001: Running a DD-WRT VM in Virtualbox

i12bretro 3 년 전
부모
커밋
5430a34bb5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      0001.html

+ 1 - 1
0001.html

@@ -27,7 +27,7 @@
 	<li>Install Oracle Virtualbox</li>
 	<li>Convert DD-WRT x86 Image to VDI
 	<div class="codeBlock"># change directory to virtualbox installation<br />
-	cd %programfiles%/Oracle/Virtualbox<br />
+	cd %programfiles%\Oracle\Virtualbox<br />
 	# run vboxmanage to convert the raw image to .vdi<br />
 	vboxmanage.exe convertdd &quot;c:\users\i12bretro\downloads\dd-wrt_public_vga.image&quot; &quot;c:\users\i12bretro\downloads\dd-wrt.vdi&quot;</div>
 	</li>