Installation: Difference between revisions

From Alpine Linux
m (→‎Installation Handbook: tweak comments)
(→‎Basics: Expand options)
Line 32: Line 32:
== Installation Handbook ==
== Installation Handbook ==
=== Basics ===
=== Basics ===
{{Todo| Explain the different options.}}
Alpine can be used in any of three modes:
<!--
<dl>
* [[setup-alpine]] ''(Configures all basic things on your Alpine Linux)''
<dt>data mode
-->
<dd>You'll boot from read-only medium such as the installation CD, a [[Installing Alpine on USB|USB key]], or a [[Installing Alpine on Compact Flash|Compact Flash card]]. (To prepare either of the latter two, you can use the <code>[[setup-bootable]]</code> script; see the linked pages for details.) When you use Alpine in this mode, you will use [[Alpine local backup|Alpine Local Backup (lbu)]] to save your modifications between boots. This will require some writable partition, usually on a removable medium. The <code>[[setup-alpine]]</code> script will, among other things, let you specify what medium to use.
* [[Installing Alpine on USB|Basic tmpfs-style install on USB key]], then read [[Alpine local backup|Alpine Local Backup (lbu)]]
<dt>hybrid mode
* [[Installing Alpine on Compact Flash|Basic tmpfs-style install on Compact Flash card]], then read [[Alpine local backup|Alpine Local Backup (lbu)]]
<dd>explain
* [[Install to disk|Basic HDD install]] <!-- includes [[Installing Alpine on HDD overwriting everything]] -->
<dt>sys mode
<!-- [[Native Harddisk Install 1.6]] Obsolete -->
<dd>This is a [[Install to disk|traditional hard-disk install]]. <!-- includes [[Installing Alpine on HDD overwriting everything]] -->
Both the boot system and your modifications are written to the hard disk, in a standard Linux hierarchy. (The <code>[[setup-alpine]]</code> script handles installing Alpine in this mode, too.)
    <!-- [[Native Harddisk Install 1.6]] Obsolete -->
</dl>


=== Advanced ===
=== Advanced ===

Revision as of 21:07, 25 March 2012

The following information will assist you with the installation of Alpine Linux.


Installation Quick-Start in 3 Easy Steps

1st

Download the latest stable-release ISO.


2nd

Burn the ISO onto a blank CD using your favorite CD burning software.


3rd

Boot from the CD, login as root with no password, and voilà! Enjoy Alpine Linux!


Tip: One of the first commands you might want to use is setup-alpine.

Installation Handbook

Basics

Alpine can be used in any of three modes:

data mode
You'll boot from read-only medium such as the installation CD, a USB key, or a Compact Flash card. (To prepare either of the latter two, you can use the setup-bootable script; see the linked pages for details.) When you use Alpine in this mode, you will use Alpine Local Backup (lbu) to save your modifications between boots. This will require some writable partition, usually on a removable medium. The setup-alpine script will, among other things, let you specify what medium to use.
hybrid mode
explain
sys mode
This is a traditional hard-disk install. Both the boot system and your modifications are written to the hard disk, in a standard Linux hierarchy. (The setup-alpine script handles installing Alpine in this mode, too.)

Advanced

Post-Install

  • Setting up a ssh-server (Using ssh is a good way to administer your box remotely)
  • setup-acf (Configures ACF (webconfiguration) so you can manage your box through https)


Further Help and Information