update-motd.d/10-help-text has an incomplete check for ubuntu server systems
Bug #771395 reported by
Brian Murray
This bug report is a duplicate of:
Bug #1592386: [SRU] add links for obtaining management and support, fix documentation link in 10-help-text.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
base-files (Ubuntu) |
Confirmed
|
Medium
|
Dimitri John Ledkov |
Bug Description
Binary package hint: base-files
I'd just finished installing ubuntu-server i386 and was surprised to discover that after logging in I was presented with a link to help.ubuntu.com instead of www.ubuntu.
From 10-help-text:
URL="https:/
if uname -r | grep -qs "\-server"; then
URL="http://
fi
tags: | added: iso-testing |
Changed in base-files (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Dustin Kirkland (kirkland) |
Changed in base-files (Ubuntu): | |
assignee: | Dustin Kirkland (kirkland) → Dimitri John Ledkov (xnox) |
To post a comment you must log in.
One way to handle this might be to the following:
elif uname -r | grep -qs "\-pae" && grep -qsi "server" /var/log/ installer/ media-info; then www.ubuntu. com/server/ doc"
URL="http://
fi