ClangBuiltLinux / boot-utils

Collection of files for booting Linux kernels
26 stars 7 forks source link

boot-utils: Add support for booting Debian images #35

Closed nathanchance closed 3 years ago

nathanchance commented 3 years ago

Each of these commits should be self explanatory.

nathanchance commented 3 years ago

I added support for armhf, ppc64el, and s390x. I have verified that they can all make it to userspace.

Additionally, I fixed an issue where ${INTERACTIVE} was not getting a default value, which caused issues with using the script normally.

nickdesaulniers commented 3 years ago

Looks cool!

nathanchance commented 3 years ago

Thank you both for the review!