0xricksanchez / like-dbg

Fully dockerized Linux kernel debugging environment
MIT License
732 stars 58 forks source link

Fix arch name in rootfs builder #45

Closed apaolillo closed 2 years ago

apaolillo commented 2 years ago

Rootfs builder was using adjust_arch where the x86_64 architecture is named x86-64, which does not work for the rootfs.sh script (it is expecting x86_64).

0xricksanchez commented 2 years ago

Good catch! That's a confirmed bug. Another strong case for going ahead and implementing #39 ASAP to catch these (refactoring) errors early.. Checks passed so I'll go ahead and merge this right away :)