load_ramdisk_fd: load the image into an anonymous tmpfs file #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "no-more-ramdisk_size"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thus there's no need to pass
ramdisk_size
to kernel any more. This makes remastering ISOs much easier.Also if the swap is enabled rarely used parts of the image can be paged out.
LGTM