Searched refs:LegacyGRUBBootLoader (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dlegacygrub.py57 class LegacyGRUBBootLoader(BootLoader, MenuLstBootLoaderMixIn): class in inherits:BootLoader, MenuLstBootLoaderMixIn
177 return LegacyGRUBBootLoader._probe_disk(**kwargs)
179 return LegacyGRUBBootLoader._probe_odd(**kwargs)
188 return LegacyGRUBBootLoader._probe_net(**kwargs)
209 return LegacyGRUBBootLoader(**kwargs)
214 """Creates a LegacyGRUBBootLoader if the required files are present.
225 return LegacyGRUBBootLoader(**kwargs)
244 return LegacyGRUBBootLoader(**kwargs)
267 super(LegacyGRUBBootLoader, self).__init__(**kwargs)
288 LegacyGRUBBootLoader
[all...]

Completed in 15 milliseconds