[root@bogon 34f63019-78d0-42d5-a06b-0db19e1f71bd]# ls config deploy_kernel deploy_ramdisk [root@bogon 34f63019-78d0-42d5-a06b-0db19e1f71bd]# [root@bogon 34f63019-78d0-42d5-a06b-0db19e1f71bd]# [root@bogon 34f63019-78d0-42d5-a06b-0db19e1f71bd]# [root@bogon 34f63019-78d0-42d5-a06b-0db19e1f71bd]# [root@bogon 34f63019-78d0-42d5-a06b-0db19e1f71bd]# cat config set default=deploy set timeout=5 set hidden_timeout_quiet=false menuentry "deploy" { linux 34f63019-78d0-42d5-a06b-0db19e1f71bd/deploy_kernel selinux=0 troubleshoot=0 text coreos.autologin boot_server=10.10.16.81 ipa-api-url=http://10.10.16.81:6385 coreos.configdrive=0 initrd 34f63019-78d0-42d5-a06b-0db19e1f71bd/deploy_ramdisk } menuentry "boot_partition" { linux no_kernel root=(( ROOT )) ro text coreos.autologin boot_server=10.10.16.81 initrd no_ramdisk } menuentry "boot_whole_disk" { linux chain.c32 mbr:(( DISK_IDENTIFIER )) }[root@bogon 34f63019-78d0-42d5-a06b-0db19e1f71bd]#