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"; zimage = "bootz";
}; in choices.${cfg.kernelFormat}; }; in choices.${cfg.kernelFormat};
cmdline = concatStringsSep " " config.boot.commandLine;
objcopy = "${pkgs.stdenv.cc.bintools.targetPrefix}objcopy"; objcopy = "${pkgs.stdenv.cc.bintools.targetPrefix}objcopy";
stripAndZip = '' stripAndZip = ''
cp vmlinux vmlinux.elf; chmod +w vmlinux.elf cp vmlinux vmlinux.elf; chmod +w vmlinux.elf

View File

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

View File

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