1 rh= hosts.create_host("192.168.1.1") 2 3 print rh.bootloader.get_titles() 4 default= rh.bootloader.get_default() 5 print default 6 print rh.bootloader.get_entry(default) 7