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:31:56 +0200 |
commit | 94bec25995287c4eee65924c3e6794b6333aeca6 (patch) | |
tree | 80145dedb6b79db5c6249746f156c7f4a465ed66 /makefu/2configs/fs | |
parent | 512869d4e3257a06115c09b67538cebf543c6c52 (diff) |
ma sda-crypto-root: add notes for formatting the harddrive
Diffstat (limited to 'makefu/2configs/fs')
-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 = { |