Merge "Properly clean up after SIGTERM (kill) and Ctrl-c" into stable/brahmaputra
[fuel.git] / deploy / fuel_patch / ks.cfg.patch
1 *** ks.cfg.orig 2016-01-25 08:56:16.406241267 +0100
2 --- ks.cfg      2016-01-25 14:31:11.417761494 +0100
3 ***************
4 *** 98,104 ****
5   default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'`
6   
7   installdrive=${installdrive:-undefined}
8 ! forceformat=${forceformat:-no}
9   for I in $(cat /proc/cmdline); do
10     case "$I" in
11       *=*)
12 --- 98,104 ----
13   default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'`
14   
15   installdrive=${installdrive:-undefined}
16 ! forceformat=${forceformat:-yes}
17   for I in $(cat /proc/cmdline); do
18     case "$I" in
19       *=*)