• Kai Germaschewski's avatar
    do_mounts: Fix boot from ramdisk · 26d32e6e
    Kai Germaschewski authored
    Russell King investigated a failure case I introduced: When booting
    with "load_ramdisk=1", we use the kernel root= parameter to determine
    from what device to get the contents to copy into a ramdisk and then
    mount that ramdisk as root.
    
    For the copy to work, /dev/root needs to point to the device to load the
    ramdisk from.
    26d32e6e
do_mounts.h 1.9 KB