build_haiku_image: no fs indices on CDs

The iso9660 filesystem does not support them
This commit is contained in:
Adrien Destugues 2020-07-22 17:48:32 +02:00
parent d6a8b3e805
commit 12ef216972

View File

@ -292,7 +292,7 @@ if [ -n "$updateAllPackages" ]; then
$mkdir -p "${tPrefix}system/packages"
fi
if [ ! $updateOnly ]; then
if [ ! $updateOnly ] && [ ! $isCD ]; then
echo "Creating filesystem indices..."
$mkindex -t string Audio:Album
$mkindex -t string Audio:Artist