Merge pull request #97145 from lheckemann/initrd-improvements

Initrd improvements
This commit is contained in:
Linus Heckemann
2020-12-18 18:15:27 +01:00
committed by GitHub
7 changed files with 198 additions and 28 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ rec {
if final.isAarch32 then "arm"
else if final.isAarch64 then "arm64"
else if final.isx86_32 then "x86"
else if final.isx86_64 then "ia64"
else if final.isx86_64 then "x86"
else if final.isMips then "mips"
else final.parsed.cpu.name;