might be unnecessary to include lib64

pull/23/head
johndah4x0r 2017-07-27 17:12:03 +02:00 committed by GitHub
parent f401ab51d1
commit c132d15969
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ copy_including_deps()
}
rm -Rf $INITRAMFS
mkdir -p $INITRAMFS/{bin,dev,etc,lib,lib64,mnt,proc,root,run,sys,tmp,usr,var/log}
# NEW: lib64 might be unnecessary to include.
mkdir -p $INITRAMFS/{bin,dev,etc,lib,mnt,proc,root,run,sys,tmp,usr,var/log}
ln -s bin $INITRAMFS/sbin
cd static