summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c
index 678484c5e..9a4e97166 100644
--- a/mdk-stage1/disk.c
+++ b/mdk-stage1/disk.c
@@ -63,7 +63,7 @@ static enum return_type try_with_device(char *dev_name)
/* uglyness to allow auto starting with devfs */
if (!IS_AUTOMATIC || streq((choice = get_auto_value("partition")), "")) {
if (parts[0] == NULL) {
- stg1_error_message("No partitions found.");
+ stg1_error_message("No partition found.");
return RETURN_ERROR;
}