--- src/mountall.c.orig 2009-10-10 13:57:10.000000000 +0200 +++ src/mountall.c 2009-10-10 13:57:24.000000000 +0200 @@ -816,9 +816,7 @@ device = strtok_r (NULL, " \t\n", &saveptr); if (! device) continue; - if (! strcmp (device, "/dev/root")) - device = NULL; - if (! strcmp (device, "none")) + if (! strcmp (device, "/dev/root") || ! strcmp (device, "none")) device = NULL; /* superblock opts */