Remove mention of desktop choice from yaboot boot messages
Backport of fix for #783569
This commit is contained in:
parent
b8e6fbc945
commit
6acd330376
|
@ -15,14 +15,5 @@ Press TAB for a full list of options.
|
||||||
If the system fails to boot with a white screen
|
If the system fails to boot with a white screen
|
||||||
which doesn't go away, add 'video=ofonly'.
|
which doesn't go away, add 'video=ofonly'.
|
||||||
|
|
||||||
The following desktop environments are available:
|
|
||||||
gnome, kde, xfce and lxde. The default on this ${MEDIA_TYPE}
|
|
||||||
is ${DEFAULT_DESKTOP}.
|
|
||||||
If you prefer a different desktop, append
|
|
||||||
"desktop=<your choice>"
|
|
||||||
e.g. to do an expert install with the xfce desktop
|
|
||||||
environment, type
|
|
||||||
"expert desktop=xfce"
|
|
||||||
at the "boot:" prompt.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,13 +12,3 @@ If the system fails to boot with a white screen
|
||||||
which doesn't go away, try:
|
which doesn't go away, try:
|
||||||
|
|
||||||
install video=ofonly
|
install video=ofonly
|
||||||
|
|
||||||
The following desktop environments are available:
|
|
||||||
gnome, kde, xfce and lxde. The default on this ${MEDIA_TYPE}
|
|
||||||
is ${DEFAULT_DESKTOP}.
|
|
||||||
If you prefer a different desktop, append
|
|
||||||
"desktop=<your choice>"
|
|
||||||
e.g. to do an expert install with the xfce desktop
|
|
||||||
environment, type
|
|
||||||
"expert desktop=xfce"
|
|
||||||
at the "boot:" prompt.
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
debian-cd (3.1.17-jessie) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Backports of fixes from debian-cd in unstable:
|
||||||
|
+ Remove mention of desktop choice from yaboot boot messages
|
||||||
|
(Closes: #783569)
|
||||||
|
|
||||||
|
|
||||||
debian-cd (3.1.17) unstable; urgency=medium
|
debian-cd (3.1.17) unstable; urgency=medium
|
||||||
|
|
||||||
[ Steve McIntyre ]
|
[ Steve McIntyre ]
|
||||||
|
|
Loading…
Reference in New Issue