blob: 2c6e2ff8ca594ad72764a00b19a255a32ecbd335 [file] [log] [blame]
rh= hosts.create_host("192.168.1.1")
print rh.bootloader.get_titles()
default= rh.bootloader.get_default()
print default
print rh.bootloader.get_entry(default)