Multi-bootloader written in bash and uses kexec system call.
Go to file
Danct12 e376e0f3da Make Pineloader to be able to handle initrd and cmdline variables
Signed-off-by: Danct12 <danct12@disroot.org>
2020-05-19 10:09:08 +07:00
initramfs Make Pineloader to be able to handle initrd and cmdline variables 2020-05-19 10:09:08 +07:00
src Update busybox config so that it can compile with the latest git 2020-05-19 10:08:57 +07:00
.gitignore Made Pineloader public, clean up is still required 2020-05-19 01:18:24 +07:00
.gitmodules Add required submodules 2020-05-19 10:08:33 +07:00
LICENSE Made Pineloader public, clean up is still required 2020-05-19 01:18:24 +07:00
Makefile Made Pineloader public, clean up is still required 2020-05-19 01:18:24 +07:00
README.md Made Pineloader public, clean up is still required 2020-05-19 01:18:24 +07:00

Pineloader is a multi-bootloader written in bash and uses kexec system call.

Currently the script is quite messy, so this has to be clean up, and we'll also have to make it easier to use.