Skip to content

Instantly share code, notes, and snippets.

View Yimura's full-sized avatar
🎯
Always fixing stuff, raaaaagh

Andreas Maerten Yimura

🎯
Always fixing stuff, raaaaagh
  • PwC Belgium
  • OnGameTick();
  • 15:51 (UTC +01:00)
View GitHub Profile
@Yimura
Yimura / sys-btrfs.txt
Last active May 28, 2024 18:55 — forked from urwx/sys-btrfs.txt
Arch Linux Encrypted LVM Luks Btrfs Guide (EFI)
Arch Linux Encrypted LVM Luks Btrfs Guide (EFI)
# Wipe disk with random data (optional)
badblocks -c 10240 -s -w -t random -v /dev/sda
# Partition
parted -a minimal /dev/sda
- mklabel gpt
- unit Mib
- mkpart ESP fat32 0% 512
- set 1 boot on
- mkpart primary ext4 512 100%