Bugzilla – Attachment 152457 Details for
Bug 293827
go directly to system repair dialog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
patch for yast start scripts
dif1 (text/plain), 903 bytes, created by
Steffen Winterfeldt
on 2007-07-23 16:08:45 UTC
(
hide
)
Description:
patch for yast start scripts
Filename:
MIME Type:
Creator:
Steffen Winterfeldt
Created:
2007-07-23 16:08:45 UTC
Size:
903 bytes
patch
obsolete
>--- usr/lib/YaST2/startup/First-Stage/F09-start >+++ usr/lib/YaST2/startup/First-Stage/F09-start >@@ -45,7 +45,11 @@ > rm -f /var/X11R6/bin/X > rm -f /tmp/YaST2_ssh_installation_finished > log "\tDelegate program call to YaST2.call installation initial" >-/usr/lib/YaST2/startup/YaST2.call installation initial >+if grep -q repair=1 /proc/cmdline ; then >+ /usr/lib/YaST2/startup/YaST2.call repair >+else >+ /usr/lib/YaST2/startup/YaST2.call installation initial >+fi > yast2exitcode=$? > > #============================================= >--- usr/lib/YaST2/startup/YaST2.call >+++ usr/lib/YaST2/startup/YaST2.call >@@ -836,7 +836,11 @@ > # 8) Call YaST2 > #--------------------------------------------- > Y2_MODULE_NAME=${1:-installation}; shift >-Y2_MODULE_ARGS=\(\"$*\"\) >+if [ -z "$*" ] ; then >+ Y2_MODULE_ARGS= >+else >+ Y2_MODULE_ARGS=\(\"$*\"\) >+fi > start_yast > > #=============================================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 293827
: 152457