X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=appliance%2Fmake.sh.in;h=66bdebcfc9ac530f3f01de9b53f4815132c3da63;hb=0c07f0d23698798475e0d09491812aca52440328;hp=a132ed88872e2bf4a44c3684f4d6bc74d1de089e;hpb=349814e9d912c4f372b8fbdfb10b03749911021f;p=libguestfs.git diff --git a/appliance/make.sh.in b/appliance/make.sh.in index a132ed8..66bdebc 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -47,6 +47,9 @@ if [ "@DIST@" = "REDHAT" ]; then # Create /tmp if it is missing. @FEBOOTSTRAP_RUN@ initramfs -- mkdir -p --mode=0777 /tmp + # Create /selinux if it is missing. + @FEBOOTSTRAP_RUN@ initramfs -- mkdir -p --mode=0755 /selinux + # Nuke some stuff. The kernel pulls mkinitrd and plymouth which pulls in # all of Python. Sheez. (cd initramfs && find -name '*plymouth*' -print0) | @@ -145,4 +148,3 @@ elif [ "@DIST@" = "DEBIAN" ]; then mkdir -p @top_builddir@/initramfs touch @top_builddir@/initramfs/fakeroot.log fi -