aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/fuel_patch/ks.cfg.patch
blob: 189695792c7e32fffddba4d203c73e03aaea2cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** ks.cfg.orig	Wed Apr 15 21:47:09 2015
--- ks.cfg	Wed Apr 15 21:47:24 2015
***************
*** 35,41 ****
  default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'`
  
  installdrive="undefined"
! forceformat="no"
  for I in `cat /proc/cmdline`; do case "$I" in *=*) eval $I;; esac ; done
  
  set ${drives} ${removable_drives}
--- 35,41 ----
  default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'`
  
  installdrive="undefined"
! forceformat="yes"
  for I in `cat /proc/cmdline`; do case "$I" in *=*) eval $I;; esac ; done
  
  set ${drives} ${removable_drives}
class="nt">div style="margin-top:5px;">Task: {{ taskId }}</div> </div> <div class="progree-parent" style="margin-top:10px;margin-left:20px"> <div class="progree-child" ng-show="taskStatus==0" style="width:50%"></div> <div class="progree-child" ng-show="taskStatus==1" style="width:100%"></div> </div> <i class="fa fa-check" aria-hidden="true" style="margin-top:10px;margin-left:5px;color: #2ecc71;" ng-show="taskStatus==1">finish</i> <i class="fa fa-spinner" aria-hidden="true" style="margin-top:10px;margin-left:5px;color: #2ecc71;" ng-show="taskStatus==0">runing</i> </div> <div class="box"> <div class="line-block" ng-repeat="line in logLines track by $index"> <span>{{ line }}</span> </div> </div> </div> <style> .box { width: 90%%; border-radius: 5px; border: 1px solid #e8e8e8; line-height: 180%; margin-top: 20px; } .line-block { margin-left: 10px; } .content { height: 90%; } </style>