diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-14 17:21:05 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-14 17:21:05 +0000 |
commit | a9be8aa3369ab89cef6f3f5263e551a350a5945c (patch) | |
tree | b286d37ea83638e0030ec841cf4cd8bd2cea2234 /images | |
parent | 41fe0d6e81814bf6a17a5f7ff8638361822cdaa4 (diff) | |
download | drakx-a9be8aa3369ab89cef6f3f5263e551a350a5945c.tar drakx-a9be8aa3369ab89cef6f3f5263e551a350a5945c.tar.gz drakx-a9be8aa3369ab89cef6f3f5263e551a350a5945c.tar.bz2 drakx-a9be8aa3369ab89cef6f3f5263e551a350a5945c.tar.xz drakx-a9be8aa3369ab89cef6f3f5263e551a350a5945c.zip |
fix typos s/tpm/tmp (hard to know the lucky culprit because of the SVN crash :-p)
Diffstat (limited to 'images')
-rwxr-xr-x | images/make_boot_img | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |