| 1 |
<!-- retain these comments for translator revision tracking --> |
<!-- retain these comments for translator revision tracking --> |
| 2 |
<!-- $Id: chroot-install.xml,v 1.2 2003/06/15 16:18:57 toff Exp $ --> |
<!-- $Id: chroot-install.xml,v 1.3 2003/09/22 04:45:52 toff Exp $ --> |
| 3 |
|
|
| 4 |
<sect1 id="linux-upgrade"> |
<sect1 id="linux-upgrade"> |
| 5 |
<title>Installing Debian GNU/Linux from a Unix/Linux System</title> |
<title>Installing Debian GNU/Linux from a Unix/Linux System</title> |
| 29 |
|
|
| 30 |
<sect2> |
<sect2> |
| 31 |
<title>Getting Started</title> |
<title>Getting Started</title> |
|
|
|
| 32 |
<para> |
<para> |
| 33 |
|
|
| 34 |
With your current *nix partitioning tools, repartition the hard |
With your current *nix partitioning tools, repartition the hard |
| 78 |
</screen></informalexample> |
</screen></informalexample> |
| 79 |
|
|
| 80 |
</para> |
</para> |
|
|
|
| 81 |
</sect2> |
</sect2> |
| 82 |
|
|
| 83 |
<sect2> |
<sect2> |
| 84 |
<title>Install <command>debootstrap</command></title> |
<title>Install <command>debootstrap</command></title> |
|
|
|
| 85 |
<para> |
<para> |
| 86 |
|
|
| 87 |
The tool that the Debian installer uses, which is recognized as the |
The tool that the Debian installer uses, which is recognized as the |
| 131 |
|
|
| 132 |
<sect2> |
<sect2> |
| 133 |
<title>Run <command>debootstrap</command> (Network-connected)</title> |
<title>Run <command>debootstrap</command> (Network-connected)</title> |
|
|
|
| 134 |
<para> |
<para> |
| 135 |
|
|
| 136 |
<command>debootstrap</command> can download the needed files directly |
<command>debootstrap</command> can download the needed files directly |
| 477 |
To make your Debian GNU/Linux system bootable, set up your boot |
To make your Debian GNU/Linux system bootable, set up your boot |
| 478 |
loader to load the installed kernel with your new root partition. |
loader to load the installed kernel with your new root partition. |
| 479 |
|
|
| 480 |
</para> |
</para><para arch="i386"> |
|
|
|
|
<![ %i386; [ |
|
|
<para> |
|
| 481 |
|
|
| 482 |
Check <userinput>man lilo.conf</userinput> for instructions on setting |
Check <userinput>man lilo.conf</userinput> for instructions on setting |
| 483 |
up the bootloader. If you are keeping the system you used to install |
up the bootloader. If you are keeping the system you used to install |
| 486 |
there. After you are done editing, call lilo (remember it will use |
there. After you are done editing, call lilo (remember it will use |
| 487 |
lilo.conf relative to the system you call it from). |
lilo.conf relative to the system you call it from). |
| 488 |
|
|
| 489 |
</para><para> |
</para><para arch="i386"> |
| 490 |
|
|
| 491 |
Here is a basic /etc/lilo.conf as an example: |
Here is a basic /etc/lilo.conf as an example: |
| 492 |
|
|
| 502 |
|
|
| 503 |
</screen></informalexample> |
</screen></informalexample> |
| 504 |
|
|
| 505 |
</para> |
</para><para arch="powerpc"> |
|
|
|
|
]]> |
|
|
|
|
|
<![ %powerpc; [ |
|
|
<para> |
|
| 506 |
|
|
| 507 |
Check <userinput>man yaboot.conf</userinput> for instructions on |
Check <userinput>man yaboot.conf</userinput> for instructions on |
| 508 |
setting up the bootloader. If you are keeping the system you used to |
setting up the bootloader. If you are keeping the system you used to |
| 511 |
edit it there. After you are done editing, call ybin (remember it will |
edit it there. After you are done editing, call ybin (remember it will |
| 512 |
use yaboot.conf relative to the system you call it from). |
use yaboot.conf relative to the system you call it from). |
| 513 |
|
|
| 514 |
</para><para> |
</para><para arch="powerpc"> |
| 515 |
|
|
| 516 |
Here is a basic /etc/yaboot.conf as an example: |
Here is a basic /etc/yaboot.conf as an example: |
| 517 |
|
|
| 531 |
On some machines, you may need to use <userinput>ide0:</userinput> |
On some machines, you may need to use <userinput>ide0:</userinput> |
| 532 |
instead of <userinput>hd:</userinput>. |
instead of <userinput>hd:</userinput>. |
| 533 |
|
|
| 534 |
</para> |
</para><para arch="not-i386|not-powerpc"> |
|
|
|
|
]]> |
|
|
|
|
|
<![ %alpha; %arm; %hppa; %ia64; %mips; %mipsel; %s390; %sparc; [ |
|
|
<para> |
|
| 535 |
|
|
| 536 |
|
<phrase condition="FIXME"> |
| 537 |
FIXME: Someone may eventually supply an example for this architecture. |
FIXME: Someone may eventually supply an example for this architecture. |
| 538 |
|
</phrase> |
| 539 |
|
|
| 540 |
</para> |
</para> |
|
|
|
|
]]> |
|
| 541 |
</sect2> |
</sect2> |
|
|
|
| 542 |
</sect1> |
</sect1> |