From 4b372167f70f763c46640ef98870d89539cfa75d Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Fri, 23 May 2014 17:23:59 +0400 Subject: [PATCH] Add unsupported_hardware option to the cmdline This option disables the warning that blocks installation on the hardware that is not supported by this CentOS release. Change-Id: Iac13fd39a154f6b524c2c9ccfa10351a150999a4 Closes-Bug: 1322502 --- iso/ks.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iso/ks.template b/iso/ks.template index 5dda6d0e3..f0b1cc88c 100644 --- a/iso/ks.template +++ b/iso/ks.template @@ -8,6 +8,8 @@ rootpw r00tme timezone --utc Etc/UTC firewall --disabled selinux --disabled +# ignore unsupported hardware warning +unsupported_hardware # SKIP CONFIGURING X skipx # NEVER ever place zerombr here, it breaks automated installation