From a0db6f292cdceec16b928fac8a777745c68a319f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 29 Nov 2018 13:10:08 +0100 Subject: advertize "ext4" rather than "ext2" --- mdk-stage1/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/disk.c') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index d9fd92b99..e7c38e27d 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -134,7 +134,7 @@ static enum return_type try_with_device(char *dev_name) /* in testing mode, assume the partition is already mounted on MEDIA_LOCATION */ if (!IS_TESTING && try_mount(choice, MEDIA_LOCATION)) { - stg1_error_message("I can't find a valid filesystem (tried: ext2, vfat, ntfs, reiserfs). " + stg1_error_message("I can't find a valid filesystem (tried: ext4, vfat, ntfs, reiserfs). " "Make sure the partition has been cleanly unmounted."); return try_with_device(dev_name); } -- cgit v1.2.1