Skip to content

Instantly share code, notes, and snippets.

@ivanpierre
Last active April 28, 2019 04:49
Show Gist options
  • Save ivanpierre/bc5d124f4888dfe6a70d3b6891fd96db to your computer and use it in GitHub Desktop.
Save ivanpierre/bc5d124f4888dfe6a70d3b6891fd96db to your computer and use it in GitHub Desktop.
ArchLinux install
#! /usr/bin/bash
# install ArchLinux on MY Asus laptop on dos w/o UEFI
#
# sda: empty dos disk 690.7G
# sdb: empty dos SSD 24.8 G
# sdb: arch flash install
#
# auth : Ivan Pierre <me@ivanpierre.world>
keymap=fr_CH
# wifi should be lauched before script start if no direct RJ connection. Anyway we should download the gist ;)
# menu-wifi
# set keyboard to swiss french
localectl set-keymap $keymap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment