From dbffb2d3ecfa4483099e8e888f1541706d5bd54d Mon Sep 17 00:00:00 2001 From: dufourj Date: Mon, 30 Jan 2006 23:04:52 +0000 Subject: PC104: - passage en init plutôt que linuxrc - enfin un mécanisme qui marchotte pour chrooter sur le système réel et rebooter proprement. --- i/pc104/initrd/conf/rcS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 i/pc104/initrd/conf/rcS (limited to 'i/pc104/initrd/conf/rcS') diff --git a/i/pc104/initrd/conf/rcS b/i/pc104/initrd/conf/rcS new file mode 100755 index 0000000..2b1b486 --- /dev/null +++ b/i/pc104/initrd/conf/rcS @@ -0,0 +1,19 @@ +#!/bin/sh +# /etc/init.d/rcS +# Executed in autonomous mode for the matchs. + +# Mount proc fs +mount /proc + +# Try to to tell people we have booted ! +#for i in $(seq 0 5) +#do + echo -ne "\007" +#done + +# Launch update script in background +./etc/robot/update_initrd.sh & + +# TODO Export variables (LD...) +# Launch the program +# . /robot/start.sh -- cgit v1.2.3