• Andrew Morton's avatar
    [PATCH] handle old-style "root=" arguments · 11257180
    Andrew Morton authored
    When we changed try_name() to handle new-style printable dev_t formatting we
    broke lots of people's setups.  Lilo, grub, etc.
    
    Fix that by trying new-style formatting first, then fall back to old-style.
    
    People should generally use new-style %u:%u major:minor formatting in the
    future.
    11257180
do_mounts.c 8.55 KB