-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Request: kernel initrd support #392
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
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ó:
|
Use: usb_mdio=0x7000 to revert the behaviour kernel: dwc_otg: Don't issue traffic to LS devices in FS mode See: raspberrypi/linux#390 kernel: Add INITRD, BLK_DEV_DM and DM_CRYPT kernel options See: raspberrypi/linux#392 See: Hexxeh/rpi-firmware#29 kernel: bump to 3.10.15
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: