Remove remaining remnants of pre-split-config support
This commit is contained in:
parent
88824982ba
commit
a8f0d9d14b
|
@ -193,7 +193,7 @@ if [ "$THISTYPE" = "isolinux" ]; then
|
||||||
fi
|
fi
|
||||||
rm -f boot$N/$ISOLINUXDIR/isolinux.cfg.with* 2>/dev/null || true
|
rm -f boot$N/$ISOLINUXDIR/isolinux.cfg.with* 2>/dev/null || true
|
||||||
|
|
||||||
for f in isolinux.cfg text.cfg gtk.cfg adtext.cfg adgtk.cfg; do
|
for f in text.cfg gtk.cfg adtext.cfg adgtk.cfg; do
|
||||||
if [ -e boot$N/$ISOLINUXDIR/$f ]; then
|
if [ -e boot$N/$ISOLINUXDIR/$f ]; then
|
||||||
sed -i "s|/install/|/$INSTALLDIR/|" boot$N/$ISOLINUXDIR/$f
|
sed -i "s|/install/|/$INSTALLDIR/|" boot$N/$ISOLINUXDIR/$f
|
||||||
fi
|
fi
|
||||||
|
@ -236,16 +236,13 @@ if [ "$THISTYPE" = "isolinux" ]; then
|
||||||
mv -f boot$N/isolinux-amd64/* boot$N/isolinux
|
mv -f boot$N/isolinux-amd64/* boot$N/isolinux
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e boot$N/isolinux/amdtext.cfg ]; then
|
# Remove the *amd*.cfg files to avoid them being loaded on a
|
||||||
# Split isolinux configs exist. Remove the *amd*.cfg
|
# disc that does not have both amd64 and i386 dirs.
|
||||||
# files to avoid it being loaded on a disc that does
|
|
||||||
# not have both amd64 and i386 dirs.
|
|
||||||
rm -f boot$N/isolinux/amdtext.cfg
|
rm -f boot$N/isolinux/amdtext.cfg
|
||||||
rm -f boot$N/isolinux/amdgtk.cfg
|
rm -f boot$N/isolinux/amdgtk.cfg
|
||||||
rm -f boot$N/isolinux/adamdtext.cfg
|
rm -f boot$N/isolinux/adamdtext.cfg
|
||||||
rm -f boot$N/isolinux/adamdgtk.cfg
|
rm -f boot$N/isolinux/adamdgtk.cfg
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
rm -rf boot$N/isolinux-amd64
|
rm -rf boot$N/isolinux-amd64
|
||||||
|
|
||||||
if [ "$SPLASHPNG" ] ; then
|
if [ "$SPLASHPNG" ] ; then
|
||||||
|
|
Loading…
Reference in New Issue