mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* Fix two stupid errors/typo.
This commit is contained in:
parent
5ddbb8223c
commit
ce2817c9a1
@ -2,7 +2,7 @@
|
||||
*
|
||||
* Generated with:
|
||||
|
||||
grep-dctrl -s Essential -n -e '.*' /usr/share/tasksel/debian-tasks.desc | sed -e 's/ *//' | grep -v ^$ | sort | uniq
|
||||
grep-dctrl -s Essential -n -e '.*' /usr/share/tasksel/debian-tasks.desc | sed -e 's? *??' | grep -v ^$ | sort | uniq
|
||||
|
||||
* If the list is too big for the first CD, then we'll have to sort it
|
||||
* better, but hopefully this will never be needed since the goal of that
|
||||
|
@ -47,7 +47,7 @@ for image in cdrom-2880.img cdrom144-1440.img net-1440.img; do
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "$NN" = "1" ]; the
|
||||
if [ "$NN" = "1" ]; then
|
||||
echo "Using ISOLINUX boot-disks image on CD$N"
|
||||
mkdir -p boot$N/isolinux
|
||||
cp -f $BASEDIR/data/$CODENAME/isolinux.bin boot$N/isolinux/
|
||||
|
Loading…
Reference in New Issue
Block a user