diff options
Diffstat (limited to 'rescue/tree/etc')
-rwxr-xr-x | rescue/tree/etc/oem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem index fc7d59045..fb5f9a216 100755 --- a/rescue/tree/etc/oem +++ b/rescue/tree/etc/oem @@ -10,7 +10,7 @@ do { print " I'm going to install the OEM version on your hard drive -[1;31;40m!!ALL DATA IS GOING TO BE LOST!![0m +[1;31;40m!!ALL DATA WILL BE LOST!![0m Type \`\`yes'' and [enter] to go on\n" } while (($yes = <STDIN>) !~ /^\s*yes\s*$/i); |