You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As if now the build.sh script doesn't build a 1440kB image, and crashes at the file copying stage due to lack of space.
I assume that linux-6.6.7 is at fault, but maybe something else makes it exceed the image size.
Potentially I've to rework the build scripts to use mlb as per #10 and rework the build to instead integrate the initramfs.cpio.xz into the bzImageas pointed out by @landley.
The text was updated successfully, but these errors were encountered:
…OS/1337 v0.1.
- linux-6.6.7 doesn't fit and crashes the build script, see [Issue #22]#22
- Configuration was changed as per config.sh as instroduced with [Issue #17](#17)
Signed-off-by: kkarhan <[email protected]>
As if now the build.sh script doesn't build a 1440kB image, and crashes at the file copying stage due to lack of space.
I assume that
linux-6.6.7
is at fault, but maybe something else makes it exceed the image size.Potentially I've to rework the build scripts to use
mlb
as per #10 and rework the build to instead integrate theinitramfs.cpio.xz
into thebzImage
as pointed out by @landley.The text was updated successfully, but these errors were encountered: