Skip to content

Instantly share code, notes, and snippets.

@papanito
Created November 4, 2017 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save papanito/2f5eb67b9fa7e0d6889fb5a8ac7b192b to your computer and use it in GitHub Desktop.
Save papanito/2f5eb67b9fa7e0d6889fb5a8ac7b192b to your computer and use it in GitHub Desktop.
title Arch Linux (Standard)
linux /vmlinuz-linux
initrd /initramfs-linux.img
options luks.uuid=556bf1e4-3730-4da3-8688-0f3c468bf5bb luks.crypttab=yes resume=/dev/mapper/CryptVol-swap root=/dev/mapper/CryptVol-root rw
title Arch Linux (Systemd Cryptdev Alternative)
linux /vmlinuz-linux
initrd /initramfs-linux.img
options luks.options=timeout=0s luks.uuid=556bf1e4-3730-4da3-8688-0f3c468bf5bb luks.uuid=1d8820b3-346c-424c-aa56-c7a6c4874e86 luks.key=/etc/keyfile.enc resume=/dev/mapper/CryptVol-swap root=/dev/mapper/CryptVol-root rw
1d8820b3-346c-424c-aa56-c7a6c4874e86
title Arch Linux (Systemd Cryptdev Alternative)
linux /vmlinuz-linux
initrd /initramfs-linux.img
options luks.uuid=556bf1e4-3730-4da3-8688-0f3c468bf5bb luks.uuid=1d8820b3-346c-424c-aa56-c7a6c4874e86 luks.key=/etc/keyfile.enc resume=/dev/mapper/CryptVol-swap root=/dev/mapper/CryptVol-root rw
1d8820b3-346c-424c-aa56-c7a6c4874e86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment