CodeAsm / teeny-linux

An tiny linux kernel with initramfs for Qemu based on Mitch Galgs linux tutorials.
6 stars 1 forks source link

Critical busybox compilation bug #3

Closed CodeAsm closed 3 years ago

CodeAsm commented 3 years ago

While building a full system, in the event of a missing busybox executable, initramfs was still made, so a initramfs-busybox-$ARC.cpio.gz was still made

probably need to check for $TOP/obj/busybox-$ARC/busybox before making a cpio.gz

CodeAsm commented 3 years ago

Found another MAKEINIT problem, will fix in this same bugfix (should be a seperate issue)