|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST docs on FIRSTBOOT_FINISH_FILE incorrect | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Javier Llorente <javier> |
| Component: | YaST2 | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | javier |
| Version: | Final | ||
| Target Milestone: | Future 11.3 | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | patch for /usr/share/YaST2/clients/firstboot_finish.ycp | ||
|
Description
Javier Llorente
2010-06-17 15:39:52 UTC
Probably fixed on SLE11 SP1 and openSUSE 11.3. Oops, I did not notice that this is about dedicated YaST docs, and not about the system manuals. Well, both the documentation and the behavior are wrong. The documentation should say something like: "If you want to use FIRSTBOOT_FINISH_FILE, you need to update the firstboot workflow so that it calls firstboot_finish instead of inst_congratulate. The content of the given file would be shown as the final text. However the recommended way of customizing the congratulate text is using default inst_congratulate step and specifying the text (as a value for 'congratulate' section) it in the firstboot.xml control file." Created attachment 395950 [details]
patch for /usr/share/YaST2/clients/firstboot_finish.ycp
Please patch your firstboot_finish.ycp file and try to use the value of FIRSTBOOT_FINISH_FILE as originally expected, i.e. as a file path.
Any news? Sorry for the delay. I have just tested it on openSUSE 11.3 and it works. BTW, it would be great if it could support multiple languages. Thanks! That's what the "recommended way" is for. It is expected not to use firstboot_finish but inst_congratulate step, and define the text as "congratulate" part of your firstboot.xml (see how it is defined in /etc/YaST2/control.xml). And for texts in firstboot.xml you can provide translations to several languages. So, using FIRSTBOOT_FINISH_FILE is actually the old and obsoleted way (but at least it works with the fix). Fixed package goes to Factory (not to 11.2). |