From f990cf68555cd8795d9615fc3a8c1267b72d757e Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Sun, 02 Aug 2009 19:37:56 +0000 Subject: Merge branch 'master' of git://git.sugarlabs.org/soas/mainline --- diff --git a/soas-appliance.ks b/soas-appliance.ks index 8e9ac10..10cc0fc 100644 --- a/soas-appliance.ks +++ b/soas-appliance.ks @@ -298,7 +298,7 @@ rm -f *.pdf EOF # make sure to include date of compose -date -R > /etc/build +echo `date -R` >> /etc/redhat-release # enable script to install stuff at boot time chmod 755 /etc/rc.d/init.d/livesys diff --git a/soas-sugar.ks b/soas-sugar.ks index 52e8e63..82a2a2c 100644 --- a/soas-sugar.ks +++ b/soas-sugar.ks @@ -143,7 +143,7 @@ cd $WD %post # make sure to include date of compose -date -R > /etc/build +echo `date -R` >> /etc/redhat-release # setup olpc display manager and remove olpc-configure rm -f /etc/rc.d/init.d/diskspacecheck -- cgit v0.9.1