diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-09 14:52:36 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-09 14:52:36 +0000 |
commit | ff79037b54e2dd30b01933fb977e8cc344ed6103 (patch) | |
tree | e82d5a137e56a31b8208a89523b57f5ffa71508e | |
parent | 3cb5573248416683259eef7eb99981ec68c23bc1 (diff) | |
download | drakx-ff79037b54e2dd30b01933fb977e8cc344ed6103.tar drakx-ff79037b54e2dd30b01933fb977e8cc344ed6103.tar.gz drakx-ff79037b54e2dd30b01933fb977e8cc344ed6103.tar.bz2 drakx-ff79037b54e2dd30b01933fb977e8cc344ed6103.tar.xz drakx-ff79037b54e2dd30b01933fb977e8cc344ed6103.zip |
fix message
-rw-r--r-- | mdk-stage1/disk.c | 2 |
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; } |