AUTHORS | 7 ++++++- liveusb-creator.spec | 15 ++++++++++++++- liveusb/olpc.py | 50 ++++++++++++++++++++++++++------------------------ 3 files changed, 46 insertions(+), 26 deletions(-)
New commits: commit 3a28698144ed9b7640b34215858c85407c9e7ec5 Author: Luke Macken lmacken@redhat.com Date: Mon Dec 29 19:49:36 2008 -0500
Rebase our olpc.py with the latest OLPC boot script from the livecd-iso-to-disk.sh
diff --git a/liveusb/olpc.py b/liveusb/olpc.py index 7f0a579..65c01b0 100644 --- a/liveusb/olpc.py +++ b/liveusb/olpc.py @@ -2,36 +2,38 @@ ofw_config = """\ \ Boot script for USB boot \ Authors: Mitch Bradley <wmb AT laptop DOT org> -patch 2drop erase claim-params -: high-ramdisk ( -- ) -cv-load-ramdisk -h# 22c +lp l@ 1+ memory-limit umin /ramdisk - ( new-ramdisk-adr ) -ramdisk-adr over /ramdisk move ( new-ramdisk-adr ) -to ramdisk-adr -; -' high-ramdisk to load-ramdisk +hex rom-pa fffc7 + 4 $number drop h# 2e19 < [if] + patch 2drop erase claim-params + : high-ramdisk ( -- ) + cv-load-ramdisk + h# 22c +lp l@ 1+ memory-limit umin /ramdisk - ffff.f000 and ( new-ramdisk-adr ) + ramdisk-adr over /ramdisk move ( new-ramdisk-adr ) + to ramdisk-adr + ; + ' high-ramdisk to load-ramdisk +[then]
: set-bootpath-dev ( -- ) -" /chosen" find-package if ( phandle ) - " bootpath" rot get-package-property 0= if ( propval$ ) - get-encoded-string ( bootpath$ ) - [char] \ left-parse-string 2nip ( dn$ ) - dn-buf place ( ) - then -then + " /chosen" find-package if ( phandle ) + " bootpath" rot get-package-property 0= if ( propval$ ) + get-encoded-string ( bootpath$ ) + [char] \ left-parse-string 2nip ( dn$ ) + dn-buf place ( ) + then + then
-" /sd" dn-buf count sindex 0>= if - " sd:" -else - " u:" -then -" BOOTPATHDEV" $set-macro + " /sd" dn-buf count sindex 0>= if + " sd:" + else + " u:" + then + " BOOTPATHDEV" $set-macro ;
set-bootpath-dev " %s" to boot-file -" ${BOOTPATHDEV}\syslinux\initrd0.img" expand$ to ramdisk -" ${BOOTPATHDEV}\syslinux\vmlinuz0" expand$ to boot-device +" ${BOOTPATHDEV}\syslinux\initrd0.img" expand$ to ramdisk +" ${BOOTPATHDEV}\syslinux\vmlinuz0" expand$ to boot-device unfreeze boot -""" +
commit e9dac17e805b9320bd70a722d591377f971b9440 Author: Luke Macken lmacken@redhat.com Date: Mon Dec 29 19:46:08 2008 -0500
Update our spec file for the 3.0 release
diff --git a/liveusb-creator.spec b/liveusb-creator.spec index 17fb698..3b93150 100644 --- a/liveusb-creator.spec +++ b/liveusb-creator.spec @@ -2,7 +2,7 @@
Name: liveusb-creator Version: 3.0 -Release: 2%{?dist} +Release: 4%{?dist} Summary: A liveusb creator
Group: Applications/System @@ -64,6 +64,19 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%changelog +* Mon Dec 29 2008 Luke Macken lmacken@redhat.com 3.0-4 +- Latest upstream release. +- Fedora 10 support +- Update to the latest sugar spin +- Lots of bug fixes and code improvements +- Translation improvements + - Greek translation (Nikos Charonitakis) + - Slovak translation (Ondrej Sulek) + - Catalan translation (Xavier Conde) + - French translation (PabloMartin-Gomez) + - Serbian (Milos Komarcevic) + - Chinese (sainrysec) + * Fri Oct 03 2008 Luke Macken lmacken@redhat.com 3.0-2 - Exclude ppc and ppc64, as syslinux will not work on those architectures.
commit b9bea9f58fec5a751eef08c3c217196c031d6395 Author: Luke Macken lmacken@redhat.com Date: Mon Dec 29 19:44:07 2008 -0500
Update our Translators list
diff --git a/AUTHORS b/AUTHORS index 17e64bf..70136f8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,4 +14,9 @@ Fabian Affolter - German Piotr Drąg - Polish Valter Fukuoka - Portuguese Adam Pribyl - Czech - +Nikos Charonitakis - Greek +Ondrej Sulek - Slovak +Xavier Conde - Catalan +PabloMartin-Gomez - French +Milos Komarcevic - Serbian +Sainrysec - Chinese
liveusb-creator@lists.stg.fedorahosted.org