* Remove boot parameters from silo.conf that are no longer needed after
switch to initramfs initrds.
This commit is contained in:
parent
de0e745535
commit
495efcb1d6
|
@ -2,8 +2,7 @@ partition=1
|
|||
timeout=600
|
||||
message=/boot/debian.txt
|
||||
default=install
|
||||
append="cdrom ramdisk_size=16384"
|
||||
root=/dev/ram
|
||||
append="cdrom"
|
||||
|
||||
### sparc64 boot images
|
||||
image[sun4u]=/boot/sparc64
|
||||
|
|
|
@ -19,7 +19,11 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
|
|||
* 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> Sun, 22 Oct 2006 18:23:11 -0400
|
||||
[ Frans Pop ]
|
||||
* Remove boot parameters from silo.conf that are no longer needed after
|
||||
switch to initramfs initrds.
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Mon, 23 Oct 2006 00:35:44 +0200
|
||||
|
||||
debian-cd (2.2.25) unstable; urgency=low
|
||||
|
||||
|
|
Loading…
Reference in New Issue