liveusb/olpc.py | 1 + 1 file changed, 1 insertion(+)
New commits: commit b5d173190a8d55c46bde352af4c236261ec69dd5 Author: Luke Macken lmacken@redhat.com Date: Tue Jun 9 09:26:21 2009 -0400
Make olpc.fth unfreeze disply for newer BIOSes than Q2E30 (#501688)
diff --git a/liveusb/olpc.py b/liveusb/olpc.py index 8568590..97dc30e 100644 --- a/liveusb/olpc.py +++ b/liveusb/olpc.py @@ -35,5 +35,6 @@ set-bootpath-dev " ${BOOTPATHDEV}\syslinux\initrd0.img" expand$ to ramdisk " ${BOOTPATHDEV}\syslinux\vmlinuz0" expand$ to boot-device unfreeze +dcon-unfreeze boot """
liveusb-creator@lists.stg.fedorahosted.org