support for 360Udisk

This commit is contained in:
longpanda
2021-01-16 23:30:12 +08:00
parent 807d313cd5
commit 13b2192a59
35 changed files with 1218 additions and 6 deletions

View File

@@ -294,6 +294,8 @@ function distro_specify_initrd_file_phase2 {
fi
elif [ -f (loop)/antiX/initrd.gz ]; then
vt_linux_specify_initrd_file /antiX/initrd.gz
elif [ -f (loop)/360Disk/initrd.gz ]; then
vt_linux_specify_initrd_file /360Disk/initrd.gz
fi
}

Binary file not shown.