Remove mention of desktop choice from yaboot boot messages

Backport of fix for #783569
This commit is contained in:
Steve McIntyre 2015-04-28 00:34:38 +01:00
parent b8e6fbc945
commit 6acd330376
3 changed files with 7 additions and 19 deletions

View File

@ -15,14 +15,5 @@ Press TAB for a full list of options.
If the system fails to boot with a white screen
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.

View File

@ -12,13 +12,3 @@ If the system fails to boot with a white screen
which doesn't go away, try:
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.

7
debian/changelog vendored
View File

@ -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
[ Steve McIntyre ]