[Bug 890834] New: yast2 live-installer does not start if launched using /usr/lib/YaST2/startup/YaST2.call
https://bugzilla.novell.com/show_bug.cgi?id=890834 https://bugzilla.novell.com/show_bug.cgi?id=890834#c0 Summary: yast2 live-installer does not start if launched using /usr/lib/YaST2/startup/YaST2.call Classification: openSUSE Product: openSUSE Factory Version: 201408* Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: cyberorg@opensuse.org QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Commenting out the following before start_yast call gets it working #Y2_MODULE_ARGS=\(\"$*\"\) Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=890834 https://bugzilla.novell.com/show_bug.cgi?id=890834#c1 --- Comment #1 from Jigish Gohil <cyberorg@opensuse.org> 2014-08-07 13:04:47 UTC --- It used to be this in 13.1 #============================================= # 8) Call YaST2 #--------------------------------------------- Y2_MODULE_NAME=${1:-installation}; shift if test "$Y2_MODULE_NAME" != "live-installer"; then Y2_MODULE_ARGS=\(\"$*\"\) fi start_yast -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=890834 https://bugzilla.novell.com/show_bug.cgi?id=890834#c2 Jigish Gohil <cyberorg@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@suse.de --- Comment #2 from Jigish Gohil <cyberorg@opensuse.org> 2014-08-07 14:43:50 UTC --- This was part of /etc/YaST2/liveinstall.patch, it needs rebase to include display-manager changes: if cat /proc/cmdline | grep -q liveinstall && mount | grep -q livecd; then [ -x /usr/bin/plymouth ] && /usr/bin/plymouth quit startproc -p $PIDFILE /usr/lib/YaST2/startup/YaST2.call live-installer fi else startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed fi Please note the mount |grep livecd, without that bootloader still has liveinstall in cmdline which just launches installer on reboot. This along with bugs 890800 and 876555 fixes live-installer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=890834 https://bugzilla.novell.com/show_bug.cgi?id=890834#c Jigish Gohil <cyberorg@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|yast2 live-installer does |live-installer needs fixes |not start if launched using |in |/usr/lib/YaST2/startup/YaST |/usr/lib/YaST2/startup/YaST |2.call |2.call and | |usr/lib/X11/display-manager -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=890834 https://bugzilla.novell.com/show_bug.cgi?id=890834#c Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|live-installer needs fixes |[live-install] needs fixes |in |in |/usr/lib/YaST2/startup/YaST |/usr/lib/YaST2/startup/YaST |2.call and |2.call and |usr/lib/X11/display-manager |usr/lib/X11/display-manager -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=890834 https://bugzilla.novell.com/show_bug.cgi?id=890834#c Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[live-install] needs fixes |[live-installer] needs |in |fixes in |/usr/lib/YaST2/startup/YaST |/usr/lib/YaST2/startup/YaST |2.call and |2.call and |usr/lib/X11/display-manager |usr/lib/X11/display-manager -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com