Enable CONFIG_HEXDUMP globally for busybox
[genkernel.git] / gen_initrd.sh
index a633f98ce8caa573ed5b36460d5460063fda55c1..0a5155e5c232d59ae2611c5d59815849ee664de8 100644 (file)
@@ -49,15 +49,6 @@ create_base_initrd_sys() {
        echo "/dev/ram0     /           ext2    defaults        0 0" > ${TEMP}/initrd-temp/etc/fstab
        echo "proc          /proc       proc    defaults    0 0" >> ${TEMP}/initrd-temp/etc/fstab
 
-       # SGI LiveCDs need the following binary (no better place for it than here)
-       # getdvhoff is a DEPEND of genkernel, so it *should* exist
-       if [ ${BUILD_INITRAMFS} -eq '1' ]
-       then
-               [ -e /usr/lib/getdvhoff/getdvhoff ] \
-                       && cp /usr/lib/getdvhoff/getdvhoff ${TEMP}/initrd-temp/bin \
-                       || gen_die "sys-boot/getdvhoff not merged!"
-       fi
-
        cd ${TEMP}/initrd-temp/dev
        MAKEDEV std
        MAKEDEV console