From a9be8aa3369ab89cef6f3f5263e551a350a5945c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 14 Aug 2007 17:21:05 +0000 Subject: fix typos s/tpm/tmp (hard to know the lucky culprit because of the SVN crash :-p) --- images/make_boot_img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index 41054a63a..e73275bf7 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -146,8 +146,8 @@ sub initrd { mkdir_p("$tmp_initrd$_") foreach qw(/etc /lib /modules /sbin /tmp /var); symlink "/modules", "$tmp_initrd/lib/modules"; - symlink "/proc/mounts", "$tpm_initrd/etc/mtab"; - symlink "../tmp", "$tpm_initrd/var/run"; + symlink "/proc/mounts", "$tmp_initrd/etc/mtab"; + symlink "../tmp", "$tmp_initrd/var/run"; _ "install -D /usr/share/terminfo/l/linux $tmp_initrd/usr/share/terminfo/l/linux"; _ "install -D /usr/share/ldetect-lst/pcitable.gz $tmp_initrd/usr/share/ldetect-lst/pcitable.gz"; -- cgit v1.2.1