summaryrefslogtreecommitdiff
path: root/mini
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-01-10 20:02:57 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-01-10 20:02:57 +0100
commite329c27056d48dfc3c28d6f5297e0275b1c49cba (patch)
tree54bfef74c7100fb4d322ae5ade68eb1931ac8010 /mini
parentbbc0026ad25acd3be4f7e5909b5ae3442444bc02 (diff)
more bcachefs fixes
Diffstat (limited to 'mini')
-rw-r--r--mini/install.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/mini/install.txt b/mini/install.txt
index c3617a9..afd1c8a 100644
--- a/mini/install.txt
+++ b/mini/install.txt
@@ -26,9 +26,21 @@ nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage
sudo dd if=result/iso/nixos-24.05.20240108.317484b-x86_64-linux.iso of=/dev/sda bs=4M conv=fsync
#
+# kill old efi boot stuff
+#
+
+efibootmgr
+efibootmgr -b 0 -B
+...
+
+#
# install script below
#
+# fix unlocking https://nixos.wiki/wiki/Bcachefs
+nix-env -iA nixos.keyutils
+keyctl link @u @s
+
# Defining some helper variables (these will be used in later code
# blocks as well, so make sure to use the same terminal session or
# redefine them later)
@@ -107,7 +119,6 @@ nixos-install --no-root-passwd --root /mnt
# unmount all stuff
umount -Rl /mnt
-cryptsetup luksClose crypt-system
#
# after install tasks for extra file systems