haiku/docs/userguide/en/applications/apps-installer.html
Joachim Seemer abc73d0a65 * Added a hint on using 3-letter file extensions to filetypes.html.
* Added links to maintaining website of bundled apps.
* Bigger space between heading and contents of apps pages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32453 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-08-17 09:22:12 +00:00

82 lines
4.2 KiB
HTML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../../../html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2009, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>Installer</title>
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
</head>
<body>
<div class="logo">
<img src="../../images/logo.png" alt="logo" width="372" height="86" />
<div class="title">Installer</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html#list-of-apps">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-icon-o-matic.html">Icon-O-Matic</a>
&#160;&#160;&#160;
Next: <a href="apps-magnify.html">Magnify</a>
</p>
</div>
<div class="content">
<h1><img src="../../images/apps-images/installer-icon_64.png" alt="installer-icon_64.png"
width="64" height="64" />Installer</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>No entry. Has to be started from </i><span class="path">/boot/system/apps/</span>.</td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Installer</span></td></tr>
<tr><td>Settings:</td><td></td><td><i>none</i></td></tr>
</table>
<p><br/></p>
<p>The Installer is used to copy Haiku onto another volume.<br />
Upon launch it displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:</p>
<ul>
<li><p>This is alpha-quality software. Make backups or suffer the consequences!</p></li>
<li><p>The Installer needs a prepared partition. You may have to use a <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> or a similar tool until Haiku's DriveSetup is mature enough to handle this task.</p></li>
<li><p>Haiku can be added manually to the bootmanager <a href="http://www.gnu.org/software/grub/manual/grub.html">GRUB</a>. In short, you have add an entry to <span class="path">/boot/grub/menu.lst</span> of your Linux installation, similar to this:</p>
<pre># Haiku on /dev/sda7
title Haiku
rootnoverify (hd0,6)
chainloader +1</pre></li>
</ul>
<p><br /><br /></p>
<p>Once you acknowledged with <span class="button">Continue</span>, you're presented with the main window:</p>
<img src="../images/apps-images/installer.png" alt="installer.png" />
<p>In the first drop-down menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.<br />
The second drop-down menu specifies the target for the installation. This target partition/volume will be completely overwritten and has to be set aside beforehand by a partitioning tool like GParted.</p>
<p>Clicking the little expander widget will <i>Show Optional Packages</i>, if available, that you can choose to install in addition to the basic Haiku.</p>
<p>You should do a last check if you really picked the right target before starting the installation process. Click on <span class="button">Setup partitions...</span> to open <a href="apps-drivesetup.html">DriveSetup</a> and have a look at the naming and layout of the available volumes and partitions.</p>
<p><span class="button">Begin</span> starts the installation procedure, which basically copies everything but the <span class="path">home/</span> and <span class="path">common/</span> folder onto the target volume and makes it bootable.</p>
<p>It can happen that some other operating system or partitioning tool (accidentally) overwrites the boot sector of your Haiku volume. The button <span class="button">Write Boot Sector</span> makes it bootable again.</p>
</div>
<div class="bottomnav">
<p>
<a href="../applications.html#list-of-apps">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-icon-o-matic.html">Icon-O-Matic</a>
&#160;&#160;&#160;
Next: <a href="apps-magnify.html">Magnify</a>
</p>
</div>
</body>
</html>