|
Bugzilla – Full Text Bug Listing |
| Summary: | initdefault from /etc/inittab ignored | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Olaf Hering <ohering> |
| Component: | Basesystem | Assignee: | Frederic Crozat <fcrozat> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | fcrozat, ismail, ro, werner |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Outsourced Testing | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
/lib/systemd/system-generators/systemd-runlevel-generator
/lib/systemd/system-generators/systemd-runlevel-generator |
||
|
Description
Olaf Hering
2011-10-19 12:19:36 UTC
yes, you need to update /etc/systemd/system/default.target symlink : ln -s /lib/systemd/system/runlevel3.target /etc/systemd/system/default.target YaST should do it properly. Werner, could you add a comment to /etc/inittab in aaa_base ? So if inittab is ignored for systemd, why is it present anyway in a systemd-only installation? And how are serial consoles handled, all the code that tweaks inittab during install? Please make sure yast does the right thing during install.. because we are still supporting sysvinit for 12.1 systemd automatically adds support for serial console (but I can't test this setup, unfortunately). (In reply to comment #3) > because we are still supporting sysvinit for 12.1 If its not installed inittab is not needed either. But too bad, its in aaa_base and moving it to another package is tricky.. > systemd automatically adds support for serial console (but I can't test this > setup, unfortunately). I assume it looks for console= in /proc/cmdline? Non-x86 systems have autodetection for serial console and do not need to have it as kernel cmdline option. But, thats not my problem anymore. (In reply to comment #4) As we currently are able to switch between systemd and sysvinit the /etc/inittab will stay exactly where it is. Just add a comment to /etc/inittab Created attachment 458206 [details]
/lib/systemd/system-generators/systemd-runlevel-generator
Now what do you think about this generator file?
Created attachment 458207 [details]
/lib/systemd/system-generators/systemd-runlevel-generator
Forgotten one line that is do not recreate the same link
You mean https://build.opensuse.org/package/view_file?file=systemd-inittab&package=systemd&project=Base%3ASystem&srcmd5=ce8354ce70d95a15dde3023f35879d2b been there, done that.. I removed the inittab generator I wrote on purpose, after discussing with upstream and I don't plan to put it back. If you don't want to add a comment on inittab, fine, let's close this bug as wontfix. This is an autogenerated message for OBS integration: This bug (725138) was mentioned in https://build.opensuse.org/request/show/88964 Factory / aaa_base Hmmm ... I'he added the comment, see request 88964 ;) sorry, I missed it ;) closing as fixed, then. |