move APPEND argument from scheduler to templates

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D1024
This commit is contained in:
Jan Sedlák 2016-10-17 12:23:06 +02:00
parent 361a0ed150
commit ab316cfe48

View File

@ -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" },
],
},
{