make all-recursive make[1]: Entering directory `/home/yufang/Code/libguestfs' Making all in gnulib/lib make[2]: Entering directory `/home/yufang/Code/libguestfs/gnulib/lib' GEN alloca.h GEN arg-nonnull.h GEN warn-on-use.h GEN arpa/inet.h GEN configmake.h GEN dirent.h GEN fcntl.h GEN inttypes.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/socket.h GEN sys/stat.h GEN time.h GEN unistd.h GEN wchar.h make all-recursive make[3]: Entering directory `/home/yufang/Code/libguestfs/gnulib/lib' make[4]: Entering directory `/home/yufang/Code/libguestfs/gnulib/lib' CC c-ctype.lo CC close-hook.lo CC filevercmp.lo CC full-read.lo CC full-write.lo CC hash-pjw.lo CC localcharset.lo CC glthread/lock.lo CC malloca.lo CC openat-die.lo CC progname.lo CC glthread/threadlib.lo CC xalloc-die.lo CC xvasprintf.lo CC xasprintf.lo CC asnprintf.lo CC basename-lgpl.lo CC chdir-long.lo CC cloexec.lo CC close-stream.lo CC closeout.lo CC creat-safer.lo CC cycle-check.lo CC dirname-lgpl.lo CC dup-safer.lo CC exitfail.lo CC fcntl.lo CC fd-safer.lo CC fts.lo CC getcwd.lo CC hash.lo CC i-ring.lo CC open-safer.lo CC openat-proc.lo CC openat-safer.lo CC opendir-safer.lo CC pipe-safer.lo CC printf-args.lo CC printf-parse.lo CC quotearg.lo CC safe-read.lo CC safe-write.lo CC save-cwd.lo CC stripslash.lo CC vasnprintf.lo CC xgetcwd.lo CC xmalloc.lo CC xstrtol.lo CC xstrtol-error.lo CC xstrtoll.lo CC xstrtoul.lo CC xstrtoull.lo CCLD libgnu.la GEN charset.alias GEN ref-add.sed GEN ref-del.sed make[4]: Leaving directory `/home/yufang/Code/libguestfs/gnulib/lib' make[3]: Leaving directory `/home/yufang/Code/libguestfs/gnulib/lib' make[2]: Leaving directory `/home/yufang/Code/libguestfs/gnulib/lib' Making all in images make[2]: Entering directory `/home/yufang/Code/libguestfs/images' rm -f 100kallzeroes 100kallzeroes-t dd if=/dev/zero of=100kallzeroes-t bs=1024 count=100 100+0 records in 100+0 records out 102400 bytes (102 kB) copied, 0.000823079 s, 124 MB/s mv 100kallzeroes-t 100kallzeroes rm -f 100kallnewlines 100kallnewlines-t tr '\0' '\n' < 100kallzeroes > 100kallnewlines-t mv 100kallnewlines-t 100kallnewlines rm -f 100kallspaces 100kallspaces-t tr '\0' ' ' < 100kallzeroes > 100kallspaces-t mv 100kallspaces-t 100kallspaces rm -f 100krandom 100krandom-t dd if=/dev/urandom of=100krandom-t bs=1024 count=100 100+0 records in 100+0 records out 102400 bytes (102 kB) copied, 0.0212427 s, 4.8 MB/s mv 100krandom-t 100krandom rm -f 10klines 10klines-t i=0; \ while [ $i -lt 10000 ]; do \ echo "${i}abcdefghijklmnopqrstuvwxyz"; \ i=$(($i+1)); \ done > 10klines-t mv 10klines-t 10klines echo "hello" | base64 > hello.b64 rm -f initrd initrd-t for f in empty known-1 known-2 known-3 known-4 known-5; do echo $f; done | cpio -o -H newc | gzip --best > initrd-t 4 blocks mv initrd-t initrd rm -rf bin initrd-x86_64.img initrd-x86_64.img-t mkdir bin cp bin-x86_64-dynamic bin/nash echo bin/nash | cpio -o -H newc > initrd-x86_64.img-t 14 blocks mv initrd-x86_64.img-t initrd-x86_64.img rm -rf bin initrd-x86_64.img-t rm -f initrd-x86_64.img.gz initrd-x86_64.img.gz-t gzip --best -c initrd-x86_64.img > initrd-x86_64.img.gz-t mv initrd-x86_64.img.gz-t initrd-x86_64.img.gz rm -f test-grep.txt.gz test-grep.txt.gz-t gzip --best -c test-grep.txt > test-grep.txt.gz-t mv test-grep.txt.gz-t test-grep.txt.gz rm -f test.iso test.iso-t mkdir -p directory /usr/bin/mkisofs -J -r -graft-points \ -o test.iso-t \ ./helloworld.tar ./helloworld.tar.gz ./helloworld.tar.xz ./empty ./known-1 ./known-2 ./known-3 ./known-4 ./known-5 ./bin-i586-dynamic ./bin-sparc-dynamic ./bin-win32.exe ./bin-win64.exe ./bin-x86_64-dynamic ./lib-i586.so ./lib-sparc.so ./lib-win32.dll ./lib-win64.dll ./lib-x86_64.so ./test-grep.txt ./100kallzeroes ./100kallnewlines ./100kallspaces ./100krandom ./10klines ./hello.b64 ./initrd ./initrd-x86_64.img ./initrd-x86_64.img.gz ./test-grep.txt.gz /directory=directory Total translation table size: 0 Total rockridge attributes bytes: 2911 Total directory bytes: 2048 Path table size(bytes): 26 Max brk space used 0 635 extents written (1 MB) rmdir directory mv test.iso-t test.iso make[2]: Leaving directory `/home/yufang/Code/libguestfs/images' Making all in src make[2]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[3]: Entering directory `/home/yufang/Code/libguestfs/src' mkdir -p ../perl/lib/Sys mkdir -p ../ruby/ext/guestfs mkdir -p ../java/com/redhat/et/libguestfs mkdir -p ../csharp cd .. && ocaml -warn-error A src/generator.ml written src/guestfs_protocol.x written src/guestfs-structs.h written src/guestfs-actions.h written src/guestfs-internal-actions.h written src/guestfs-actions.c written src/guestfs-bindtests.c written src/guestfs-structs.pod written src/guestfs-actions.pod written src/guestfs-availability.pod written src/libguestfs.syms written daemon/actions.h written daemon/stubs.c written daemon/names.c written daemon/optgroups.c written daemon/optgroups.h written capitests/tests.c written fish/cmds.c written fish/completion.c written fish/guestfish-actions.pod written ocaml/guestfs.mli written ocaml/guestfs.ml written ocaml/guestfs_c_actions.c written ocaml/bindtests.ml written ocaml/guestfs_inspector.mli written ocaml/guestfs_inspector.ml written perl/Guestfs.xs written perl/lib/Sys/Guestfs.pm written perl/bindtests.pl written python/guestfs-py.c written python/guestfs.py written python/bindtests.py written ruby/ext/guestfs/_guestfs.c written ruby/bindtests.rb written java/com/redhat/et/libguestfs/GuestFS.java written java/com/redhat/et/libguestfs/IntBool.java written java/com/redhat/et/libguestfs/PV.java written java/com/redhat/et/libguestfs/VG.java written java/com/redhat/et/libguestfs/LV.java written java/com/redhat/et/libguestfs/Stat.java written java/com/redhat/et/libguestfs/StatVFS.java written java/com/redhat/et/libguestfs/Dirent.java written java/com/redhat/et/libguestfs/Version.java written java/com/redhat/et/libguestfs/XAttr.java written java/com/redhat/et/libguestfs/INotifyEvent.java written java/com/redhat/et/libguestfs/Partition.java written java/com_redhat_et_libguestfs_GuestFS.c written java/Bindtests.java written haskell/Guestfs.hs written haskell/Bindtests.hs written csharp/Libguestfs.cs generated 132161 lines of code make[3]: Leaving directory `/home/yufang/Code/libguestfs/src' rm -f guestfs_protocol.c-t guestfs_protocol.c-t2 rpcgen -c -o guestfs_protocol.c-t guestfs_protocol.x sed 's,\.\./\.\./src/,,' < guestfs_protocol.c-t > guestfs_protocol.c-t2 rm guestfs_protocol.c-t mv guestfs_protocol.c-t2 guestfs_protocol.c rm -f guestfs_protocol.h-t rpcgen -h -o guestfs_protocol.h-t guestfs_protocol.x mv guestfs_protocol.h-t guestfs_protocol.h make all-am make[3]: Entering directory `/home/yufang/Code/libguestfs/src' CC libguestfs_la-guestfs.lo make -C ../src stamp-generator make[4]: Entering directory `/home/yufang/Code/libguestfs/src' make[4]: `stamp-generator' is up to date. make[4]: Leaving directory `/home/yufang/Code/libguestfs/src' CC libguestfs_la-guestfs-actions.lo CC libguestfs_la-guestfs-bindtests.lo CC libprotocol_la-guestfs_protocol.lo CCLD libprotocol.la CCLD libguestfs.la sed \ -e '/@ACTIONS@/rguestfs-actions.pod' \ -e 's/@ACTIONS@//' \ -e '/@AVAILABILITY@/rguestfs-availability.pod' \ -e 's/@AVAILABILITY@//' \ -e '/@STRUCTS@/rguestfs-structs.pod' \ -e 's/@STRUCTS@//' \ < guestfs.pod | \ pod2man \ --section 3 \ -c "Virtualization Support" \ --name "guestfs" \ --release "libguestfs-1.3.5" \ > guestfs.3 make[3]: Leaving directory `/home/yufang/Code/libguestfs/src' make[2]: Leaving directory `/home/yufang/Code/libguestfs/src' Making all in examples make[2]: Entering directory `/home/yufang/Code/libguestfs/examples' CC hello-hello.o make -C ../src libguestfs.la make[3]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[4]: Entering directory `/home/yufang/Code/libguestfs/src' make[4]: `stamp-generator' is up to date. make[4]: Leaving directory `/home/yufang/Code/libguestfs/src' make[3]: Leaving directory `/home/yufang/Code/libguestfs/src' CCLD hello CC to_xml-to-xml.o CCLD to-xml make[2]: Leaving directory `/home/yufang/Code/libguestfs/examples' Making all in po make[2]: Entering directory `/home/yufang/Code/libguestfs/po' test ! -f ./libguestfs.pot || \ test -z "es.gmo gu.gmo hi.gmo kn.gmo ml.gmo mr.gmo or.gmo pa.gmo pl.gmo ta.gmo te.gmo" || make es.gmo gu.gmo hi.gmo kn.gmo ml.gmo mr.gmo or.gmo pa.gmo pl.gmo ta.gmo te.gmo make[3]: Entering directory `/home/yufang/Code/libguestfs/po' /usr/bin/msgmerge --update es.po libguestfs.pot ....................................... done. rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po 373 translated messages, 5 fuzzy translations, 1 untranslated message. /usr/bin/msgmerge --update gu.po libguestfs.pot ....................................... done. rm -f gu.gmo && /usr/bin/msgfmt -c --statistics -o gu.gmo gu.po 354 translated messages, 15 fuzzy translations, 10 untranslated messages. /usr/bin/msgmerge --update hi.po libguestfs.pot ........................................ done. rm -f hi.gmo && /usr/bin/msgfmt -c --statistics -o hi.gmo hi.po 357 translated messages, 14 fuzzy translations, 8 untranslated messages. /usr/bin/msgmerge --update kn.po libguestfs.pot ....................................... done. rm -f kn.gmo && /usr/bin/msgfmt -c --statistics -o kn.gmo kn.po 356 translated messages, 15 fuzzy translations, 8 untranslated messages. rm -f ml.gmo && /usr/bin/msgfmt -c --statistics -o ml.gmo ml.po 351 translated messages, 18 fuzzy translations, 10 untranslated messages. rm -f mr.gmo && /usr/bin/msgfmt -c --statistics -o mr.gmo mr.po 354 translated messages, 15 fuzzy translations, 10 untranslated messages. rm -f or.gmo && /usr/bin/msgfmt -c --statistics -o or.gmo or.po 354 translated messages, 15 fuzzy translations, 10 untranslated messages. rm -f pa.gmo && /usr/bin/msgfmt -c --statistics -o pa.gmo pa.po 349 translated messages, 18 fuzzy translations, 12 untranslated messages. rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po 357 translated messages, 14 fuzzy translations, 8 untranslated messages. rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po 349 translated messages, 18 fuzzy translations, 12 untranslated messages. rm -f te.gmo && /usr/bin/msgfmt -c --statistics -o te.gmo te.po 349 translated messages, 18 fuzzy translations, 12 untranslated messages. make[3]: Leaving directory `/home/yufang/Code/libguestfs/po' touch stamp-po make[2]: Leaving directory `/home/yufang/Code/libguestfs/po' Making all in daemon make[2]: Entering directory `/home/yufang/Code/libguestfs/daemon' make -C ./../src stamp-generator make[3]: Entering directory `/home/yufang/Code/libguestfs/src' make[3]: `stamp-generator' is up to date. make[3]: Leaving directory `/home/yufang/Code/libguestfs/src' make -C ./../src guestfs_protocol.c make[3]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[4]: Entering directory `/home/yufang/Code/libguestfs/src' make[4]: `stamp-generator' is up to date. make[4]: Leaving directory `/home/yufang/Code/libguestfs/src' make[3]: Leaving directory `/home/yufang/Code/libguestfs/src' rm -f guestfs_protocol.c ln ../src/guestfs_protocol.c guestfs_protocol.c make -C ./../src guestfs_protocol.h make[3]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[4]: Entering directory `/home/yufang/Code/libguestfs/src' make[4]: `stamp-generator' is up to date. make[4]: Leaving directory `/home/yufang/Code/libguestfs/src' make[3]: Leaving directory `/home/yufang/Code/libguestfs/src' rm -f guestfs_protocol.h ln ../src/guestfs_protocol.h guestfs_protocol.h make all-recursive make[3]: Entering directory `/home/yufang/Code/libguestfs/daemon' Making all in lib make[4]: Entering directory `/home/yufang/Code/libguestfs/daemon/lib' GEN alloca.h GEN arg-nonnull.h GEN warn-on-use.h GEN arpa/inet.h GEN configmake.h GEN dirent.h GEN fcntl.h GEN glob.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/select.h GEN sys/socket.h GEN sys/stat.h GEN sys/wait.h GEN time.h GEN unistd.h GEN wchar.h make all-recursive make[5]: Entering directory `/home/yufang/Code/libguestfs/daemon/lib' make[6]: Entering directory `/home/yufang/Code/libguestfs/daemon/lib' CC c-ctype.o CC close-hook.o CC full-read.o CC full-write.o CC localcharset.o CC openat-die.o CC sockets.o CC strnlen1.o CC xalloc-die.o CC asnprintf.o CC basename-lgpl.o CC chdir-long.o CC dirname-lgpl.o CC dup-safer.o CC exitfail.o CC fcntl.o CC fd-safer.o CC fsusage.o CC futimens.o CC getcwd.o CC gettime.o CC glob.o CC hash.o CC openat-proc.o CC pipe-safer.o CC printf-args.o CC printf-parse.o CC safe-read.o CC safe-write.o CC save-cwd.o CC stripslash.o CC tempname.o CC utimens.o CC vasnprintf.o CC xgetcwd.o CC xmalloc.o AR libgnu.a GEN charset.alias GEN ref-add.sed GEN ref-del.sed make[6]: Leaving directory `/home/yufang/Code/libguestfs/daemon/lib' make[5]: Leaving directory `/home/yufang/Code/libguestfs/daemon/lib' make[4]: Leaving directory `/home/yufang/Code/libguestfs/daemon/lib' Making all in tests make[4]: Entering directory `/home/yufang/Code/libguestfs/daemon/tests' GEN arg-nonnull.h GEN warn-on-use.h GEN sys/ioctl.h make all-recursive make[5]: Entering directory `/home/yufang/Code/libguestfs/daemon/tests' make[6]: Entering directory `/home/yufang/Code/libguestfs/daemon/tests' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/yufang/Code/libguestfs/daemon/tests' make[5]: Leaving directory `/home/yufang/Code/libguestfs/daemon/tests' make[4]: Leaving directory `/home/yufang/Code/libguestfs/daemon/tests' Making all in . make[4]: Entering directory `/home/yufang/Code/libguestfs/daemon' make -C ./../src guestfs_protocol.c make[5]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[6]: Entering directory `/home/yufang/Code/libguestfs/src' make[6]: `stamp-generator' is up to date. make[6]: Leaving directory `/home/yufang/Code/libguestfs/src' make[5]: Leaving directory `/home/yufang/Code/libguestfs/src' CC libprotocol_a-guestfs_protocol.o AR libprotocol.a CC guestfsd-available.o CC guestfsd-augeas.o CC guestfsd-base64.o CC guestfsd-blkid.o CC guestfsd-blockdev.o CC guestfsd-checksum.o CC guestfsd-cmp.o CC guestfsd-command.o CC guestfsd-cpmv.o CC guestfsd-dd.o CC guestfsd-debug.o debug.c: In function 'do_debug_upload': debug.c:397: warning: return makes integer from pointer without a cast CC guestfsd-devsparts.o CC guestfsd-df.o CC guestfsd-dir.o CC guestfsd-dmesg.o CC guestfsd-dropcaches.o CC guestfsd-du.o CC guestfsd-echo_daemon.o CC guestfsd-ext2.o CC guestfsd-fallocate.o CC guestfsd-file.o CC guestfsd-fill.o CC guestfsd-find.o CC guestfsd-fsck.o CC guestfsd-glob.o CC guestfsd-grep.o CC guestfsd-grub.o CC guestfsd-guestfsd.o CC guestfsd-headtail.o CC guestfsd-hexdump.o CC guestfsd-htonl.o CC guestfsd-initrd.o CC guestfsd-inotify.o CC guestfsd-link.o CC guestfsd-ls.o CC guestfsd-lvm.o CC guestfsd-mkfs.o CC guestfsd-mknod.o CC guestfsd-modprobe.o CC guestfsd-mount.o make -C ./../src stamp-generator make[5]: Entering directory `/home/yufang/Code/libguestfs/src' make[5]: `stamp-generator' is up to date. make[5]: Leaving directory `/home/yufang/Code/libguestfs/src' CC guestfsd-names.o CC guestfsd-ntfs.o CC guestfsd-optgroups.o CC guestfsd-parted.o CC guestfsd-pingdaemon.o CC guestfsd-proto.o CC guestfsd-readdir.o CC guestfsd-realpath.o CC guestfsd-scrub.o CC guestfsd-selinux.o CC guestfsd-sfdisk.o CC guestfsd-sleep.o CC guestfsd-stat.o CC guestfsd-statvfs.o CC guestfsd-strings.o CC guestfsd-stubs.o CC guestfsd-swap.o CC guestfsd-sync.o CC guestfsd-tar.o CC guestfsd-truncate.o CC guestfsd-umask.o CC guestfsd-upload.o CC guestfsd-utimens.o CC guestfsd-wc.o CC guestfsd-xattr.o CC guestfsd-zero.o CC guestfsd-zerofree.o CCLD guestfsd make[4]: Leaving directory `/home/yufang/Code/libguestfs/daemon' make[3]: Leaving directory `/home/yufang/Code/libguestfs/daemon' make[2]: Leaving directory `/home/yufang/Code/libguestfs/daemon' Making all in appliance make[2]: Entering directory `/home/yufang/Code/libguestfs/appliance' cd .. && \ ./config.status --file=appliance/make.sh-t:appliance/make.sh.in config.status: creating appliance/make.sh-t chmod +x make.sh-t mv make.sh-t make.sh grep -v '^[[:space:]]*$' < kmod.whitelist.in | grep -v '^#' > kmod.whitelist cpp -undef -DREDHAT=1 < packagelist.in | \ grep -v '^[[:space:]]*$' | grep -v '^#' > packagelist make -C ../daemon make[3]: Entering directory `/home/yufang/Code/libguestfs/daemon' make -C ./../src stamp-generator make[4]: Entering directory `/home/yufang/Code/libguestfs/src' make[4]: `stamp-generator' is up to date. make[4]: Leaving directory `/home/yufang/Code/libguestfs/src' make -C ./../src guestfs_protocol.c make[4]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[5]: Entering directory `/home/yufang/Code/libguestfs/src' make[5]: `stamp-generator' is up to date. make[5]: Leaving directory `/home/yufang/Code/libguestfs/src' make[4]: Leaving directory `/home/yufang/Code/libguestfs/src' make -C ./../src guestfs_protocol.h make[4]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[5]: Entering directory `/home/yufang/Code/libguestfs/src' make[5]: `stamp-generator' is up to date. make[5]: Leaving directory `/home/yufang/Code/libguestfs/src' make[4]: Leaving directory `/home/yufang/Code/libguestfs/src' make all-recursive make[4]: Entering directory `/home/yufang/Code/libguestfs/daemon' Making all in lib make[5]: Entering directory `/home/yufang/Code/libguestfs/daemon/lib' make all-recursive make[6]: Entering directory `/home/yufang/Code/libguestfs/daemon/lib' make[7]: Entering directory `/home/yufang/Code/libguestfs/daemon/lib' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/yufang/Code/libguestfs/daemon/lib' make[6]: Leaving directory `/home/yufang/Code/libguestfs/daemon/lib' make[5]: Leaving directory `/home/yufang/Code/libguestfs/daemon/lib' Making all in tests make[5]: Entering directory `/home/yufang/Code/libguestfs/daemon/tests' make all-recursive make[6]: Entering directory `/home/yufang/Code/libguestfs/daemon/tests' make[7]: Entering directory `/home/yufang/Code/libguestfs/daemon/tests' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/yufang/Code/libguestfs/daemon/tests' make[6]: Leaving directory `/home/yufang/Code/libguestfs/daemon/tests' make[5]: Leaving directory `/home/yufang/Code/libguestfs/daemon/tests' Making all in . make[5]: Entering directory `/home/yufang/Code/libguestfs/daemon' make -C ./../src guestfs_protocol.c make[6]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[7]: Entering directory `/home/yufang/Code/libguestfs/src' make[7]: `stamp-generator' is up to date. make[7]: Leaving directory `/home/yufang/Code/libguestfs/src' make[6]: Leaving directory `/home/yufang/Code/libguestfs/src' make -C ./../src guestfs_protocol.h make[6]: Entering directory `/home/yufang/Code/libguestfs/src' make -C ../src stamp-generator make[7]: Entering directory `/home/yufang/Code/libguestfs/src' make[7]: `stamp-generator' is up to date. make[7]: Leaving directory `/home/yufang/Code/libguestfs/src' make[6]: Leaving directory `/home/yufang/Code/libguestfs/src' make -C ./../src stamp-generator make[6]: Entering directory `/home/yufang/Code/libguestfs/src' make[6]: `stamp-generator' is up to date. make[6]: Leaving directory `/home/yufang/Code/libguestfs/src' make[5]: Leaving directory `/home/yufang/Code/libguestfs/daemon' make[4]: Leaving directory `/home/yufang/Code/libguestfs/daemon' make[3]: Leaving directory `/home/yufang/Code/libguestfs/daemon' mv initramfs.fedora-12.x86_64.img initramfs.fedora-12.x86_64.img.bak 2>/dev/null; : mv vmlinuz.fedora-12.x86_64 vmlinuz.fedora-12.x86_64.bak 2>/dev/null; : if ! bash make.sh; then rm -f ../initramfs/fakeroot.log; exit 1; fi + '[' REDHAT = REDHAT ']' + cd .. + output=appliance/initramfs.fedora-12.x86_64.img + koutput=appliance/vmlinuz.fedora-12.x86_64 + rm -f appliance/initramfs.fedora-12.x86_64.img + rm -f appliance/vmlinuz.fedora-12.x86_64 + exec + packages= + read pkg + packages=' -i augeas-libs' + read pkg + packages=' -i augeas-libs -i btrfs-progs' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted -i procps' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted -i procps -i scrub' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted -i procps -i scrub -i strace' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted -i procps -i scrub -i strace -i xfsprogs' + read pkg + packages=' -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted -i procps -i scrub -i strace -i xfsprogs -i zerofree' + read pkg + exec + febootstrap -i augeas-libs -i btrfs-progs -i diffutils -i e4fsprogs -i gfs-utils -i gfs2-utils -i hfsplus-tools -i iputils -i kernel -i MAKEDEV -i nilfs-utils -i ntfsprogs -i reiserfs-utils -i libselinux -i udev -i util-linux-ng -i vim-minimal -i xz -i bash -i binutils -i coreutils -i dosfstools -i file -i grub -i jfsutils -i lsof -i lvm2 -i module-init-tools -i net-tools -i ntfs-3g -i parted -i procps -i scrub -i strace -i xfsprogs -i zerofree -u none fedora-12 initramfs http://download.englab.nay.redhat.com/pub/fedora/linux/releases/12/Fedora/x86_64/os/ Setting up Install Process No package btrfs-progs available. No package e4fsprogs available. No package gfs-utils available. No package gfs2-utils available. No package hfsplus-tools available. No package nilfs-utils available. No package scrub available. No package zerofree available. Resolving Dependencies --> Running transaction check ---> Package MAKEDEV.x86_64 0:3.24-4 set to be updated --> Processing Dependency: libc.so.6(GLIBC_2.2.5)(64bit) for package: MAKEDEV-3.24-4.x86_64 --> Processing Dependency: rtld(GNU_HASH) for package: MAKEDEV-3.24-4.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.3.4)(64bit) for package: MAKEDEV-3.24-4.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.4)(64bit) for package: MAKEDEV-3.24-4.x86_64 --> Processing Dependency: shadow-utils for package: MAKEDEV-3.24-4.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.3)(64bit) for package: MAKEDEV-3.24-4.x86_64 --> Processing Dependency: /usr/bin/getent for package: MAKEDEV-3.24-4.x86_64 --> Processing Dependency: libc.so.6()(64bit) for package: MAKEDEV-3.24-4.x86_64 ---> Package augeas-libs.x86_64 0:0.5.3-1.fc12 set to be updated ---> Package bash.x86_64 0:4.0.33-1.fc12 set to be updated --> Processing Dependency: ncurses-libs for package: bash-4.0.33-1.fc12.x86_64 --> Processing Dependency: libtinfo.so.5()(64bit) for package: bash-4.0.33-1.fc12.x86_64 ---> Package binutils.x86_64 0:2.19.51.0.14-34.fc12 set to be updated --> Processing Dependency: /sbin/install-info for package: binutils-2.19.51.0.14-34.fc12.x86_64 --> Processing Dependency: /sbin/install-info for package: binutils-2.19.51.0.14-34.fc12.x86_64 --> Processing Dependency: libz.so.1()(64bit) for package: binutils-2.19.51.0.14-34.fc12.x86_64 ---> Package coreutils.x86_64 0:7.6-5.fc12 set to be updated --> Processing Dependency: coreutils-libs = 7.6-5.fc12 for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libcap >= 2.0.6 for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: pam >= 0.66-12 for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libattr for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libattr.so.1(ATTR_1.1)(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: ncurses for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libpam.so.0(LIBPAM_1.0)(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: grep for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libacl.so.1(ACL_1.0)(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libpam_misc.so.0(LIBPAM_MISC_1.0)(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libcap.so.2()(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libpam.so.0()(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libacl.so.1()(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libattr.so.1()(64bit) for package: coreutils-7.6-5.fc12.x86_64 --> Processing Dependency: libpam_misc.so.0()(64bit) for package: coreutils-7.6-5.fc12.x86_64 ---> Package diffutils.x86_64 0:2.8.1-25.fc12 set to be updated ---> Package dosfstools.x86_64 0:3.0.1-6.fc12 set to be updated ---> Package file.x86_64 0:5.03-9.fc12 set to be updated --> Processing Dependency: file-libs = 5.03-9.fc12 for package: file-5.03-9.fc12.x86_64 --> Processing Dependency: libmagic.so.1()(64bit) for package: file-5.03-9.fc12.x86_64 ---> Package grub.x86_64 0:0.97-60.fc12 set to be updated --> Processing Dependency: system-logos for package: grub-0.97-60.fc12.x86_64 ---> Package iputils.x86_64 0:20071127-9.fc12 set to be updated --> Processing Dependency: /sbin/service for package: iputils-20071127-9.fc12.x86_64 --> Processing Dependency: /sbin/chkconfig for package: iputils-20071127-9.fc12.x86_64 --> Processing Dependency: /sbin/chkconfig for package: iputils-20071127-9.fc12.x86_64 --> Processing Dependency: libidn.so.11()(64bit) for package: iputils-20071127-9.fc12.x86_64 ---> Package jfsutils.x86_64 0:1.1.13-8.fc12 set to be updated --> Processing Dependency: libuuid.so.1(UUID_1.0)(64bit) for package: jfsutils-1.1.13-8.fc12.x86_64 --> Processing Dependency: libuuid.so.1()(64bit) for package: jfsutils-1.1.13-8.fc12.x86_64 ---> Package kernel.x86_64 0:2.6.31.5-127.fc12 set to be installed --> Processing Dependency: dracut >= 001-7 for package: kernel-2.6.31.5-127.fc12.x86_64 --> Processing Dependency: grubby >= 7.0.4-1 for package: kernel-2.6.31.5-127.fc12.x86_64 --> Processing Dependency: kernel-firmware >= 2.6.31.5-127.fc12 for package: kernel-2.6.31.5-127.fc12.x86_64 --> Processing Dependency: /sbin/new-kernel-pkg for package: kernel-2.6.31.5-127.fc12.x86_64 --> Processing Dependency: /sbin/new-kernel-pkg for package: kernel-2.6.31.5-127.fc12.x86_64 ---> Package libselinux.x86_64 0:2.0.87-1.fc12 set to be updated --> Processing Dependency: libsepol >= 2.0.32-1 for package: libselinux-2.0.87-1.fc12.x86_64 ---> Package lsof.x86_64 0:4.82-1.fc12 set to be updated ---> Package lvm2.x86_64 0:2.02.53-2.fc12 set to be updated --> Processing Dependency: lvm2-libs = 2.02.53-2.fc12 for package: lvm2-2.02.53-2.fc12.x86_64 --> Processing Dependency: device-mapper >= 1.02.38-2.fc12 for package: lvm2-2.02.53-2.fc12.x86_64 --> Processing Dependency: device-mapper-event >= 1.02.38-2.fc12 for package: lvm2-2.02.53-2.fc12.x86_64 --> Processing Dependency: libdevmapper.so.1.02(Base)(64bit) for package: lvm2-2.02.53-2.fc12.x86_64 --> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: lvm2-2.02.53-2.fc12.x86_64 --> Processing Dependency: libdevmapper.so.1.02()(64bit) for package: lvm2-2.02.53-2.fc12.x86_64 --> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: lvm2-2.02.53-2.fc12.x86_64 --> Processing Dependency: libreadline.so.6()(64bit) for package: lvm2-2.02.53-2.fc12.x86_64 ---> Package module-init-tools.x86_64 0:3.9-4.fc12 set to be updated ---> Package net-tools.x86_64 0:1.60-95.fc12 set to be updated ---> Package ntfs-3g.x86_64 2:2009.4.4-3.fc12 set to be updated ---> Package ntfsprogs.x86_64 0:2.0.0-13.fc12 set to be updated --> Processing Dependency: libgnutls.so.26(GNUTLS_1_4)(64bit) for package: ntfsprogs-2.0.0-13.fc12.x86_64 --> Processing Dependency: libgcrypt.so.11(GCRYPT_1.2)(64bit) for package: ntfsprogs-2.0.0-13.fc12.x86_64 --> Processing Dependency: libgcrypt.so.11()(64bit) for package: ntfsprogs-2.0.0-13.fc12.x86_64 --> Processing Dependency: libconfig.so.8()(64bit) for package: ntfsprogs-2.0.0-13.fc12.x86_64 --> Processing Dependency: libgnutls.so.26()(64bit) for package: ntfsprogs-2.0.0-13.fc12.x86_64 ---> Package parted.x86_64 0:1.9.0-17.fc12 set to be updated ---> Package procps.x86_64 0:3.2.8-2.fc12 set to be updated ---> Package reiserfs-utils.x86_64 2:3.6.21-2.fc12 set to be updated ---> Package strace.x86_64 0:4.5.19-1.fc12 set to be updated ---> Package udev.x86_64 0:145-12.fc12 set to be updated --> Processing Dependency: hwdata for package: udev-145-12.fc12.x86_64 --> Processing Dependency: /sbin/pidof for package: udev-145-12.fc12.x86_64 --> Processing Dependency: sed for package: udev-145-12.fc12.x86_64 --> Processing Dependency: libudev.so.0()(64bit) for package: udev-145-12.fc12.x86_64 --> Processing Dependency: libglib-2.0.so.0()(64bit) for package: udev-145-12.fc12.x86_64 --> Processing Dependency: libusb-0.1.so.4()(64bit) for package: udev-145-12.fc12.x86_64 ---> Package util-linux-ng.x86_64 0:2.16-10.2.fc12 set to be updated --> Processing Dependency: audit-libs >= 1.0.6 for package: util-linux-ng-2.16-10.2.fc12.x86_64 --> Processing Dependency: libblkid.so.1(BLKID_1.0)(64bit) for package: util-linux-ng-2.16-10.2.fc12.x86_64 --> Processing Dependency: libpopt.so.0(LIBPOPT_0)(64bit) for package: util-linux-ng-2.16-10.2.fc12.x86_64 --> Processing Dependency: libblkid.so.1(BLKID_2.15)(64bit) for package: util-linux-ng-2.16-10.2.fc12.x86_64 --> Processing Dependency: libaudit.so.1()(64bit) for package: util-linux-ng-2.16-10.2.fc12.x86_64 --> Processing Dependency: libblkid.so.1()(64bit) for package: util-linux-ng-2.16-10.2.fc12.x86_64 --> Processing Dependency: libpopt.so.0()(64bit) for package: util-linux-ng-2.16-10.2.fc12.x86_64 ---> Package vim-minimal.x86_64 2:7.2.245-3.fc12 set to be updated ---> Package xfsprogs.x86_64 0:3.0.3-2.fc12 set to be updated ---> Package xz.x86_64 0:4.999.9-0.1.beta.20091007git.fc12 set to be updated --> Processing Dependency: xz-libs = 4.999.9-0.1.beta.20091007git.fc12 for package: xz-4.999.9-0.1.beta.20091007git.fc12.x86_64 --> Processing Dependency: liblzma.so.0()(64bit) for package: xz-4.999.9-0.1.beta.20091007git.fc12.x86_64 --> Running transaction check ---> Package audit-libs.x86_64 0:2.0.1-1.fc12 set to be updated ---> Package chkconfig.x86_64 0:1.3.44-1 set to be updated ---> Package coreutils-libs.x86_64 0:7.6-5.fc12 set to be updated ---> Package device-mapper.x86_64 0:1.02.38-2.fc12 set to be updated ---> Package device-mapper-event.x86_64 0:1.02.38-2.fc12 set to be updated --> Processing Dependency: libgcc_s.so.1(GCC_3.3.1)(64bit) for package: device-mapper-event-1.02.38-2.fc12.x86_64 --> Processing Dependency: libgcc_s.so.1(GCC_3.0)(64bit) for package: device-mapper-event-1.02.38-2.fc12.x86_64 --> Processing Dependency: libgcc_s.so.1()(64bit) for package: device-mapper-event-1.02.38-2.fc12.x86_64 ---> Package device-mapper-event-libs.x86_64 0:1.02.38-2.fc12 set to be updated ---> Package device-mapper-libs.x86_64 0:1.02.38-2.fc12 set to be updated ---> Package dracut.noarch 0:002-13.4.git8f397a9b.fc12 set to be updated --> Processing Dependency: filesystem >= 2.1.0 for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: plymouth >= 0.7.0 for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: e2fsprogs >= 1.38-12 for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: /bin/dash for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: which for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: dmraid for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: elfutils-libelf for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: mdadm for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: findutils for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: bzip2 for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: cryptsetup-luks for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: plymouth-scripts for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: dash for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: dhclient for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: cpio for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: gzip for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: tar for package: dracut-002-13.4.git8f397a9b.fc12.noarch --> Processing Dependency: kbd for package: dracut-002-13.4.git8f397a9b.fc12.noarch ---> Package fedora-logos.noarch 0:12.0.3-2.fc12 set to be updated ---> Package file-libs.x86_64 0:5.03-9.fc12 set to be updated ---> Package glib2.x86_64 0:2.22.2-2.fc12 set to be updated --> Processing Dependency: libfam.so.0()(64bit) for package: glib2-2.22.2-2.fc12.x86_64 ---> Package glibc.x86_64 0:2.11-2 set to be updated --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3)(64bit) for package: glibc-2.11-2.x86_64 --> Processing Dependency: basesystem for package: glibc-2.11-2.x86_64 --> Processing Dependency: libfreebl3.so()(64bit) for package: glibc-2.11-2.x86_64 ---> Package glibc-common.x86_64 0:2.11-2 set to be updated --> Processing Dependency: tzdata >= 2003a for package: glibc-common-2.11-2.x86_64 ---> Package gnutls.x86_64 0:2.8.5-1.fc12 set to be updated --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4)(64bit) for package: gnutls-2.8.5-1.fc12.x86_64 --> Processing Dependency: libstdc++.so.6(CXXABI_1.3)(64bit) for package: gnutls-2.8.5-1.fc12.x86_64 --> Processing Dependency: libtasn1.so.3(LIBTASN1_0_3)(64bit) for package: gnutls-2.8.5-1.fc12.x86_64 --> Processing Dependency: libtasn1.so.3()(64bit) for package: gnutls-2.8.5-1.fc12.x86_64 --> Processing Dependency: libstdc++.so.6()(64bit) for package: gnutls-2.8.5-1.fc12.x86_64 ---> Package grep.x86_64 0:2.5.3-6.fc12 set to be updated --> Processing Dependency: libpcre.so.0()(64bit) for package: grep-2.5.3-6.fc12.x86_64 ---> Package grubby.x86_64 0:7.0.8-1.fc12 set to be updated ---> Package hwdata.noarch 0:0.225-3.fc12 set to be updated ---> Package info.x86_64 0:4.13a-7.fc12 set to be updated ---> Package initscripts.x86_64 0:9.02-1 set to be updated --> Processing Dependency: ethtool >= 1.8-2 for package: initscripts-9.02-1.x86_64 --> Processing Dependency: /bin/awk for package: initscripts-9.02-1.x86_64 --> Processing Dependency: mingetty for package: initscripts-9.02-1.x86_64 --> Processing Dependency: /sbin/fuser for package: initscripts-9.02-1.x86_64 --> Processing Dependency: upstart for package: initscripts-9.02-1.x86_64 --> Processing Dependency: syslog for package: initscripts-9.02-1.x86_64 --> Processing Dependency: /etc/redhat-release for package: initscripts-9.02-1.x86_64 --> Processing Dependency: /sbin/ip for package: initscripts-9.02-1.x86_64 ---> Package kernel-firmware.noarch 0:2.6.31.5-127.fc12 set to be updated ---> Package libacl.x86_64 0:2.2.47-5.fc12 set to be updated ---> Package libattr.x86_64 0:2.4.43-4.fc12 set to be updated ---> Package libblkid.x86_64 0:2.16-10.2.fc12 set to be updated ---> Package libcap.x86_64 0:2.16-5.fc12 set to be updated ---> Package libconfig.x86_64 0:1.3.2-1.fc12 set to be updated ---> Package libgcrypt.x86_64 0:1.4.4-8.fc12 set to be updated --> Processing Dependency: libgpg-error.so.0()(64bit) for package: libgcrypt-1.4.4-8.fc12.x86_64 ---> Package libidn.x86_64 0:1.9-5 set to be updated ---> Package libsepol.x86_64 0:2.0.38-1.fc12 set to be updated ---> Package libudev.x86_64 0:145-12.fc12 set to be updated ---> Package libusb.x86_64 0:0.1.12-22.fc12 set to be updated ---> Package libuuid.x86_64 0:2.16-10.2.fc12 set to be updated ---> Package lvm2-libs.x86_64 0:2.02.53-2.fc12 set to be updated ---> Package ncurses.x86_64 0:5.7-3.20090207.fc12 set to be updated ---> Package ncurses-libs.x86_64 0:5.7-3.20090207.fc12 set to be updated --> Processing Dependency: ncurses-base = 5.7-3.20090207.fc12 for package: ncurses-libs-5.7-3.20090207.fc12.x86_64 ---> Package pam.x86_64 0:1.1.0-7.fc12 set to be updated --> Processing Dependency: cracklib-dicts >= 2.8 for package: pam-1.1.0-7.fc12.x86_64 --> Processing Dependency: cracklib for package: pam-1.1.0-7.fc12.x86_64 --> Processing Dependency: libcrack.so.2()(64bit) for package: pam-1.1.0-7.fc12.x86_64 --> Processing Dependency: libdb-4.7.so()(64bit) for package: pam-1.1.0-7.fc12.x86_64 ---> Package popt.x86_64 0:1.13-6.fc12 set to be updated ---> Package readline.x86_64 0:6.0-3.fc12 set to be updated ---> Package sed.x86_64 0:4.2.1-4.fc12 set to be updated ---> Package shadow-utils.x86_64 2:4.1.4.2-1.fc12 set to be updated --> Processing Dependency: setup for package: 2:shadow-utils-4.1.4.2-1.fc12.x86_64 ---> Package sysvinit-tools.x86_64 0:2.87-1.dsf.fc12 set to be updated ---> Package xz-libs.x86_64 0:4.999.9-0.1.beta.20091007git.fc12 set to be updated ---> Package zlib.x86_64 0:1.2.3-23.fc12 set to be updated --> Running transaction check ---> Package basesystem.noarch 0:10.0-3 set to be updated ---> Package bzip2.x86_64 0:1.0.5-6.fc12 set to be updated --> Processing Dependency: libbz2.so.1()(64bit) for package: bzip2-1.0.5-6.fc12.x86_64 ---> Package cpio.x86_64 0:2.10-3.fc12 set to be updated ---> Package cracklib.x86_64 0:2.8.13-6 set to be updated ---> Package cracklib-dicts.x86_64 0:2.8.13-6 set to be updated ---> Package cryptsetup-luks.x86_64 0:1.1.0-0.1.fc12 set to be updated --> Processing Dependency: cryptsetup-luks-libs = 1.1.0-0.1.fc12 for package: cryptsetup-luks-1.1.0-0.1.fc12.x86_64 --> Processing Dependency: libcryptsetup.so.1()(64bit) for package: cryptsetup-luks-1.1.0-0.1.fc12.x86_64 ---> Package dash.x86_64 0:0.5.5.1-3.fc12 set to be updated ---> Package db4.x86_64 0:4.7.25-13.fc12 set to be updated ---> Package dhclient.x86_64 12:4.1.0p1-12.fc12 set to be updated --> Processing Dependency: libcap-ng.so.0()(64bit) for package: 12:dhclient-4.1.0p1-12.fc12.x86_64 ---> Package dmraid.x86_64 0:1.0.0.rc16-4.fc12 set to be updated --> Processing Dependency: dmraid-events for package: dmraid-1.0.0.rc16-4.fc12.x86_64 --> Processing Dependency: kpartx for package: dmraid-1.0.0.rc16-4.fc12.x86_64 ---> Package e2fsprogs.x86_64 0:1.41.9-5.fc12 set to be updated --> Processing Dependency: e2fsprogs-libs = 1.41.9-5.fc12 for package: e2fsprogs-1.41.9-5.fc12.x86_64 --> Processing Dependency: libext2fs.so.2()(64bit) for package: e2fsprogs-1.41.9-5.fc12.x86_64 --> Processing Dependency: libss.so.2()(64bit) for package: e2fsprogs-1.41.9-5.fc12.x86_64 --> Processing Dependency: libcom_err.so.2()(64bit) for package: e2fsprogs-1.41.9-5.fc12.x86_64 --> Processing Dependency: libe2p.so.2()(64bit) for package: e2fsprogs-1.41.9-5.fc12.x86_64 ---> Package elfutils-libelf.x86_64 0:0.143-1.fc12 set to be updated ---> Package ethtool.x86_64 0:6-7.20090323git.fc12 set to be updated ---> Package fedora-release.noarch 0:12-1 set to be updated ---> Package filesystem.x86_64 0:2.4.30-2.fc12 set to be updated ---> Package findutils.x86_64 1:4.4.2-4.fc12 set to be updated ---> Package gamin.x86_64 0:0.1.10-5.fc12 set to be updated ---> Package gawk.x86_64 0:3.1.7-1.fc12 set to be updated ---> Package gzip.x86_64 0:1.3.12-11.fc12 set to be updated --> Processing Dependency: less for package: gzip-1.3.12-11.fc12.x86_64 ---> Package iproute.x86_64 0:2.6.29-4.fc12 set to be updated --> Processing Dependency: iptables >= 1.4.1 for package: iproute-2.6.29-4.fc12.x86_64 --> Processing Dependency: libatm.so.1()(64bit) for package: iproute-2.6.29-4.fc12.x86_64 ---> Package kbd.x86_64 0:1.15-9.fc12 set to be updated ---> Package libgcc.x86_64 0:4.4.2-7.fc12 set to be updated ---> Package libgpg-error.x86_64 0:1.6-4 set to be updated ---> Package libstdc++.x86_64 0:4.4.2-7.fc12 set to be updated ---> Package libtasn1.x86_64 0:2.3-1.fc12 set to be updated ---> Package mdadm.x86_64 0:3.0.2-1.fc12 set to be updated ---> Package mingetty.x86_64 0:1.08-4.fc12 set to be updated ---> Package ncurses-base.x86_64 0:5.7-3.20090207.fc12 set to be updated ---> Package nss-softokn-freebl.x86_64 0:3.12.4-10.fc12 set to be updated ---> Package pcre.x86_64 0:7.8-3.fc12 set to be updated ---> Package plymouth.x86_64 0:0.8.0-0.2009.29.09.18.fc12 set to be updated --> Processing Dependency: libdrm.so.2()(64bit) for package: plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 --> Processing Dependency: libplybootsplash.so.2()(64bit) for package: plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 --> Processing Dependency: libply.so.2()(64bit) for package: plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 --> Processing Dependency: libdrm_radeon.so.1()(64bit) for package: plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 --> Processing Dependency: libdrm_nouveau.so.1()(64bit) for package: plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 --> Processing Dependency: libdrm_intel.so.1()(64bit) for package: plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 --> Processing Dependency: libpng12.so.0()(64bit) for package: plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 ---> Package plymouth-scripts.x86_64 0:0.8.0-0.2009.29.09.18.fc12 set to be updated --> Processing Dependency: nash for package: plymouth-scripts-0.8.0-0.2009.29.09.18.fc12.x86_64 ---> Package psmisc.x86_64 0:22.6-13.fc12 set to be updated ---> Package rsyslog.x86_64 0:4.4.1-2.fc12 set to be updated --> Processing Dependency: logrotate >= 3.5.2 for package: rsyslog-4.4.1-2.fc12.x86_64 ---> Package setup.noarch 0:2.8.9-1.fc12 set to be updated ---> Package tar.x86_64 2:1.22-8.fc12 set to be updated ---> Package tzdata.noarch 0:2009o-2.fc12 set to be updated ---> Package upstart.x86_64 0:0.3.11-3.fc12 set to be updated ---> Package which.x86_64 0:2.19-5.fc12 set to be updated --> Running transaction check ---> Package bzip2-libs.x86_64 0:1.0.5-6.fc12 set to be updated ---> Package cryptsetup-luks-libs.x86_64 0:1.1.0-0.1.fc12 set to be updated ---> Package dmraid-events.x86_64 0:1.0.0.rc16-4.fc12 set to be updated --> Processing Dependency: sgpio for package: dmraid-events-1.0.0.rc16-4.fc12.x86_64 ---> Package e2fsprogs-libs.x86_64 0:1.41.9-5.fc12 set to be updated ---> Package iptables.x86_64 0:1.4.5-1.fc12 set to be updated ---> Package kpartx.x86_64 0:0.4.9-5.fc12 set to be updated ---> Package less.x86_64 0:436-2.fc12 set to be updated ---> Package libcap-ng.x86_64 0:0.6.2-3.fc12 set to be updated ---> Package libcom_err.x86_64 0:1.41.9-5.fc12 set to be updated ---> Package libdrm.x86_64 0:2.4.15-4.fc12 set to be updated ---> Package libpng.x86_64 2:1.2.39-1.fc12 set to be updated ---> Package libss.x86_64 0:1.41.9-5.fc12 set to be updated ---> Package linux-atm-libs.x86_64 0:2.5.0-10 set to be updated ---> Package logrotate.x86_64 0:3.7.8-4.fc12 set to be updated ---> Package nash.x86_64 0:6.0.93-1.fc12 set to be updated --> Processing Dependency: openssl for package: nash-6.0.93-1.fc12.x86_64 --> Processing Dependency: libnl.so.1()(64bit) for package: nash-6.0.93-1.fc12.x86_64 ---> Package plymouth-libs.x86_64 0:0.8.0-0.2009.29.09.18.fc12 set to be updated --> Running transaction check ---> Package libnl.x86_64 0:1.1-8.fc12 set to be updated ---> Package openssl.x86_64 0:1.0.0-0.10.beta3.fc12 set to be updated --> Processing Dependency: ca-certificates >= 2008-5 for package: openssl-1.0.0-0.10.beta3.fc12.x86_64 --> Processing Dependency: libkrb5.so.3(krb5_3_MIT)(64bit) for package: openssl-1.0.0-0.10.beta3.fc12.x86_64 --> Processing Dependency: libk5crypto.so.3(k5crypto_3_MIT)(64bit) for package: openssl-1.0.0-0.10.beta3.fc12.x86_64 --> Processing Dependency: libk5crypto.so.3()(64bit) for package: openssl-1.0.0-0.10.beta3.fc12.x86_64 --> Processing Dependency: libkrb5.so.3()(64bit) for package: openssl-1.0.0-0.10.beta3.fc12.x86_64 --> Processing Dependency: libgssapi_krb5.so.2()(64bit) for package: openssl-1.0.0-0.10.beta3.fc12.x86_64 ---> Package sgpio.x86_64 0:1.2.0.10-4.fc12 set to be updated --> Running transaction check ---> Package ca-certificates.noarch 0:2009-2.fc12 set to be updated ---> Package krb5-libs.x86_64 0:1.7-8.fc12 set to be updated --> Processing Dependency: libkeyutils.so.1(KEYUTILS_0.3)(64bit) for package: krb5-libs-1.7-8.fc12.x86_64 --> Processing Dependency: libkeyutils.so.1()(64bit) for package: krb5-libs-1.7-8.fc12.x86_64 --> Running transaction check ---> Package keyutils-libs.x86_64 0:1.2-6.fc12 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: MAKEDEV x86_64 3.24-4 febootstrap 84 k augeas-libs x86_64 0.5.3-1.fc12 febootstrap 226 k bash x86_64 4.0.33-1.fc12 febootstrap 770 k binutils x86_64 2.19.51.0.14-34.fc12 febootstrap 2.7 M coreutils x86_64 7.6-5.fc12 febootstrap 2.3 M diffutils x86_64 2.8.1-25.fc12 febootstrap 186 k dosfstools x86_64 3.0.1-6.fc12 febootstrap 70 k file x86_64 5.03-9.fc12 febootstrap 42 k grub x86_64 0.97-60.fc12 febootstrap 564 k iputils x86_64 20071127-9.fc12 febootstrap 113 k jfsutils x86_64 1.1.13-8.fc12 febootstrap 203 k kernel x86_64 2.6.31.5-127.fc12 febootstrap 20 M libselinux x86_64 2.0.87-1.fc12 febootstrap 104 k lsof x86_64 4.82-1.fc12 febootstrap 289 k lvm2 x86_64 2.02.53-2.fc12 febootstrap 412 k module-init-tools x86_64 3.9-4.fc12 febootstrap 415 k net-tools x86_64 1.60-95.fc12 febootstrap 268 k ntfs-3g x86_64 2:2009.4.4-3.fc12 febootstrap 143 k ntfsprogs x86_64 2.0.0-13.fc12 febootstrap 298 k parted x86_64 1.9.0-17.fc12 febootstrap 545 k procps x86_64 3.2.8-2.fc12 febootstrap 190 k reiserfs-utils x86_64 2:3.6.21-2.fc12 febootstrap 223 k strace x86_64 4.5.19-1.fc12 febootstrap 170 k udev x86_64 145-12.fc12 febootstrap 303 k util-linux-ng x86_64 2.16-10.2.fc12 febootstrap 1.4 M vim-minimal x86_64 2:7.2.245-3.fc12 febootstrap 343 k xfsprogs x86_64 3.0.3-2.fc12 febootstrap 665 k xz x86_64 4.999.9-0.1.beta.20091007git.fc12 febootstrap 120 k Installing for dependencies: audit-libs x86_64 2.0.1-1.fc12 febootstrap 62 k basesystem noarch 10.0-3 febootstrap 4.2 k bzip2 x86_64 1.0.5-6.fc12 febootstrap 47 k bzip2-libs x86_64 1.0.5-6.fc12 febootstrap 35 k ca-certificates noarch 2009-2.fc12 febootstrap 300 k chkconfig x86_64 1.3.44-1 febootstrap 158 k coreutils-libs x86_64 7.6-5.fc12 febootstrap 42 k cpio x86_64 2.10-3.fc12 febootstrap 179 k cracklib x86_64 2.8.13-6 febootstrap 46 k cracklib-dicts x86_64 2.8.13-6 febootstrap 3.0 M cryptsetup-luks x86_64 1.1.0-0.1.fc12 febootstrap 37 k cryptsetup-luks-libs x86_64 1.1.0-0.1.fc12 febootstrap 40 k dash x86_64 0.5.5.1-3.fc12 febootstrap 72 k db4 x86_64 4.7.25-13.fc12 febootstrap 524 k device-mapper x86_64 1.02.38-2.fc12 febootstrap 88 k device-mapper-event x86_64 1.02.38-2.fc12 febootstrap 58 k device-mapper-event-libs x86_64 1.02.38-2.fc12 febootstrap 55 k device-mapper-libs x86_64 1.02.38-2.fc12 febootstrap 95 k dhclient x86_64 12:4.1.0p1-12.fc12 febootstrap 327 k dmraid x86_64 1.0.0.rc16-4.fc12 febootstrap 138 k dmraid-events x86_64 1.0.0.rc16-4.fc12 febootstrap 17 k dracut noarch 002-13.4.git8f397a9b.fc12 febootstrap 66 k e2fsprogs x86_64 1.41.9-5.fc12 febootstrap 531 k e2fsprogs-libs x86_64 1.41.9-5.fc12 febootstrap 113 k elfutils-libelf x86_64 0.143-1.fc12 febootstrap 52 k ethtool x86_64 6-7.20090323git.fc12 febootstrap 74 k fedora-logos noarch 12.0.3-2.fc12 febootstrap 1.3 M fedora-release noarch 12-1 febootstrap 20 k file-libs x86_64 5.03-9.fc12 febootstrap 267 k filesystem x86_64 2.4.30-2.fc12 febootstrap 1.0 M findutils x86_64 1:4.4.2-4.fc12 febootstrap 448 k gamin x86_64 0.1.10-5.fc12 febootstrap 108 k gawk x86_64 3.1.7-1.fc12 febootstrap 744 k glib2 x86_64 2.22.2-2.fc12 febootstrap 1.1 M glibc x86_64 2.11-2 febootstrap 3.8 M glibc-common x86_64 2.11-2 febootstrap 14 M gnutls x86_64 2.8.5-1.fc12 febootstrap 350 k grep x86_64 2.5.3-6.fc12 febootstrap 240 k grubby x86_64 7.0.8-1.fc12 febootstrap 39 k gzip x86_64 1.3.12-11.fc12 febootstrap 111 k hwdata noarch 0.225-3.fc12 febootstrap 720 k info x86_64 4.13a-7.fc12 febootstrap 172 k initscripts x86_64 9.02-1 febootstrap 928 k iproute x86_64 2.6.29-4.fc12 febootstrap 309 k iptables x86_64 1.4.5-1.fc12 febootstrap 222 k kbd x86_64 1.15-9.fc12 febootstrap 1.1 M kernel-firmware noarch 2.6.31.5-127.fc12 febootstrap 900 k keyutils-libs x86_64 1.2-6.fc12 febootstrap 18 k kpartx x86_64 0.4.9-5.fc12 febootstrap 24 k krb5-libs x86_64 1.7-8.fc12 febootstrap 580 k less x86_64 436-2.fc12 febootstrap 103 k libacl x86_64 2.2.47-5.fc12 febootstrap 22 k libattr x86_64 2.4.43-4.fc12 febootstrap 14 k libblkid x86_64 2.16-10.2.fc12 febootstrap 85 k libcap x86_64 2.16-5.fc12 febootstrap 29 k libcap-ng x86_64 0.6.2-3.fc12 febootstrap 21 k libcom_err x86_64 1.41.9-5.fc12 febootstrap 32 k libconfig x86_64 1.3.2-1.fc12 febootstrap 49 k libdrm x86_64 2.4.15-4.fc12 febootstrap 60 k libgcc x86_64 4.4.2-7.fc12 febootstrap 75 k libgcrypt x86_64 1.4.4-8.fc12 febootstrap 200 k libgpg-error x86_64 1.6-4 febootstrap 53 k libidn x86_64 1.9-5 febootstrap 185 k libnl x86_64 1.1-8.fc12 febootstrap 113 k libpng x86_64 2:1.2.39-1.fc12 febootstrap 162 k libsepol x86_64 2.0.38-1.fc12 febootstrap 122 k libss x86_64 1.41.9-5.fc12 febootstrap 37 k libstdc++ x86_64 4.4.2-7.fc12 febootstrap 277 k libtasn1 x86_64 2.3-1.fc12 febootstrap 232 k libudev x86_64 145-12.fc12 febootstrap 67 k libusb x86_64 0.1.12-22.fc12 febootstrap 27 k libuuid x86_64 2.16-10.2.fc12 febootstrap 57 k linux-atm-libs x86_64 2.5.0-10 febootstrap 23 k logrotate x86_64 3.7.8-4.fc12 febootstrap 51 k lvm2-libs x86_64 2.02.53-2.fc12 febootstrap 336 k mdadm x86_64 3.0.2-1.fc12 febootstrap 642 k mingetty x86_64 1.08-4.fc12 febootstrap 20 k nash x86_64 6.0.93-1.fc12 febootstrap 149 k ncurses x86_64 5.7-3.20090207.fc12 febootstrap 264 k ncurses-base x86_64 5.7-3.20090207.fc12 febootstrap 58 k ncurses-libs x86_64 5.7-3.20090207.fc12 febootstrap 231 k nss-softokn-freebl x86_64 3.12.4-10.fc12 febootstrap 111 k openssl x86_64 1.0.0-0.10.beta3.fc12 febootstrap 1.3 M pam x86_64 1.1.0-7.fc12 febootstrap 643 k pcre x86_64 7.8-3.fc12 febootstrap 184 k plymouth x86_64 0.8.0-0.2009.29.09.18.fc12 febootstrap 68 k plymouth-libs x86_64 0.8.0-0.2009.29.09.18.fc12 febootstrap 81 k plymouth-scripts x86_64 0.8.0-0.2009.29.09.18.fc12 febootstrap 25 k popt x86_64 1.13-6.fc12 febootstrap 37 k psmisc x86_64 22.6-13.fc12 febootstrap 66 k readline x86_64 6.0-3.fc12 febootstrap 172 k rsyslog x86_64 4.4.1-2.fc12 febootstrap 349 k sed x86_64 4.2.1-4.fc12 febootstrap 215 k setup noarch 2.8.9-1.fc12 febootstrap 126 k sgpio x86_64 1.2.0.10-4.fc12 febootstrap 11 k shadow-utils x86_64 2:4.1.4.2-1.fc12 febootstrap 862 k sysvinit-tools x86_64 2.87-1.dsf.fc12 febootstrap 57 k tar x86_64 2:1.22-8.fc12 febootstrap 713 k tzdata noarch 2009o-2.fc12 febootstrap 430 k upstart x86_64 0.3.11-3.fc12 febootstrap 143 k which x86_64 2.19-5.fc12 febootstrap 37 k xz-libs x86_64 4.999.9-0.1.beta.20091007git.fc12 febootstrap 89 k zlib x86_64 1.2.3-23.fc12 febootstrap 69 k Transaction Summary ================================================================================ Install 131 Package(s) Upgrade 0 Package(s) Total download size: 77 M Installed size: 340 M Downloading Packages: -------------------------------------------------------------------------------- Total 4.6 MB/s | 77 MB 00:16 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : libgcc-4.4.2-7.fc12.x86_64 1/131 Installing : setup-2.8.9-1.fc12.noarch 2/131 Installing : filesystem-2.4.30-2.fc12.x86_64 3/131 Installing : basesystem-10.0-3.noarch 4/131 Installing : kernel-firmware-2.6.31.5-127.fc12.noarch 5/131 Installing : fedora-release-12-1.noarch 6/131 Installing : tzdata-2009o-2.fc12.noarch 7/131 Installing : ca-certificates-2009-2.fc12.noarch 8/131 Installing : ncurses-base-5.7-3.20090207.fc12.x86_64 9/131 Installing : cracklib-dicts-2.8.13-6.x86_64 10/131 Installing : glibc-2.11-2.x86_64 11/131 Installing : ncurses-libs-5.7-3.20090207.fc12.x86_64 12/131 Installing : bash-4.0.33-1.fc12.x86_64 13/131 Installing : libsepol-2.0.38-1.fc12.x86_64 14/131 Installing : libselinux-2.0.87-1.fc12.x86_64 15/131 Installing : zlib-1.2.3-23.fc12.x86_64 16/131 Installing : info-4.13a-7.fc12.x86_64 17/131 Installing : libuuid-2.16-10.2.fc12.x86_64 18/131 Installing : readline-6.0-3.fc12.x86_64 19/131 Installing : device-mapper-libs-1.02.38-2.fc12.x86_64 20/131 Installing : popt-1.13-6.fc12.x86_64 21/131 Installing : chkconfig-1.3.44-1.x86_64 22/131 Installing : device-mapper-event-libs-1.02.38-2.fc12.x86_64 23/131 Installing : libcom_err-1.41.9-5.fc12.x86_64 24/131 Installing : device-mapper-1.02.38-2.fc12.x86_64 25/131 Installing : libblkid-2.16-10.2.fc12.x86_64 26/131 Installing : audit-libs-2.0.1-1.fc12.x86_64 27/131 Installing : libstdc++-4.4.2-7.fc12.x86_64 28/131 Installing : 2:shadow-utils-4.1.4.2-1.fc12.x86_64 29/131 Installing : libattr-2.4.43-4.fc12.x86_64 30/131 Installing : libacl-2.2.47-5.fc12.x86_64 31/131 Installing : glibc-common-2.11-2.x86_64 32/131 Installing : pcre-7.8-3.fc12.x86_64 33/131 Installing : grep-2.5.3-6.fc12.x86_64 34/131 Installing : device-mapper-event-1.02.38-2.fc12.x86_64 35/131 Installing : e2fsprogs-libs-1.41.9-5.fc12.x86_64 36/131 Installing : sed-4.2.1-4.fc12.x86_64 37/131 Installing : 1:findutils-4.4.2-4.fc12.x86_64 38/131 Installing : cpio-2.10-3.fc12.x86_64 39/131 Installing : 2:libpng-1.2.39-1.fc12.x86_64 40/131 Installing : cracklib-2.8.13-6.x86_64 41/131 Installing : elfutils-libelf-0.143-1.fc12.x86_64 42/131 Installing : db4-4.7.25-13.fc12.x86_64 43/131 Installing : sysvinit-tools-2.87-1.dsf.fc12.x86_64 44/131 Installing : libgpg-error-1.6-4.x86_64 45/131 Installing : libgcrypt-1.4.4-8.fc12.x86_64 46/131 Installing : cryptsetup-luks-libs-1.1.0-0.1.fc12.x86_64 47/131 Installing : cryptsetup-luks-1.1.0-0.1.fc12.x86_64 48/131 Installing : plymouth-libs-0.8.0-0.2009.29.09.18.fc12.x86_64 49/131 Installing : less-436-2.fc12.x86_64 50/131 Installing : gzip-1.3.12-11.fc12.x86_64 51/131 Installing : MAKEDEV-3.24-4.x86_64 52/131 Installing : 2:tar-1.22-8.fc12.x86_64 53/131 Installing : libcap-2.16-5.fc12.x86_64 54/131 Installing : libusb-0.1.12-22.fc12.x86_64 55/131 Installing : libconfig-1.3.2-1.fc12.x86_64 56/131 Installing : upstart-0.3.11-3.fc12.x86_64 57/131 Installing : libss-1.41.9-5.fc12.x86_64 58/131 Installing : e2fsprogs-1.41.9-5.fc12.x86_64 59/131 Installing : lvm2-libs-2.02.53-2.fc12.x86_64 60/131 Installing : net-tools-1.60-95.fc12.x86_64 61/131 Installing : iptables-1.4.5-1.fc12.x86_64 62/131 Installing : kpartx-0.4.9-5.fc12.x86_64 63/131 Installing : parted-1.9.0-17.fc12.x86_64 64/131 Installing : gawk-3.1.7-1.fc12.x86_64 65/131 Installing : libidn-1.9-5.x86_64 66/131 Installing : iputils-20071127-9.fc12.x86_64 67/131 Installing : binutils-2.19.51.0.14-34.fc12.x86_64 68/131 Installing : which-2.19-5.fc12.x86_64 69/131 Installing : file-libs-5.03-9.fc12.x86_64 70/131 Installing : file-5.03-9.fc12.x86_64 71/131 Installing : psmisc-22.6-13.fc12.x86_64 72/131 Installing : procps-3.2.8-2.fc12.x86_64 73/131 Installing : ncurses-5.7-3.20090207.fc12.x86_64 74/131 Installing : libcap-ng-0.6.2-3.fc12.x86_64 75/131 Installing : libnl-1.1-8.fc12.x86_64 76/131 Installing : ethtool-6-7.20090323git.fc12.x86_64 77/131 Installing : libtasn1-2.3-1.fc12.x86_64 78/131 Installing : gnutls-2.8.5-1.fc12.x86_64 79/131 Installing : linux-atm-libs-2.5.0-10.x86_64 80/131 Installing : iproute-2.6.29-4.fc12.x86_64 81/131 Installing : keyutils-libs-1.2-6.fc12.x86_64 82/131 Installing : krb5-libs-1.7-8.fc12.x86_64 83/131 Installing : libudev-145-12.fc12.x86_64 84/131 Installing : mingetty-1.08-4.fc12.x86_64 85/131 Installing : bzip2-libs-1.0.5-6.fc12.x86_64 86/131 Installing : bzip2-1.0.5-6.fc12.x86_64 87/131 Installing : sgpio-1.2.0.10-4.fc12.x86_64 88/131 Installing : dash-0.5.5.1-3.fc12.x86_64 89/131 Installing : xz-libs-4.999.9-0.1.beta.20091007git.fc12.x86_64 90/131 Installing : nss-softokn-freebl-3.12.4-10.fc12.x86_64 91/131 Installing : xz-4.999.9-0.1.beta.20091007git.fc12.x86_64 92/131 Installing : ntfsprogs-2.0.0-13.fc12.x86_64 93/131 Installing : 2:vim-minimal-7.2.245-3.fc12.x86_64 94/131 Installing : xfsprogs-3.0.3-2.fc12.x86_64 95/131 Installing : jfsutils-1.1.13-8.fc12.x86_64 96/131 Installing : diffutils-2.8.1-25.fc12.x86_64 97/131 Installing : augeas-libs-0.5.3-1.fc12.x86_64 98/131 Installing : lsof-4.82-1.fc12.x86_64 99/131 Installing : 2:ntfs-3g-2009.4.4-3.fc12.x86_64 100/131 Installing : 2:reiserfs-utils-3.6.21-2.fc12.x86_64 101/131 Installing : dosfstools-3.0.1-6.fc12.x86_64 102/131 Installing : strace-4.5.19-1.fc12.x86_64 103/131 Installing : coreutils-7.6-5.fc12.x86_64 104/131 Installing : module-init-tools-3.9-4.fc12.x86_64 105/131 Installing : util-linux-ng-2.16-10.2.fc12.x86_64 106/131 Installing : glib2-2.22.2-2.fc12.x86_64 107/131 Installing : pam-1.1.0-7.fc12.x86_64 108/131 Installing : dmraid-1.0.0.rc16-4.fc12.x86_64 109/131 Installing : grubby-7.0.8-1.fc12.x86_64 110/131 Installing : lvm2-2.02.53-2.fc12.x86_64 111/131 Installing : openssl-1.0.0-0.10.beta3.fc12.x86_64 112/131 Installing : nash-6.0.93-1.fc12.x86_64 113/131 Installing : logrotate-3.7.8-4.fc12.x86_64 114/131 Installing : rsyslog-4.4.1-2.fc12.x86_64 115/131 Installing : coreutils-libs-7.6-5.fc12.x86_64 116/131 Installing : gamin-0.1.10-5.fc12.x86_64 117/131 Installing : dmraid-events-1.0.0.rc16-4.fc12.x86_64 118/131 Installing : plymouth-scripts-0.8.0-0.2009.29.09.18.fc12.x86_64 119/131 Installing : fedora-logos-12.0.3-2.fc12.noarch 120/131 Installing : hwdata-0.225-3.fc12.noarch 121/131 Installing : grub-0.97-60.fc12.x86_64 122/131 Installing : initscripts-9.02-1.x86_64 123/131 Installing : udev-145-12.fc12.x86_64 124/131 Installing : mdadm-3.0.2-1.fc12.x86_64 125/131 Installing : kbd-1.15-9.fc12.x86_64 126/131 Installing : 12:dhclient-4.1.0p1-12.fc12.x86_64 127/131 Installing : libdrm-2.4.15-4.fc12.x86_64 128/131 Installing : plymouth-0.8.0-0.2009.29.09.18.fc12.x86_64 129/131 Installing : dracut-002-13.4.git8f397a9b.fc12.noarch 130/131 Installing : kernel-2.6.31.5-127.fc12.x86_64 131/131 /usr/sbin/plymouth-set-default-theme: line 139: /dev/stderr: No such file or directory /usr/libexec/plymouth/plymouth-populate-initrd: line 83: /dev/stderr: No such file or directory W: Possible missing firmware ql8100_fw.bin for module qla2xxx.ko W: Possible missing firmware ql2500_fw.bin for module qla2xxx.ko W: Possible missing firmware ql2400_fw.bin for module qla2xxx.ko W: Possible missing firmware ql2322_fw.bin for module qla2xxx.ko W: Possible missing firmware ql2300_fw.bin for module qla2xxx.ko W: Possible missing firmware ql2200_fw.bin for module qla2xxx.ko W: Possible missing firmware ql2100_fw.bin for module qla2xxx.ko W: Possible missing firmware aic94xx-seq.fw for module aic94xx.ko awk: cmd. line:1: fatal: cannot open file `/etc/fstab' for reading (No such file or directory) Installed: MAKEDEV.x86_64 0:3.24-4 augeas-libs.x86_64 0:0.5.3-1.fc12 bash.x86_64 0:4.0.33-1.fc12 binutils.x86_64 0:2.19.51.0.14-34.fc12 coreutils.x86_64 0:7.6-5.fc12 diffutils.x86_64 0:2.8.1-25.fc12 dosfstools.x86_64 0:3.0.1-6.fc12 file.x86_64 0:5.03-9.fc12 grub.x86_64 0:0.97-60.fc12 iputils.x86_64 0:20071127-9.fc12 jfsutils.x86_64 0:1.1.13-8.fc12 kernel.x86_64 0:2.6.31.5-127.fc12 libselinux.x86_64 0:2.0.87-1.fc12 lsof.x86_64 0:4.82-1.fc12 lvm2.x86_64 0:2.02.53-2.fc12 module-init-tools.x86_64 0:3.9-4.fc12 net-tools.x86_64 0:1.60-95.fc12 ntfs-3g.x86_64 2:2009.4.4-3.fc12 ntfsprogs.x86_64 0:2.0.0-13.fc12 parted.x86_64 0:1.9.0-17.fc12 procps.x86_64 0:3.2.8-2.fc12 reiserfs-utils.x86_64 2:3.6.21-2.fc12 strace.x86_64 0:4.5.19-1.fc12 udev.x86_64 0:145-12.fc12 util-linux-ng.x86_64 0:2.16-10.2.fc12 vim-minimal.x86_64 2:7.2.245-3.fc12 xfsprogs.x86_64 0:3.0.3-2.fc12 xz.x86_64 0:4.999.9-0.1.beta.20091007git.fc12 Dependency Installed: audit-libs.x86_64 0:2.0.1-1.fc12 basesystem.noarch 0:10.0-3 bzip2.x86_64 0:1.0.5-6.fc12 bzip2-libs.x86_64 0:1.0.5-6.fc12 ca-certificates.noarch 0:2009-2.fc12 chkconfig.x86_64 0:1.3.44-1 coreutils-libs.x86_64 0:7.6-5.fc12 cpio.x86_64 0:2.10-3.fc12 cracklib.x86_64 0:2.8.13-6 cracklib-dicts.x86_64 0:2.8.13-6 cryptsetup-luks.x86_64 0:1.1.0-0.1.fc12 cryptsetup-luks-libs.x86_64 0:1.1.0-0.1.fc12 dash.x86_64 0:0.5.5.1-3.fc12 db4.x86_64 0:4.7.25-13.fc12 device-mapper.x86_64 0:1.02.38-2.fc12 device-mapper-event.x86_64 0:1.02.38-2.fc12 device-mapper-event-libs.x86_64 0:1.02.38-2.fc12 device-mapper-libs.x86_64 0:1.02.38-2.fc12 dhclient.x86_64 12:4.1.0p1-12.fc12 dmraid.x86_64 0:1.0.0.rc16-4.fc12 dmraid-events.x86_64 0:1.0.0.rc16-4.fc12 dracut.noarch 0:002-13.4.git8f397a9b.fc12 e2fsprogs.x86_64 0:1.41.9-5.fc12 e2fsprogs-libs.x86_64 0:1.41.9-5.fc12 elfutils-libelf.x86_64 0:0.143-1.fc12 ethtool.x86_64 0:6-7.20090323git.fc12 fedora-logos.noarch 0:12.0.3-2.fc12 fedora-release.noarch 0:12-1 file-libs.x86_64 0:5.03-9.fc12 filesystem.x86_64 0:2.4.30-2.fc12 findutils.x86_64 1:4.4.2-4.fc12 gamin.x86_64 0:0.1.10-5.fc12 gawk.x86_64 0:3.1.7-1.fc12 glib2.x86_64 0:2.22.2-2.fc12 glibc.x86_64 0:2.11-2 glibc-common.x86_64 0:2.11-2 gnutls.x86_64 0:2.8.5-1.fc12 grep.x86_64 0:2.5.3-6.fc12 grubby.x86_64 0:7.0.8-1.fc12 gzip.x86_64 0:1.3.12-11.fc12 hwdata.noarch 0:0.225-3.fc12 info.x86_64 0:4.13a-7.fc12 initscripts.x86_64 0:9.02-1 iproute.x86_64 0:2.6.29-4.fc12 iptables.x86_64 0:1.4.5-1.fc12 kbd.x86_64 0:1.15-9.fc12 kernel-firmware.noarch 0:2.6.31.5-127.fc12 keyutils-libs.x86_64 0:1.2-6.fc12 kpartx.x86_64 0:0.4.9-5.fc12 krb5-libs.x86_64 0:1.7-8.fc12 less.x86_64 0:436-2.fc12 libacl.x86_64 0:2.2.47-5.fc12 libattr.x86_64 0:2.4.43-4.fc12 libblkid.x86_64 0:2.16-10.2.fc12 libcap.x86_64 0:2.16-5.fc12 libcap-ng.x86_64 0:0.6.2-3.fc12 libcom_err.x86_64 0:1.41.9-5.fc12 libconfig.x86_64 0:1.3.2-1.fc12 libdrm.x86_64 0:2.4.15-4.fc12 libgcc.x86_64 0:4.4.2-7.fc12 libgcrypt.x86_64 0:1.4.4-8.fc12 libgpg-error.x86_64 0:1.6-4 libidn.x86_64 0:1.9-5 libnl.x86_64 0:1.1-8.fc12 libpng.x86_64 2:1.2.39-1.fc12 libsepol.x86_64 0:2.0.38-1.fc12 libss.x86_64 0:1.41.9-5.fc12 libstdc++.x86_64 0:4.4.2-7.fc12 libtasn1.x86_64 0:2.3-1.fc12 libudev.x86_64 0:145-12.fc12 libusb.x86_64 0:0.1.12-22.fc12 libuuid.x86_64 0:2.16-10.2.fc12 linux-atm-libs.x86_64 0:2.5.0-10 logrotate.x86_64 0:3.7.8-4.fc12 lvm2-libs.x86_64 0:2.02.53-2.fc12 mdadm.x86_64 0:3.0.2-1.fc12 mingetty.x86_64 0:1.08-4.fc12 nash.x86_64 0:6.0.93-1.fc12 ncurses.x86_64 0:5.7-3.20090207.fc12 ncurses-base.x86_64 0:5.7-3.20090207.fc12 ncurses-libs.x86_64 0:5.7-3.20090207.fc12 nss-softokn-freebl.x86_64 0:3.12.4-10.fc12 openssl.x86_64 0:1.0.0-0.10.beta3.fc12 pam.x86_64 0:1.1.0-7.fc12 pcre.x86_64 0:7.8-3.fc12 plymouth.x86_64 0:0.8.0-0.2009.29.09.18.fc12 plymouth-libs.x86_64 0:0.8.0-0.2009.29.09.18.fc12 plymouth-scripts.x86_64 0:0.8.0-0.2009.29.09.18.fc12 popt.x86_64 0:1.13-6.fc12 psmisc.x86_64 0:22.6-13.fc12 readline.x86_64 0:6.0-3.fc12 rsyslog.x86_64 0:4.4.1-2.fc12 sed.x86_64 0:4.2.1-4.fc12 setup.noarch 0:2.8.9-1.fc12 sgpio.x86_64 0:1.2.0.10-4.fc12 shadow-utils.x86_64 2:4.1.4.2-1.fc12 sysvinit-tools.x86_64 0:2.87-1.dsf.fc12 tar.x86_64 2:1.22-8.fc12 tzdata.noarch 0:2009o-2.fc12 upstart.x86_64 0:0.3.11-3.fc12 which.x86_64 0:2.19-5.fc12 xz-libs.x86_64 0:4.999.9-0.1.beta.20091007git.fc12 zlib.x86_64 0:1.2.3-23.fc12 Complete! ++ basename initramfs/lib/modules/2.6.31.5-127.fc12.x86_64 + kversion=2.6.31.5-127.fc12.x86_64 + febootstrap-run initramfs -- /sbin/depmod -a 2.6.31.5-127.fc12.x86_64 + febootstrap-run initramfs -- mkdir -p --mode=0777 /sysroot + febootstrap-run initramfs -- mkdir -p --mode=0777 /tmp + febootstrap-run initramfs -- mkdir -p --mode=0755 /selinux + cd initramfs + find -name '*python*' -print0 + cd initramfs + find -name '*plymouth*' -print0 + xargs -0 febootstrap-run initramfs -- rm -rf + cd initramfs + xargs -0 febootstrap-run initramfs -- rm -rf + find -name 'libply-*' -print0 + febootstrap-run initramfs -- rm -rf /usr/lib/perl5 /usr/lib64/perl5 + febootstrap-run initramfs -- rm -rf /usr/lib/anaconda-runtime + febootstrap-run initramfs -- rm -rf /lib/firmware + febootstrap-run initramfs -- rm -rf /lib/kbd + cd initramfs + echo home/yufang + xargs febootstrap-run initramfs -- rm -rf + febootstrap-run initramfs -- rm -rf /var/lib/yum ++ cd initramfs ++ echo usr/sbin/glibc_post_upgrade.x86_64 + febootstrap-run initramfs -- rm -f /usr/bin/chfn /usr/bin/chsh /usr/libexec/pt_chown /usr/sbin/groupdel /usr/sbin/groupadd /usr/sbin/useradd /usr/sbin/tzdata-update /usr/sbin/userdel /usr/sbin/usermod /usr/sbin/groupmod /usr/sbin/groupmems /sbin/unix_update /usr/sbin/tcpd /lib/dbus-1/dbus-daemon-launch-helper /lib64/dbus-1/dbus-daemon-launch-helper /etc/passwd- /etc/group- /etc/gshadow /etc/gshadow- /etc/shadow /etc/shadow- /etc/securetty /etc/sysconfig/iptables-config /etc/default/useradd /etc/security/opasswd /etc/libaudit.conf /var/log/tallylog /var/log/maillog /var/log/secure /var/log/spooler /var/log/messages /var/log/btmp /var/log/yum.log usr/sbin/glibc_post_upgrade.x86_64 + exec + whitelist= + read kmod + whitelist=' -a -not -name virtio*.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko -a -not -name ufs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko -a -not -name ufs.ko -a -not -name exportfs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko -a -not -name ufs.ko -a -not -name exportfs.ko -a -not -name xfs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko -a -not -name ufs.ko -a -not -name exportfs.ko -a -not -name xfs.ko -a -not -name reiserfs.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko -a -not -name ufs.ko -a -not -name exportfs.ko -a -not -name xfs.ko -a -not -name reiserfs.ko -a -not -name crc*.ko' + read kmod + whitelist=' -a -not -name virtio*.ko -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name ide-*.ko -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name ext4*.ko -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name dm-*.ko -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko -a -not -name ufs.ko -a -not -name exportfs.ko -a -not -name xfs.ko -a -not -name reiserfs.ko -a -not -name crc*.ko -a -not -name libcrc*.ko' + read kmod + exec + xargs -0 febootstrap-run initramfs -- rm + cd initramfs + find lib/modules/2.6.31.5-127.fc12.x86_64/kernel -name '*.ko' -a -not -name 'virtio*.ko' -a -not -name 8390.ko -a -not -name ne2k-pci.ko -a -not -name cdrom.ko -a -not -name i2c-piix4.ko -a -not -name i2c-core.ko -a -not -name 'ide-*.ko' -a -not -name libata.ko -a -not -name piix.ko -a -not -name scsi_transport_spi.ko -a -not -name scsi_mod.ko -a -not -name sd_mod.ko -a -not -name sym53c8xx.ko -a -not -name ata_piix.ko -a -not -name ext2.ko -a -not -name ext3.ko -a -not -name 'ext4*.ko' -a -not -name jbd.ko -a -not -name jbd2.ko -a -not -name mbcache.ko -a -not -name fuse.ko -a -not -name vfat.ko -a -not -name fat.ko -a -not -name minix.ko -a -not -name udf.ko -a -not -name nls_utf8.ko -a -not -name nls_cp437.ko -a -not -name nls_base.ko -a -not -name isofs.ko -a -not -name zlib_inflate.ko -a -not -name 'dm-*.ko' -a -not -name cramfs.ko -a -not -name squashfs.ko -a -not -name hfs.ko -a -not -name hfsplus.ko -a -not -name ufs.ko -a -not -name exportfs.ko -a -not -name xfs.ko -a -not -name reiserfs.ko -a -not -name 'crc*.ko' -a -not -name 'libcrc*.ko' -a -print0 + cp initramfs/boot/vmlinuz-2.6.31.5-127.fc12.x86_64 appliance/vmlinuz.fedora-12.x86_64 + febootstrap-run initramfs -- rm -rf boot + febootstrap-minimize initramfs + '[' '!' -f initramfs/etc/hosts ']' + '[' '!' -f initramfs/etc/fstab ']' + febootstrap-run initramfs -- touch /etc/fstab + echo nameserver 10.0.2.3 + febootstrap-install initramfs resolv.conf.new /etc/resolv.conf 0644 root.root cp: cannot stat `initramfs/fakeroot.log': No such file or directory make[2]: *** [../initramfs/fakeroot.log] Error 1 make[2]: Leaving directory `/home/yufang/Code/libguestfs/appliance' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/yufang/Code/libguestfs' make: *** [all] Error 2