Add files that start with initrd
This commit is contained in:
@@ -60,6 +60,7 @@ ROOT_CHECKS = [
|
||||
# Used to match various file names with what could be a ram disk image
|
||||
RAMDISK_CHECKS = [
|
||||
re.compile(r"(.*)-initrd$", re.I),
|
||||
re.compile(r"initrd[-]?(.*)$", re.I),
|
||||
re.compile(r"(.*)initramfs(.*)$", re.I),
|
||||
re.compile(r'(.*?)ari-tty/image$', re.I),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user