[Fai-commit] r3046 - in trunk: conf debian
examples/simple/scripts/FAIBASE examples/simple/scripts/LAST man
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Fri Nov 11 15:44:32 UTC 2005
Author: lange
Date: 2005-11-11 15:44:31 +0000 (Fri, 11 Nov 2005)
New Revision: 3046
Modified:
trunk/conf/make-fai-nfsroot.conf
trunk/debian/changelog
trunk/examples/simple/scripts/FAIBASE/10-misc
trunk/examples/simple/scripts/LAST/50-misc
trunk/man/fai-class.1
Log:
fix typos, closes 332291
Modified: trunk/conf/make-fai-nfsroot.conf
===================================================================
--- trunk/conf/make-fai-nfsroot.conf 2005-11-11 15:25:30 UTC (rev 3045)
+++ trunk/conf/make-fai-nfsroot.conf 2005-11-11 15:44:31 UTC (rev 3046)
@@ -40,7 +40,7 @@
nfssize="250MB" # size of the nfsroot. Only informational purpose
-# FAI needs these packages that are install into the nfsroot
+# FAI needs these packages that are installed into the nfsroot
packages="fai-nfsroot module-init-tools dhcp3-client ssh file rdate hwinfo portmap
bootpc rsync wget rsh-client less dump reiserfsprogs usbutils
hdparm smartmontools parted mdadm lvm2
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-11-11 15:25:30 UTC (rev 3045)
+++ trunk/debian/changelog 2005-11-11 15:44:31 UTC (rev 3046)
@@ -19,6 +19,7 @@
* fcopy: add preinst support, fix for inforing .svn dirs (closes: #297550)
* fai-guide.sgml: include README.disk_config into fai guide
(closes: #332295)
+ * fix typos (closes: #332291)
-- Thomas Lange <lange at debian.org> Fri, 11 Nov 2005 15:45:15 +0100
Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc 2005-11-11 15:25:30 UTC (rev 3045)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc 2005-11-11 15:44:31 UTC (rev 3046)
@@ -39,13 +39,13 @@
# set root password
echo "root:$rootpw" | $ROOTCMD chpasswd --encrypted
-# make /root accessable only by root
+# make /root accessible only by root
chmod 0700 $target/root
chown root:root $target/root
# copy default dotfiles for root account
fcopy -ir /root
-# create keyboard layput table
+# create keyboard layout table
$ROOTCMD bash -c "echo 'console-data console-data/keymap/full select $FAI_KEYMAP' | debconf-set-selections"
$ROOTCMD install-keymap $FAI_KEYMAP || true
# dumpkeys | gzip -9f >$target/etc/console/boottime.kmap.gz
Modified: trunk/examples/simple/scripts/LAST/50-misc
===================================================================
--- trunk/examples/simple/scripts/LAST/50-misc 2005-11-11 15:25:30 UTC (rev 3045)
+++ trunk/examples/simple/scripts/LAST/50-misc 2005-11-11 15:44:31 UTC (rev 3046)
@@ -4,7 +4,7 @@
error=0 ; trap "error=$((error|1))" ERR
-# remove backup files from cfeninge
+# remove backup files from cfengine
dirs="root etc var"
for path in $dirs; do
find $target/$path -maxdepth 20 -name \*.cfedited -o -name \*.cfsaved | xargs -r rm
Modified: trunk/man/fai-class.1
===================================================================
--- trunk/man/fai-class.1 2005-11-11 15:25:30 UTC (rev 3045)
+++ trunk/man/fai-class.1 2005-11-11 15:44:31 UTC (rev 3046)
@@ -28,7 +28,7 @@
lines and are ignored.
Shell scripts that end in ".source" are sourced and can define classes
-by setting the variable $newclasses. This is useful for scripts were
+by setting the variable $newclasses. This is useful for scripts where
you can't control stdout. Variables that are defined in these scripts
are available to other scripts in DIRECTORY, but they are not exported
to the shell that calls fai-class.
More information about the Fai-commit
mailing list