1
0
forked from dan/liminix

Remove experimental leftovers

This commit is contained in:
Arnout Engelen 2024-12-30 22:07:30 +01:00
parent d1f9b039f2
commit c1b79d8449
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA
3 changed files with 3 additions and 8 deletions

View File

@ -70,7 +70,6 @@ in {
zimage = "bootz";
}; in choices.${cfg.kernelFormat};
cmdline = concatStringsSep " " config.boot.commandLine;
objcopy = "${pkgs.stdenv.cc.bintools.targetPrefix}objcopy";
stripAndZip = ''
cp vmlinux vmlinux.elf; chmod +w vmlinux.elf

View File

@ -5,8 +5,7 @@ let
s6
s6-init-bin
s6-linux-init
stdenvNoCC
writeShellScript;
stdenvNoCC;
inherit (lib.lists) unique concatMap;
inherit (lib) concatStrings;
inherit (builtins) map;
@ -293,9 +292,6 @@ in {
};
bin = dir {
init = symlink "${s6-init-bin}/bin/init";
#init = symlink (writeShellScript "myinit.sh" ''
# echo 'tralala'
#'');
};
};
};

View File

@ -40,8 +40,8 @@
};
configurations {
default = "config-1";
config-1 {
default = "conf-1";
conf-1 {
description = "Boot Linux kernel with FDT blob";
kernel = "kernel";
fdt = "fdt-1";