]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add /tmp to iso image.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 May 2009 08:44:05 +0000 (10:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 May 2009 08:44:05 +0000 (10:44 +0200)
lfs/images

index 0496971751d3fb6839e0f371f6bfe11ed5e6084a..2f54e890ba8e3870abe0bb7c5370e56d46948a4a 100644 (file)
@@ -111,6 +111,7 @@ ifeq "$(PASS)" "core"
        cd /tmp/$(SNAME)-$(VERSION) && mkdir -pv {dev,proc,sys}
        cd /tmp/$(SNAME)-$(VERSION) && mknod -m 0666 dev/null c 1 3
        cd /tmp/$(SNAME)-$(VERSION) && mknod -m 0600 dev/console c 5 1
+       cd /tmp/$(SNAME)-$(VERSION) && install -dv -m 1777 tmp var/tmp
 
        # Hack for bash
        cd /tmp/$(SNAME)-$(VERSION) && cp -vf /bin/bash bin/bash