<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joru</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joru"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Joru"/>
	<updated>2026-04-30T22:53:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Installing_Alpine&amp;diff=2260</id>
		<title>Installing Alpine</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Installing_Alpine&amp;diff=2260"/>
		<updated>2008-04-28T08:24:22Z</updated>

		<summary type="html">&lt;p&gt;Joru: Changed the link to syslinux.exe to .../alpine/v1.6/....&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vivividomc&lt;br /&gt;
There are currently two supported ways of running Alpine, from CDROM or from USB stick.&lt;br /&gt;
&lt;br /&gt;
== Preparing the media ==&lt;br /&gt;
&lt;br /&gt;
=== CDROM ===&lt;br /&gt;
Download the latest iso image from the [http://www.alpinelinux.org/mediawiki/index.php/Downloads download] area and burn it.&lt;br /&gt;
&lt;br /&gt;
=== USB ===&lt;br /&gt;
Alpine is shipped in compressed tar.gz archives for USB.&lt;br /&gt;
&lt;br /&gt;
==== From windows ====&lt;br /&gt;
* Download a alpine-x.x.x-yyyyyy.tar.gz package.&lt;br /&gt;
* Unpack all the files to your usb drive using a unpacker like [http://www.7-zip.org 7-zip].&lt;br /&gt;
* Download the [http://dl.alpinelinux.org/alpine/v1.6/usbdrive/syslinux.exe syslinux.exe] utility.&lt;br /&gt;
* Start a command prompt (Start-&amp;gt;run, type &#039;&#039;cmd&#039;&#039; and press &amp;gt;enter&amp;gt;)&lt;br /&gt;
* Run syslinux with your USB drive as parameter. If your USB drive is E:, then you type:&lt;br /&gt;
 syslinux E:&lt;br /&gt;
&lt;br /&gt;
USB drive os ready for booting.&lt;br /&gt;
&lt;br /&gt;
==== From Linux ====&lt;br /&gt;
* Download a alpine-x.x.x-yyyyyy.tar.gz package.&lt;br /&gt;
* Unpack all the files to your usb drive.&lt;br /&gt;
* install syslinux (I.E &#039;&#039;sudo apt-get syslinux&#039;&#039; or &#039;&#039;emerge apt-get syslinux&#039;&#039;)&lt;br /&gt;
* Run syslinux with your USB drive as parameter. If your USB drive is /dev/sda1, then you type:&lt;br /&gt;
  sudo syslinux /dev/sda1&lt;br /&gt;
&lt;br /&gt;
== Initial setup ==&lt;br /&gt;
After booting up you will see a login prompt. Log in as &#039;&#039;root&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
To do the basic initial configuration run:&lt;br /&gt;
  setup-alpine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There you will set the hostname, configure the network and set the root password.&lt;br /&gt;
&lt;br /&gt;
To save the configuration to floppy for next reboot run:&lt;br /&gt;
  lbu_commit floppy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To save the config on an USB drive run:&lt;br /&gt;
  lbu_commit usb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Managing software packages ===&lt;br /&gt;
To list all the packages that are available in repository, run:&lt;br /&gt;
  apk_fetch -l&lt;br /&gt;
  apk_fetch -v -l&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install a package run:&lt;br /&gt;
  apk_add &amp;lt;PACKAGE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To remove the package run:&lt;br /&gt;
  apk_delete &amp;lt;PACKAGE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To also remove the dependencies togehter with the package, run:&lt;br /&gt;
  apk_delete -R &amp;lt;PACKAGE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To list all installed packages run:&lt;br /&gt;
  apk_info&lt;br /&gt;
&lt;br /&gt;
=== Managing boot services ===&lt;br /&gt;
&lt;br /&gt;
To start a service during boot run:&lt;br /&gt;
  rc_add &amp;lt;service&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Managing local backups ===&lt;br /&gt;
&lt;br /&gt;
To add a config file to the local backup list run:&lt;br /&gt;
  lbu_add /path/to/file&lt;br /&gt;
&lt;br /&gt;
To save all the files in the local backup list to floppy run:&lt;br /&gt;
  lbu_commit floppy&lt;br /&gt;
&lt;br /&gt;
To save the configs to USB drive run:&lt;br /&gt;
  lbu_commit usb&lt;br /&gt;
&lt;br /&gt;
To list files in the local backup list run:&lt;br /&gt;
  cat /etc/backuplist&lt;/div&gt;</summary>
		<author><name>Joru</name></author>
	</entry>
</feed>