[Wolfgang Schweer] > # Wait until /etc/hosts is writeable. > if [ -w /etc/hosts ] ; then I believe -w only check the file mode, not if the file system is mounted read-write. If so, this test do not work the way you expect it to. -- Happy hacking Petter Reinholdtsen