diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-21 13:06:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-21 13:06:05 +0000 |
commit | bc5be8ae6923c0605df687918b35a77a735b1b35 (patch) | |
tree | e0ef212f86e1eb11a08f27cdba793aeca737889f /rescue/tree | |
parent | bb5aeb1cde738a4ddb1fff00ea50093cb78e1337 (diff) | |
download | drakx-backup-do-not-use-bc5be8ae6923c0605df687918b35a77a735b1b35.tar drakx-backup-do-not-use-bc5be8ae6923c0605df687918b35a77a735b1b35.tar.gz drakx-backup-do-not-use-bc5be8ae6923c0605df687918b35a77a735b1b35.tar.bz2 drakx-backup-do-not-use-bc5be8ae6923c0605df687918b35a77a735b1b35.tar.xz drakx-backup-do-not-use-bc5be8ae6923c0605df687918b35a77a735b1b35.zip |
no_comment
Diffstat (limited to 'rescue/tree')
-rwxr-xr-x | rescue/tree/etc/oem | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem index d76e6db78..fe8abac15 100755 --- a/rescue/tree/etc/oem +++ b/rescue/tree/etc/oem @@ -2,8 +2,10 @@ [ "$1" = "-f" ] || { echo "Call it with option -f, but don't fear loosing all your data, this command is dangerous!"; exit 1; } -echo "I'm going to install the oem version on your hard drive" -echo "!!ALL DATA IS GOING TO BE LOST!!" +echo +echo +echo "I'm going to install the OEM version on your hard drive" +echo "[1;31;40m!!ALL DATA IS GOING TO BE LOST!![0m" echo echo "Press enter to go on" @@ -36,6 +38,8 @@ echo "Copying cdrom on hard drive" cp -a /boot /cdrom/boot /cdrom/Mandrake /hd rm /hd/Mandrake/mdkinst/usr/bin/runinstall2 -echo "Done, oem hard drive ready! Press enter to reboot" +echo +echo "Done. OEM hard drive ready!" +echo "Press enter to reboot" read reboot |