Home | History | Annotate | Download | only in common_lib

Lines Matching full:bootloader

31         Return the installed bootloader type.
33 return self._run_boottool('--bootloader-probe').strip()
38 Get the system architecture reported by the bootloader.
52 Return an int with the # of the default bootloader entry.
103 Get a single bootloader entry information.
105 NOTE: if entry is "fallback" and bootloader is grub
210 Add a kernel entry to the bootloader (or replace if one exists
214 @param title: title of this entry in the bootloader config
220 @param position: where to insert the new entry in the bootloader
258 Removes a specific entry from the bootloader configuration.