Zaktualizuj 'initrd/create'
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ list=(bash tar e2fsck fsck.fat f2fs mdadm mount.ntfs-3g blkid)
|
||||
copy_including_deps()
|
||||
{
|
||||
# if source doesn't exist or target exists, do nothing
|
||||
if [[ ! -e "${1}" || -e "${INITRAMFS}"/"${1}" || -e ${INITRAMFS}"/${2}" ]]; then
|
||||
if [[ ! -e "${1}" || -e "${INITRAMFS}"/"${1}" || -e ${INITRAMFS}"/${2}" ]]; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user