This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via d8656c914e11a04aaa64f73a21a1e2f5552dc292 (commit) from 73794dad879be8c3533030f229e269123ed2a51a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d8656c914e11a04aaa64f73a21a1e2f5552dc292 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Feb 1 20:57:18 2014 +0100
xen-image: fix typo.
-----------------------------------------------------------------------
Summary of changes: config/xen-image/xen-image-maker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/config/xen-image/xen-image-maker.sh b/config/xen-image/xen-image-maker.sh index 2a985c4..c080450 100644 --- a/config/xen-image/xen-image-maker.sh +++ b/config/xen-image/xen-image-maker.sh @@ -166,7 +166,7 @@ echo xvc0 >> $MNThdd/etc/securetty
#Add getty for xvc0 echo "#Enable login for XEN" >> $MNThdd/etc/inittab -echo "8:2345:respawn:/sbin/agetty xvc0 9600 -noclear" >> $MNThdd/etc/inittab +echo "8:2345:respawn:/sbin/agetty xvc0 9600 --noclear" >> $MNThdd/etc/inittab
#Disable some initskripts echo "#!/bin/sh" > $MNThdd/etc/rc.d/init.d/setclock
hooks/post-receive -- IPFire 2.x development tree