From ab316cfe485baa7c7010d74e58e4c52f91c13efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Mon, 17 Oct 2016 12:23:06 +0200 Subject: [PATCH] move APPEND argument from scheduler to templates Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D1024 --- templates | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates b/templates index 886f8ab9..601e3ec0 100755 --- a/templates +++ b/templates @@ -1582,6 +1582,8 @@ { key => "NUMDISKS", value => "1" }, { key => "HDD_1", value => "%HDD_2%" }, { key => "STORE_HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" }, + # set kernel arguments for DKB + { key => "APPEND", value => "rw root=LABEL=_/ rootwait console=ttyAMA0 console=tty0 consoleblank=0" }, ], }, { @@ -2001,6 +2003,8 @@ { key => "START_AFTER_TEST", value => "install_arm_image_deployment_upload" }, { key => "NUMDISKS", value => "1" }, { key => "HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" }, + # set kernel arguments for DKB + { key => "APPEND", value => "rw root=LABEL=_/ rootwait console=ttyAMA0 console=tty0 consoleblank=0" }, ], }, {