In the boot prompt for powerpc, make install64 more prominent.
Closes: #614583
This commit is contained in:
parent
c770e591c0
commit
6ee83d7e3d
|
@ -3,21 +3,16 @@ Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
|
|||
This is a Debian installation ${MEDIA_TYPE},
|
||||
built on ${BUILD_DATE}.
|
||||
|
||||
The default option is 'install'. For maximum
|
||||
control, you can use the 'expert' option.
|
||||
Enter one of the following options to begin:
|
||||
|
||||
install 32-bit processor (G4 or earlier)
|
||||
install64 64-bit processor (G5 or IBM POWER3/4/5)
|
||||
expert expert mode on 32-bit processor
|
||||
expert64 expert mode on 64-bit processor
|
||||
|
||||
If the system fails to boot at all (the typical
|
||||
symptom is a white screen which doesn't go away),
|
||||
use 'install video=ofonly' or 'expert video=ofonly'.
|
||||
add 'video=ofonly'.
|
||||
|
||||
The plain options are for the powerpc family of
|
||||
processors (from 601 to G4). The *64 options are for
|
||||
64bit powerpc processors, which include the IBM
|
||||
Power3, Power4, Power5, ... boxes, as well as the
|
||||
Apple G5 boxes. Press the tab key for a list of
|
||||
options, or type 'help' for help.
|
||||
|
||||
************************************
|
||||
If in doubt, just choose 'install', and if that
|
||||
doesn't work, try 'install video=ofonly'.
|
||||
************************************
|
||||
Press the Tab key for a full list of options, or enter
|
||||
'help' for help.
|
||||
|
|
|
@ -3,21 +3,16 @@ Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
|
|||
This is a Debian installation ${MEDIA_TYPE},
|
||||
built on ${BUILD_DATE}.
|
||||
|
||||
The default option is 'install'. For maximum
|
||||
control, you can use the 'expert' option.
|
||||
Enter one of the following options to begin:
|
||||
|
||||
install 32-bit processor (G4 or earlier)
|
||||
install64 64-bit processor (G5 or IBM POWER3/4/5)
|
||||
expert expert mode on 32-bit processor
|
||||
expert64 expert mode on 64-bit processor
|
||||
|
||||
If the system fails to boot at all (the typical
|
||||
symptom is a white screen which doesn't go away),
|
||||
use 'install video=ofonly' or 'expert video=ofonly'.
|
||||
add 'video=ofonly'.
|
||||
|
||||
The plain options are for the powerpc family of
|
||||
processors (from 601 to G4). The *64 options are for
|
||||
64bit powerpc processors, which include the IBM
|
||||
Power3, Power4, Power5, ... boxes, as well as the
|
||||
Apple G5 boxes. Press the tab key for a list of
|
||||
options, or type 'help' for help.
|
||||
|
||||
************************************
|
||||
If in doubt, just choose 'install', and if that
|
||||
doesn't work, try 'install video=ofonly'.
|
||||
************************************
|
||||
Press the Tab key for a full list of options, or enter
|
||||
'help' for help.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
debian-cd (3.1.6) UNRELEASED; urgency=low
|
||||
|
||||
[ Ben Hutchings ]
|
||||
* In the boot prompt for powerpc, make install64 more prominent.
|
||||
Closes: #614583
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Sun, 06 Mar 2011 19:16:00 +0000
|
||||
|
||||
debian-cd (3.1.6) unstable; urgency=low
|
||||
|
||||
[ Raphaël Hertzog ]
|
||||
|
|
Loading…
Reference in New Issue