This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:slackware [2019/06/17 06:54] – oemb1905 | computing:slackware [2021/10/27 23:16] (current) – oemb1905 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ------------------------------------------- | ------------------------------------------- | ||
| - | First, let's install Slackware using full disk encryption using Luks, along with LVM. This is based on the Grey Seeker tutorial, and is the officially supported full disk encryption as documented here [[http:// | + | First, let's install Slackware using full disk encryption using Luks, along with LVM. This is my attempt to document and write out Grey Seeker' |
| gdisk /dev/sda | gdisk /dev/sda | ||
| Line 22: | Line 22: | ||
| <w, Y, enter> | <w, Y, enter> | ||
| - | | + | |
| Now, it is time to create your crypt using '' | Now, it is time to create your crypt using '' | ||
| Line 64: | Line 64: | ||
| If you did not run this correctly, you will get quick output that obviously looks wrong. | If you did not run this correctly, you will get quick output that obviously looks wrong. | ||
| - | {{ : | + | {{ : |
| Now, let's maually verify that the command you just ran in fact created the initrd.gz as follows: | Now, let's maually verify that the command you just ran in fact created the initrd.gz as follows: | ||
| Line 77: | Line 77: | ||
| You may optionally uncomment ''# | You may optionally uncomment ''# | ||
| - | {{ : | + | {{ : |
| Here is how it should look after you have adjusted the configuration to reflect the changes you made with mkinitrd. | Here is how it should look after you have adjusted the configuration to reflect the changes you made with mkinitrd. | ||
| Line 126: | Line 126: | ||
| To get your psk key, run: | To get your psk key, run: | ||
| - | wpa_passphrase | + | wpa_passphrase |
| Then, edit the / | Then, edit the / | ||
| - | IFNAME[1]=" | + | IFNAME[1]=" |
| IPADDR[1]="" | IPADDR[1]="" | ||
| NETMASK[1]="" | NETMASK[1]="" | ||
| Line 173: | Line 173: | ||
| slackpkg clean-system | slackpkg clean-system | ||
| | | ||
| - | Set up a crypt for sensitive | + | Set up a crypt for sensitive |
| cryptsetup luksFormat /dev/sdaX | cryptsetup luksFormat /dev/sdaX | ||
| Line 187: | Line 187: | ||
| mount / | mount / | ||
| + | Or, install pam mount and let it handle mounting like so: | ||
| + | |||
| + | sudo nano / | ||
| + | | ||
| + | Under volume definitions, | ||
| - | | + | <volume user=" |
| + | --- // | ||