Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52117
Collapse All | Expand All

(-)udev-guide.xml.orig (-4 / +6 lines)
Lines 19-26 Link Here
19
19
20
<license/>
20
<license/>
21
21
22
<version>0.8</version>
22
<version>0.9</version>
23
<date>April 26, 2004</date>
23
<date>May 27, 2004</date>
24
24
25
<chapter>
25
<chapter>
26
<title>What is udev?</title>
26
<title>What is udev?</title>
Lines 293-300 Link Here
293
<pre caption="Listing device nodes available at boot">
293
<pre caption="Listing device nodes available at boot">
294
# <i>mkdir test</i>
294
# <i>mkdir test</i>
295
# <i>mount --bind / test</i>
295
# <i>mount --bind / test</i>
296
# <i>cd test/dev</i>
296
# <i>cd test/</i>
297
# <i>ls</i>
297
# <i>ls dev/</i>
298
</pre>
298
</pre>
299
299
300
<p>
300
<p>
Lines 314-320 Link Here
314
</p>
314
</p>
315
315
316
<pre caption="Unmounting the test/ directory">
316
<pre caption="Unmounting the test/ directory">
317
# <i>cd ..</i>
317
# <i>umount test</i>
318
# <i>umount test</i>
319
# <i>rmdir test</i>
318
</pre>
320
</pre>
319
321
320
</body>
322
</body>

Return to bug 52117