mkimage-profiles/features.in/build-distro/scripts.d/01-isosort

15 lines
291 B
Plaintext
Raw Normal View History

#!/bin/sh
# provide mkisofs with image contents sort order hints
### split over features or leave in a single piece?
# NB: only a single space/tab in between, no trailing whitespace
cat > /tmp/isosort <<__EOF__
ALTLinux 0
Metadata 100
altinst 700
rescue 800
live 900
syslinux 1000
__EOF__