Skip to content

Commit 621cbff

Browse files
authored
Update install
1 parent 163b538 commit 621cbff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
5454
mkfs.fat /dev/sda1 -n "ESP" # format ESP as fat32 (required for ESP)
5555
mkfs.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

0 commit comments

Comments
 (0)