LoginSignup
7
7

More than 5 years have passed since last update.

ArchLinuxを1コマンドでインストールする

Last updated at Posted at 2016-08-05

よく仮想環境にArchLinuxをインストールするのだが、コマンドを毎回打つのが流石に面倒になってきたので、シェルスクリプトにした。ただコマンドが並んでるだけ、オプションを取らないのでパーティショニングは基本以外ルート、余分なものはvimとopenssh、base-develも無し、UEFI専用、/dev/sdaへのインストール専用。

実行方法

VMWare Playerの場合は、vmx に下記を追記
GUI から選択できる場合はEFIを選択

firmware = "efi" 

インストールディスクから起動したら、下記のコマンドを実行、エラーが無ければ完了

curl -L 'https://goo.gl/LkGcyO' | bash

VirtualBox の場合は、UEFIの扱いに問題があるので、下記を実行

curl -L 'https://goo.gl/f2X3Ba' | bash

参考

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7