diff options
author | makefu <github@syntax-fehler.de> | 2017-08-16 12:16:39 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-16 12:16:39 +0200 |
commit | 5fa4e03a72fc5730cfcb048d770b326e286a3554 (patch) | |
tree | 9cdf08d72d7d3756abbe5543b8bb6b1bfcd7ac7f | |
parent | 445b5ea9723a129e291629f5b9232f0580e3ddbb (diff) |
ma sda-crypto-root: add notes for formatting the harddrive
-rw-r--r-- | makefu/2configs/fs/sda-crypto-root.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/fs/sda-crypto-root.nix b/makefu/2configs/fs/sda-crypto-root.nix index cfa703aaf..55cfd74f5 100644 --- a/makefu/2configs/fs/sda-crypto-root.nix +++ b/makefu/2configs/fs/sda-crypto-root.nix @@ -4,6 +4,12 @@ # sda1: boot ext4 (label nixboot) - must be unlocked on boot if required: # boot.initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; allowDiscards=true; }]; # sda2: cryptoluks -> ext4 + +# fdisk /dev/sda + # boot 500M + # rest rest +# cryptsetup luksFormat /dev/sda2 +# with import <stockholm/lib>; { boot = { |