Generated PO files for 1.0.39.
[libguestfs.git] / appliance / make-initramfs.sh.in
index 248f2e2..5cdfed3 100755 (executable)
@@ -95,6 +95,8 @@ rm -f $koutput
   -a ! -name 'crc_itu_t.ko' \
   -a ! -name 'nls_utf8.ko' \
   -a ! -name 'dm-*.ko' \
+  -a ! -name 'cramfs.ko' \
+  -a ! -name 'squashfs.ko' \
   -a -print0 ) |
   xargs -0 @FEBOOTSTRAP_RUN@ initramfs -- rm
 
@@ -129,6 +131,7 @@ cat > init.new <<'__EOF__'
 #!/bin/sh
 echo Starting /init script ...
 PATH=/sbin:/usr/sbin:$PATH
+mount -t tmpfs none /dev
 MAKEDEV mem null port zero core full ram tty console fd \
   hda hdb hdc hdd sda sdb sdc sdd loop sd
 mount -t proc /proc /proc