liveusb/creator.py

Luke Macken lmacken at fedoraproject.org
Tue Dec 30 23:35:33 UTC 2008


 liveusb/creator.py |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 5d656603c7757122d5534a0917a9647c2ff9db8a
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Dec 30 18:35:26 2008 -0500

    Add a noop bootable_partition method to the parent LiveUSBCreator class

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 6eff322..df7ddcb 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -337,6 +337,10 @@ class LiveUSBCreator(object):
             return
         self.popen('cat /usr/lib/syslinux/mbr.bin > %s' % self._drive)
 
+    def bootable_partition(self):
+        """ Ensure that the selected partition is flagged as bootable """
+        pass
+
 
 class LinuxLiveUSBCreator(LiveUSBCreator):
 




More information about the liveusb-creator mailing list