From: Michael Tremer Date: Sat, 16 May 2009 08:44:05 +0000 (+0200) Subject: Add /tmp to iso image. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7091d928a1d1643a2e866732d53be9f7c48e1bb2;p=ipfire-3.x.git Add /tmp to iso image. --- diff --git a/lfs/images b/lfs/images index 049697175..2f54e890b 100644 --- a/lfs/images +++ b/lfs/images @@ -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