File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22# idk don't actually run this, it's just for syntax highlighting
33# ====================================================================================
4-
4+ # iwctl station wlan0 connect <ssid> --passphrase <pass>
55# # Verification
66
77# ls /sys/firmware/efi/efivars # verify boot
@@ -53,7 +53,7 @@ cgdisk /dev/sda # pseudographical gdisk tool for part
5353# fdisk -l # verify that the table is correct
5454mkfs.fat /dev/sda1 -n " ESP" # format ESP as fat32 (required for ESP)
5555mkfs.ext4 /dev/sda2 -L " Arch" # format / as ext4 (use /dev/sda2 if no swap)
56- # mkswap /dev/sda3 # designate swap partition (if you made one)
56+ # mkswap /dev/sda3 -L "Swap" # designate swap partition (if you made one)
5757# swapon /dev/sda3 # turn on swap (if you made one)
5858
5959# # Mount partitions
You can’t perform that action at this time.
0 commit comments