diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 08:27:35 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 08:27:35 +0000 |
commit | 888599c4eb35af7755c54dd3713a1a7046e41f9e (patch) | |
tree | 4ff95d7900ec5c0a6814d0c48dfe3f3b4baaf248 /base-files | |
parent | 5095acd8301285e575174c23aa7629f2ca199830 (diff) |
more MNCI "Ramses" related changes
BKrev: 415a71f7AHNl1bOVEgnD5hlpLyGLMw
Diffstat (limited to 'base-files')
-rw-r--r-- | base-files/base-files_3.0.14.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base-files/base-files_3.0.14.oe b/base-files/base-files_3.0.14.oe index 41c3e63146..1bdc029336 100644 --- a/base-files/base-files_3.0.14.oe +++ b/base-files/base-files_3.0.14.oe @@ -126,6 +126,9 @@ do_install () { do_install_append_ramses () { echo "MNCI" >${D}/${sysconfdir}/hostname + rmdir ${D}/tmp + mkdir -p ${D}/var/tmp + ln -s var/tmp ${D}/tmp } |