From 73bb56a76ee8c2a2fc38f9721dfe0afc020169be Mon Sep 17 00:00:00 2001 From: Tomas M Date: Fri, 21 Sep 2012 03:42:38 -0500 Subject: [PATCH] always update busybox --- initramfs/initramfs_create | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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