<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Archlinux on 空想枫</title>
    <link>http://it580.com/tags/archlinux/</link>
    <description>Recent content in Archlinux on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Thu, 08 Apr 2010 22:03:58 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/archlinux/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>ArchLinux 安装</title>
      <link>http://it580.com/archlinux-e5-ae-89-e8-a3-85/</link>
      <pubDate>Thu, 08 Apr 2010 22:03:58 +0000</pubDate>
      
      <guid>http://it580.com/archlinux-e5-ae-89-e8-a3-85/</guid>
      <description>
建议直接从163镜像下载，速度比较快一点。
直接使用光盘启动，执行/arch/setup，按照提示安装完即可。
安装完后，执行nano /etc/pacman.conf，修改为以下内容。
 [core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
 执行nano /etc/pacman.d/mirrorlist，加入以下内容。
 Server = http://mirrors.163.com/archlinux/$repo/os/x86_64
 执行nano /etc/hosts.allow,加入以下内容。
 sshd:all
 执行如下命令，更新到最新版本。
 pacman -Syu
 </description>
    </item>
    
  </channel>
</rss>