Zaktualizuj 'initrd/create'

This commit is contained in:
2023-10-20 01:56:55 +02:00
parent 8b2ed93edf
commit 51ad55627c
+1 -1
View File
@@ -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