-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: kernel initrd support #392
Comments
Can you determine the memory cost of this option? |
kernel using initrd: $ free -h Reported by dmesg: [ 1.049995] Trying to unpack rootfs image as initramfs... kernel not using initrd: $ zcat /proc/config.gz | grep -i initrd CONFIG_BLK_DEV_INITRD is not setpi@raspberrypi ~ $ dmesg | grep -i initr $ free -h It seems there's no big differences in terms of memory usage. |
Can you test next firmware branch - should be added. |
cool! I'll test it as soon as possible. |
This was the only reason why I was compiling my own kernels for the past year. With initrd enabled and a simple initramfs we can set up root fs as btrfs or f2fs or anything else that's built in the kernel with a breeze. I hope this gets carried over to the master branch as well. Thank you! |
lurch, |
In that case, maybe both this bug and your other one I linked to ( raspberrypi/firmware#209 ) should both be closed? ;-) |
You're right. Sorry I just closed both issues. El 06/11/13 21:43, Andrew Scheller escribió:
|
Would you please consider including this option in stock kernel build?
CONFIG_BLK_DEV_INITRD=y
initrd is a very useful feature, i.e. for using uuid ID in cmdline.txt.
Thanks!
The text was updated successfully, but these errors were encountered: