HowTo Install Arch Linux: Difference between revisions

From Pumping Station One
Created page with "== Installing == Install GPT (Guid Partition Table) on the disk` <syntaxhighlight lang="bash"> sgdisk -z /dev/vda </syntaxhighlight> Create partition one, leave 2048 sectors..."
 
No edit summary
Line 1: Line 1:
== Installing ==
== Initializing the Disk==


Install GPT (Guid Partition Table) on the disk`
Install GPT (Guid Partition Table) on the disk`
Line 22: Line 22:
</syntaxhighlight>
</syntaxhighlight>


Install Arch.
== Install Arch ==
** Also install base-devel: compiler programs
 
** openssh: remote access
* Also install base-devel: compiler programs
** syslinux: bootloader
* openssh: remote access
* syslinux: bootloader


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 37: Line 38:
</syntaxhighlight>
</syntaxhighlight>


== Chroot ==
== Jump into Arch ==


Switch into the arch installtion.
Switch into the arch installtion.