Browse Source

init: changed to `wall` when `resume` passes

0.2-maint
Alejandro Mery 15 years ago
parent
commit
33a320e456
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      initramfs/init.sh

+ 5
- 0
initramfs/init.sh

@ -68,4 +68,9 @@ ln -s /etc/console /var/service/
while true; do
sleep 1;
if [ -e /var/run/.idunn-resume ]; then
# switch_root requested
echo "switch_root in progress, you will be disconnected now." | wall
rm /var/run/.idunn-resume
fi
done

Loading…
Cancel
Save