Actions
Bug #3376
closedmake initrd fails due to image size
Start date:
12/19/2024
Due date:
% Done:
100%
Estimated time:
Description
Fails with:
sh /usr/src/initrd/mkinitrd.sh -b /boot -r /rescue -c /tmp/initrd_staged.73072Initrd build directory: /tmp/initrd.oR0DC5HF
Calculating required initrd size ...
- /rescue: 18298 KB
- /tmp/initrd_staged.73072: 230 KB
Required initrd image size: 20 MB
Initrd size: 20 MB
Exceeded the maximum size (15 MB)- Error code 1
This is due to diff/diff3/sdiff not removed and becoming part of new rescue image so there are actually 2 rescue binaries.
And we don't have make delete-old from FreeBSD.
Updated by liweitianux about 2 hours ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed in master. Thank you.
Actions