Don't copy the whole d-i cdrom directory onto CD1 for amd64.
Closes: #306926
This commit is contained in:
parent
babd95c54b
commit
0359eee355
|
@ -9,6 +9,8 @@ debian-cd (2.2.22) UNRELEASED; urgency=low
|
|||
- Add Suggests: on netpbm and syslinux. Closes: #301345
|
||||
- Count the total number of binary and source discs better; sarge can
|
||||
have more than 9 CDs, so ?.packages doesn't cut it any more.
|
||||
- Don't copy the whole d-i cdrom directory onto CD1 for amd64.
|
||||
Closes: #306926
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 14 Apr 2005 00:59:49 -0400
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ if [ -e boot$N/isolinux/f3.txt.with26 ];then
|
|||
fi
|
||||
fi
|
||||
done
|
||||
cp -a cdrom $CDDIR/install
|
||||
|
||||
# Isolinux config file.
|
||||
cat > boot$N/isolinux/isolinux.cfg <<EOF
|
||||
DEFAULT /install/vmlinuz
|
||||
|
|
Loading…
Reference in New Issue