!oNSIfazDqEcwhcOjSL:matrix.org

disko

372 Members
disko - declarative disk partitioning - https://github.com/nix-community/disko98 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
11 Aug 2024
@matthewcroughan:defenestrate.itmatthewcroughantrying another medium18:22:46
@matthewcroughan:defenestrate.itmatthewcroughanfigured it out18:23:25
@matthewcroughan:defenestrate.itmatthewcroughan
              root = {
                name = "root";
                size = "100%";
                content = {
                  type = "filesystem";
                  extraArgs = [ "--compression=lz4" ];
                  format = "bcachefs";
                  mountpoint = "/";
                  postMountHook = toString (pkgs.writeScript "postMountHook.sh" ''
                    touch /mnt/disko-first-boot
                  '');
                };
              };

18:23:27
@matthewcroughan:defenestrate.itmatthewcroughan it's the touch /mnt/disko-first-boot 18:23:34
@matthewcroughan:defenestrate.itmatthewcroughanworks with ext4, doesn't work with bcachefs 18:23:47
@matthewcroughan:defenestrate.itmatthewcroughanbcachefs kernel module wasn't loaded, so that happened :D18:24:21
@matthewcroughan:defenestrate.itmatthewcroughanImpurities. Impurities everywhere!18:25:12
@matthewcroughan:defenestrate.itmatthewcroughanThis one of the disadvantages to the way disko does things, it needs loopbacks and can't reliably be used outside of a VM builder 18:26:10

Show newer messages


Back to Room ListRoom Version: 10