build-distro: drop sortfile on the floor
Its support was dropped in mkimage some time ago since xorriso semantics changed quite considerably and the tweak that was done here is now performed out-of-box thus no longer needed.
This commit is contained in:
parent
f576b01988
commit
671c788e3a
@ -15,9 +15,6 @@ BOOT_ABST := $(META_ABSTRACT)
|
||||
|
||||
BOOT_TYPE := isolinux
|
||||
|
||||
# see also ../scripts.d/01-isosort; needs mkimage-0.2.2+
|
||||
MKI_SORTFILE := /tmp/isosort
|
||||
|
||||
all: $(GLOBAL_DEBUG) prep copy-subdirs copy-tree run-scripts pack-image \
|
||||
postprocess $(GLOBAL_CLEAN_WORKDIR)
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
#!/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__
|
Loading…
Reference in New Issue
Block a user