This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build Kaisen Linux using debootstrap with Argon2id and Secure Boot Guide | |
# I will demonstrate how to use debootstrap to build Kaisen Linux on a USB thumb drive. | |
# While in chroot, I will demonstrate how to compile grub2 with ArchLinux's grub-improved-luks2 | |
# that allows me to encrypt the root system with argon2id password hashing algorithm. | |
# Lastly, I will demonstrate how to create machine owner key (MOK) to sign grub bootloader and vmlinuz. | |
### What you need: | |
# Debian live ISO (12.5.0 or later) | |
# - https://www.debian.org/CD/live/ | |