diff --git a/initramfs/initramfs_create b/initramfs/initramfs_create index 7e63659..2e061b9 100755 --- a/initramfs/initramfs_create +++ b/initramfs/initramfs_create @@ -35,11 +35,10 @@ copy_including_deps() rm -Rf $INITRAMFS mkdir -p $INITRAMFS/{bin,dev,etc,lib,lib64,mnt,proc,root,run,sbin,sys,tmp,usr,var/log} -if [ ! -e busybox/busybox ]; then - cd busybox - ./update - cd .. -fi +rm busybox/busybox +cd busybox +./update +cd .. cp busybox/busybox $INITRAMFS/bin busybox/busybox | grep , | grep -v Copyright | tr "," " " | while read LINE; do