* Increase alpha hardcoded ramdisk_size to 20 mb, 16 is too small now.

This commit is contained in:
Joey Hess 2006-10-22 22:23:56 +00:00
parent 0ca08661f4
commit de0e745535
2 changed files with 5 additions and 4 deletions

3
debian/changelog vendored
View File

@ -17,8 +17,9 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
[ Joey Hess ]
* Include brltty in generate_di+k_list.
* Increase alpha hardcoded ramdisk_size to 20 mb, 16 is too small now.
-- Joey Hess <joeyh@debian.org> Sat, 21 Oct 2006 15:25:56 -0400
-- Joey Hess <joeyh@debian.org> Sun, 22 Oct 2006 18:23:11 -0400
debian-cd (2.2.25) unstable; urgency=low

View File

@ -78,9 +78,9 @@ if [ $NN = 1 ]; then
mkdir -p boot$N/etc
cat <<EOF > boot$N/etc/aboot.conf
0:boot/vmlinuz ramdisk_size=16384 initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall
1:boot/vmlinuz ramdisk_size=16384 initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall console=ttyS0
2:boot/vmlinuz ramdisk_size=16384 initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall console=ttyS1
0:boot/vmlinuz ramdisk_size=20480 initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall
1:boot/vmlinuz ramdisk_size=20480 initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall console=ttyS0
2:boot/vmlinuz ramdisk_size=20480 initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall console=ttyS1
EOF
echo -n "-cache-inodes -J -l " > $N.mkisofs_opts