| 1 Nov 2024 |
| Kamilla 'ova joined the room. | 14:01:59 |
Kamilla 'ova | Is there a way to run a command after creating a filesystem with disko? I want to run mkdir $target/{home,nix} to allow these directories binding to their real locations, e.g. something like this
fileSystems."/nix" = {
device = "/persist/nix";
fsType = "none";
options = [ "bind" ];
depends = [ "/persist" ];
neededForBoot = true;
};
| 14:08:31 |
Kamilla 'ova | Is there a way to run a command after creating a filesystem with disko? I want to run mkdir $target/{home,nix} to allow these directories binding to their real locations, e.g. something like this
fileSystems."/nix" = {
device = "/persist/nix";
fsType = "none";
options = [ "bind" ];
depends = [ "/persist" ];
neededForBoot = true;
};
| 14:08:36 |
Kamilla 'ova | postCreateHook, hmm | 14:33:38 |
| 2 Nov 2024 |
| pinpox joined the room. | 12:39:42 |
pinpox | I'm running into an error modrobe: command not found when trying to generate an image. I left the relevant configs and logs here: https://github.com/nix-community/disko/issues/857 if someone can help debug, feel free to ping me here and I can provide any info needed | 13:19:11 |
| no-mood joined the room. | 17:02:12 |
no-mood | Hi all :)
I've set up Disko on my existing config and now I'm trying to reinstall | 17:02:36 |
no-mood | But when I run Disko I get this (sorry for the photo): | 17:02:48 |
no-mood |  Download 20241102_175209_5031628150962988399.jpg | 17:03:07 |
no-mood | I've removed "latest" from the url but the installer (and terminal) crashes when using Disko install | 17:41:38 |
no-mood | * I've removed "latest" from the url but the installer (and terminal) crashes when using Disko install
EDIT: it runs out of Memory
Using a pendrive and 16gb of RAM | 17:51:19 |
| @tanvir:hackliberty.org changed their profile picture. | 19:01:17 |
Fernando Rodrigues | In reply to @no-mood:matrix.org I've removed "latest" from the url but the installer (and terminal) crashes when using Disko install EDIT: it runs out of Memory Using a pendrive and 16gb of RAM Try again with the -j 1 flag.
| 20:01:38 |