mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Improve code readability
This commit is contained in:
parent
747426afb6
commit
5beea509c7
@ -229,7 +229,10 @@ if [ "$THISTYPE" = "isolinux" ]; then
|
||||
mv $file.tmp $file
|
||||
done
|
||||
|
||||
sed -i -e "/^arch=/d ; /^i386\//p; s/^i386\//amd64\//; s/=$INSTALLDIR_i386\//=$INSTALLDIR_amd64\//g" \
|
||||
sed -i -e "/^arch=/d
|
||||
/^i386\//p
|
||||
s/^i386\//amd64\//
|
||||
s/=$INSTALLDIR_i386\//=$INSTALLDIR_amd64\//g" \
|
||||
boot$N/win32-loader.ini
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user