machine-raspberrypi: Avoid unwanted entries

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-12-28 17:56:34 +01:00
parent 5c18f09d97
commit 537184d597

View File

@@ -8,7 +8,7 @@
# default settings
DEFAULT_MACHINE_FAMILY='raspberrypi*'
DEFAULT_FIND_ROOTFS='-name *.rpi-sdimg -o -name *.wic -o -name *.wic.bz2 -type l'
DEFAULT_FIND_ROOTFS='-name *.rpi-sdimg -type l -o -name *.wic -type l -o -name *.wic.bz2 -type l'
DEFAULT_KERNEL_IMAGE_TYPE='Image'
# callback for card-write