Updates docs for SR1 with final revision
[genesis.git] / fuel / prototypes / auto-deploy / deploy / functions / ks.cfg.patch
1 *** ks.cfg.orig Wed Apr 15 21:47:09 2015
2 --- ks.cfg      Wed Apr 15 21:47:24 2015
3 ***************
4 *** 35,41 ****
5   default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'`
6   
7   installdrive="undefined"
8 ! forceformat="no"
9   for I in `cat /proc/cmdline`; do case "$I" in *=*) eval $I;; esac ; done
10   
11   set ${drives} ${removable_drives}
12 --- 35,41 ----
13   default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'`
14   
15   installdrive="undefined"
16 ! forceformat="yes"
17   for I in `cat /proc/cmdline`; do case "$I" in *=*) eval $I;; esac ; done
18   
19   set ${drives} ${removable_drives}