summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 12:16:39 +0200
committermakefu <github@syntax-fehler.de>2017-08-16 12:31:56 +0200
commit94bec25995287c4eee65924c3e6794b6333aeca6 (patch)
tree80145dedb6b79db5c6249746f156c7f4a465ed66 /makefu
parent512869d4e3257a06115c09b67538cebf543c6c52 (diff)
ma sda-crypto-root: add notes for formatting the harddrive
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/fs/sda-crypto-root.nix6
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 cfa703aa..55cfd74f 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 = {