From 1b89628e4571a65245a743e4a85d38438a119b3d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 31 Aug 2017 02:32:05 +0200 Subject: build, deploy: Remove obsolete Fuel@Openstack code JIRA: FUEL-278 Change-Id: I30c04c325de5ac97aee172386de43201988646c5 Signed-off-by: Alexandru Avadanii --- deploy/fuel_patch/ks.cfg.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 deploy/fuel_patch/ks.cfg.patch (limited to 'deploy/fuel_patch/ks.cfg.patch') diff --git a/deploy/fuel_patch/ks.cfg.patch b/deploy/fuel_patch/ks.cfg.patch deleted file mode 100644 index 8c9cebc0f..000000000 --- a/deploy/fuel_patch/ks.cfg.patch +++ /dev/null @@ -1,19 +0,0 @@ -*** ks.cfg.orig 2016-01-25 08:56:16.406241267 +0100 ---- ks.cfg 2016-01-25 14:31:11.417761494 +0100 -*************** -*** 98,104 **** - default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'` - - installdrive=${installdrive:-undefined} -! forceformat=${forceformat:-no} - for I in $(cat /proc/cmdline); do - case "$I" in - *=*) ---- 98,104 ---- - default_drive=`echo ${drives} ${removable_drives} | awk '{print $1}'` - - installdrive=${installdrive:-undefined} -! forceformat=${forceformat:-yes} - for I in $(cat /proc/cmdline); do - case "$I" in - *=*) -- cgit 1.2.3-korg