From e329c27056d48dfc3c28d6f5297e0275b1c49cba Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 10 Jan 2024 20:02:57 +0100 Subject: more bcachefs fixes --- mini/install.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'mini/install.txt') diff --git a/mini/install.txt b/mini/install.txt index c3617a9..afd1c8a 100644 --- a/mini/install.txt +++ b/mini/install.txt @@ -25,10 +25,22 @@ 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 -- cgit v1.2.3