|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST's dirinstall creates /var/lib/YaST2/runme_at_boot which causes YaST to run at next boot | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Leendert Meyer <leen.meyer> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED WONTFIX | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | per, suse-beta |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | patch which solves this problem | ||
Possibly related to bug#807288. The dirinstall module has been dropped in 13.1. |
Created attachment 507995 [details] patch which solves this problem User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1 When installing into a directory the option "Run YaST and SuSEconfig at First Boot" is enabled, /var/lib/YaST2/runme_at_boot is created instead of /var/tmp/dirinstall/var/lib/YaST2/runme_at_boot. When the current system is rebooted, YaST runs at boot. This is at the least very confusing (might even be harmful?). Reproducible: Always Steps to Reproduce: 1. Start YaST, go to Software -> Installation into Directory 2. Enable "Run YaST and SuSEconfig at First Boot" 3. Choose Software, click Accept 4. Click Next to start the install process Actual Results: /var/lib/YaST2/runme_at_boot is created Expected Results: /var/tmp/dirinstall/var/lib/YaST2/runme_at_boot should be created