diff --git a/etc/hook.d/10-disable-tls b/etc/hook.d/10-disable-tls index d7bbcbd..c947bdf 100755 --- a/etc/hook.d/10-disable-tls +++ b/etc/hook.d/10-disable-tls @@ -4,7 +4,7 @@ # # Steve # -- -# $Id: 10-disable-tls,v 1.7 2006-03-08 20:08:28 steve Exp $ +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/20-setup-apt b/etc/hook.d/20-setup-apt index 7bde5a5..d9ec43a 100755 --- a/etc/hook.d/20-setup-apt +++ b/etc/hook.d/20-setup-apt @@ -4,7 +4,7 @@ # # Steve # -- -# $Id: 20-setup-apt,v 1.4 2006-01-08 01:53:33 steve Exp $ +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/30-fix-inittab b/etc/hook.d/30-fix-inittab index e6eced2..b0ecb93 100755 --- a/etc/hook.d/30-fix-inittab +++ b/etc/hook.d/30-fix-inittab @@ -7,8 +7,7 @@ # # Steve # -- -# $Id: 30-fix-inittab,v 1.5 2006-02-24 23:00:31 steve Exp $ - +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/40-setup-networking b/etc/hook.d/40-setup-networking index 1048b64..caa75b0 100755 --- a/etc/hook.d/40-setup-networking +++ b/etc/hook.d/40-setup-networking @@ -5,7 +5,7 @@ # # Steve # -- -# $Id: 40-setup-networking,v 1.5 2006-02-18 12:24:05 steve Exp $ +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/50-setup-hostname b/etc/hook.d/50-setup-hostname index 9ec1a63..8f65bc4 100755 --- a/etc/hook.d/50-setup-hostname +++ b/etc/hook.d/50-setup-hostname @@ -5,8 +5,7 @@ # # Steve # -- -# $Id: 50-setup-hostname,v 1.6 2006-02-20 00:45:16 steve Exp $ - +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/55-create-dev b/etc/hook.d/55-create-dev index 4dc5d5d..d60a732 100755 --- a/etc/hook.d/55-create-dev +++ b/etc/hook.d/55-create-dev @@ -5,7 +5,7 @@ # # Steve # -- -# $Id: 55-create-dev,v 1.1 2006-02-18 12:23:01 steve Exp $ +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/60-copy-host-files b/etc/hook.d/60-copy-host-files index 9308c37..3a9ea31 100755 --- a/etc/hook.d/60-copy-host-files +++ b/etc/hook.d/60-copy-host-files @@ -5,8 +5,7 @@ # # Steve # -- -# $Id: 60-copy-host-files,v 1.8 2006-03-08 18:10:07 radu Exp $ - +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/70-install-ssh b/etc/hook.d/70-install-ssh index bed8ba5..a9bc785 100755 --- a/etc/hook.d/70-install-ssh +++ b/etc/hook.d/70-install-ssh @@ -1,10 +1,12 @@ #!/bin/sh # -# This script installs OpenSSH upon the new system. +# This script installs OpenSSH upon the new system. It must make sure +# that the server is not running before it exits - otherwise the temporary +# mounted directory will not be unmountable. # # Steve # -- -# $Id: 70-install-ssh,v 1.5 2006-02-05 14:53:35 steve Exp $ +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/80-install-modules b/etc/hook.d/80-install-modules index 1c5a8d6..df51dcd 100755 --- a/etc/hook.d/80-install-modules +++ b/etc/hook.d/80-install-modules @@ -9,8 +9,7 @@ # # Steve # -- -# $Id: 80-install-modules,v 1.5 2006-03-11 21:11:56 steve Exp $ - +# http://www.steve.org.uk/ # diff --git a/etc/hook.d/90-make-fstab b/etc/hook.d/90-make-fstab index e7b17eb..0129711 100755 --- a/etc/hook.d/90-make-fstab +++ b/etc/hook.d/90-make-fstab @@ -9,7 +9,7 @@ # # Steve # -- -# $Id: 90-make-fstab,v 1.8 2006-02-22 19:24:41 steve Exp $ +# http://www.steve.org.uk/ prefix=$1 diff --git a/etc/hook.d/95-create-cfg b/etc/hook.d/95-create-cfg index d730d70..cb3c887 100755 --- a/etc/hook.d/95-create-cfg +++ b/etc/hook.d/95-create-cfg @@ -1,6 +1,11 @@ #!/bin/sh # # This script is responsible for setting up the Xen Configuration file +# +# Steve +# -- +# http://www.steve.org.uk/ + prefix=$1 diff --git a/etc/hook.d/99-clean-image b/etc/hook.d/99-clean-image index 2ffc999..45facbe 100755 --- a/etc/hook.d/99-clean-image +++ b/etc/hook.d/99-clean-image @@ -5,8 +5,7 @@ # # Steve # -- -# $Id: 99-clean-image,v 1.5 2006-03-11 21:11:56 steve Exp $ - +# http://www.steve.org.uk/ prefix=$1