Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146324 | Differences between
and this patch

Collapse All | Expand All

(-)id/liveusb.xml (-5 / +5 lines)
Lines 3-15 Link Here
3
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
3
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
4
4
5
<guide link="/doc/id/liveusb.xml" lang="id">
5
<guide link="/doc/id/liveusb.xml" lang="id">
6
<title>Panduan Gentoo Linux LiveUSB</title>
6
<title>Panduan Gentoo Linux LiveUSB</title>
7
7
8
<author title="Author">
8
<author title="Author">
9
  <mail link="brix@gentoo.org">Henrik Brix Andersen</mail>
9
  <mail link="henrik@brixandersen.dk">Henrik Brix Andersen</mail>
10
</author>
10
</author>
11
<author title="Translator">
11
<author title="Translator">
12
  <mail link="kucrut.dz@gmail.com">Dzikri Aziz</mail>
12
  <mail link="kucrut.dz@gmail.com">Dzikri Aziz</mail>
13
</author>
13
</author>
14
14
15
<abstract>
15
<abstract>
Lines 18-31 Link Here
18
</abstract>
18
</abstract>
19
19
20
<!-- The content of this document is licensed under the CC-BY-SA license -->
20
<!-- The content of this document is licensed under the CC-BY-SA license -->
21
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
21
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
22
<license/>
22
<license/>
23
23
24
<version>1.3</version>
24
<version>1.4</version>
25
<date>2006-04-25</date>
25
<date>2006-09-04</date>
26
26
27
<chapter>
27
<chapter>
28
<title>Pendahuluan</title>
28
<title>Pendahuluan</title>
29
<section>
29
<section>
30
<title>LiveUSB</title>
30
<title>LiveUSB</title>
31
<body>
31
<body>
Lines 148-168 Link Here
148
<title>Menyalin file-file</title>
148
<title>Menyalin file-file</title>
149
<section>
149
<section>
150
<title>Mount CD Instalasi Gentoo Linux</title>
150
<title>Mount CD Instalasi Gentoo Linux</title>
151
<body>
151
<body>
152
152
153
<p>
153
<p>
154
Download <path>install-x86-minimal-2006.0.iso</path> dari <uri
154
Download <path>install-x86-minimal-2006.1.iso</path> dari <uri
155
link="/main/en/where.xml">mirror</uri> Gentoo Linux lalu mount imej ISO
155
link="/main/en/where.xml">mirror</uri> Gentoo Linux lalu mount imej ISO
156
tersebut di <path>/mnt/cdrom/</path> seperti berikut ini:
156
tersebut di <path>/mnt/cdrom/</path> seperti berikut ini:
157
</p>
157
</p>
158
158
159
<pre caption="Mount imej ISO CD Instalasi Gentoo Linux">
159
<pre caption="Mount imej ISO CD Instalasi Gentoo Linux">
160
<comment>(Ciptakan mount point /mnt/cdrom/ jika belum ada)</comment>
160
<comment>(Ciptakan mount point /mnt/cdrom/ jika belum ada)</comment>
161
# <i>mkdir -p /mnt/cdrom</i>
161
# <i>mkdir -p /mnt/cdrom</i>
162
# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i>
162
# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.1.iso /mnt/cdrom/</i>
163
</pre>
163
</pre>
164
164
165
<note>
165
<note>
166
Jika anda mendapatkan pesan error <e>Could not find any loop device</e> ketika
166
Jika anda mendapatkan pesan error <e>Could not find any loop device</e> ketika
167
anda me-mount ISO, anda perlu mengaktifkan opsi <c>Loopback device support</c> 
167
anda me-mount ISO, anda perlu mengaktifkan opsi <c>Loopback device support</c> 
168
pada konfigurasi kernel anda.
168
pada konfigurasi kernel anda.

Return to bug 146324