
This patch enables the partition image support for agent drivers which support `boot` iterface. Partial-Bug: 1526289 Co-Authored-By: Nisha Agarwal <agarwalnisha1980@gmail.com> Depends-on: I22bc29a39bf5c35f3eecb6d4e51cebd6aee0ce1 Depends-on: I37908470484744bb720f741d378106d1cb1227a3 Change-Id: Ifc8ba098f13b6fde712a584798fceb0321137bc9
15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
default deploy
|
|
|
|
label deploy
|
|
kernel /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/deploy_kernel
|
|
append initrd=/tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/deploy_ramdisk text test_param ipa-api-url=http://192.168.122.184:6385 ipa-driver-name=agent_ipmitool root_device=vendor=fake,size=123 coreos.configdrive=0
|
|
|
|
label boot_partition
|
|
kernel /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/kernel
|
|
append initrd=/tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/ramdisk root={{ ROOT }} ro text test_param
|
|
|
|
label boot_whole_disk
|
|
COM32 chain.c32
|
|
append mbr:{{ DISK_IDENTIFIER }}
|
|
|