Register Liberty 7 with RMT instead of SMT #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replaced the SMT instructions with RMT instructions.Added RMT instructions for SLL7.I've now tested and updated all chapters, including the registration.
Here is a PDF: art-quickstart_en.pdf
I've kept the SMT instructions because that is still a supported method. But because everything (including the troubleshooting) is different for SMT, I've moved that content to a separate article.
Here's the PDF for that: art-quickstart-smt_en.pdf
(Aside from a small change in the Intro, it shouldn't be any different from the currently published SLL7 guide.)
Would it have made more sense to keep the existing
art-quickstart.xml
as the SMT guide and just added a newart-quickstart-rmt.xml
? I considered it, but usingart-quickstart.xml
for RMT will make any future backporting much easier.