build_haiku_image: no fs indices on CDs
The iso9660 filesystem does not support them
This commit is contained in:
parent
d6a8b3e805
commit
12ef216972
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user