generate_d-i+k_list: include grub-legacy inctead of grub
The package grub is now an empty package provided by grub-legacy.
This commit is contained in:
parent
5d791523af
commit
7acf834acb
|
@ -2,7 +2,9 @@ debian-cd (3.1.4) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Cleanup of packages included for bootable CDs (generate_d-i+k_list):
|
* Cleanup of packages included for bootable CDs (generate_d-i+k_list):
|
||||||
- libsysfs2 workaround is no longer needed;
|
- libsysfs2 workaround is no longer needed;
|
||||||
- discover is no longer used anywhere.
|
- discover is no longer used anywhere;
|
||||||
|
- include grub-legacy instead of grub;
|
||||||
|
- pcmcia-cs has been fully replaced with pcmciautils.
|
||||||
|
|
||||||
-- Frans Pop <fjp@debian.org> Mon, 22 Feb 2010 01:03:33 +0100
|
-- Frans Pop <fjp@debian.org> Mon, 22 Feb 2010 01:03:33 +0100
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,6 @@ console-cyrillic
|
||||||
console-terminus
|
console-terminus
|
||||||
/* Used for Squeeze and onwards */
|
/* Used for Squeeze and onwards */
|
||||||
console-setup
|
console-setup
|
||||||
pcmcia-cs
|
|
||||||
pcmciautils
|
pcmciautils
|
||||||
wireless-tools
|
wireless-tools
|
||||||
xfsprogs
|
xfsprogs
|
||||||
|
@ -81,7 +80,7 @@ sudo
|
||||||
* arches that are know to have laptops
|
* arches that are know to have laptops
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* grub-pc is used when selecting GPT disk label */
|
/* On x86 users have a choice between grub-legacy and grub-pc */
|
||||||
|
|
||||||
/* #231583: Make life easier for Australian ISP users */
|
/* #231583: Make life easier for Australian ISP users */
|
||||||
bpalogin
|
bpalogin
|
||||||
|
@ -94,7 +93,7 @@ multipath-tools-boot
|
||||||
#ifdef ARCH_i386
|
#ifdef ARCH_i386
|
||||||
initramfs-tools
|
initramfs-tools
|
||||||
busybox
|
busybox
|
||||||
grub
|
grub-legacy
|
||||||
grub-pc
|
grub-pc
|
||||||
laptop-detect
|
laptop-detect
|
||||||
lilo
|
lilo
|
||||||
|
@ -128,7 +127,7 @@ speakup-modules-2.6-686-bigmem
|
||||||
#ifdef ARCH_amd64
|
#ifdef ARCH_amd64
|
||||||
initramfs-tools
|
initramfs-tools
|
||||||
busybox
|
busybox
|
||||||
grub
|
grub-legacy
|
||||||
grub-pc
|
grub-pc
|
||||||
laptop-detect
|
laptop-detect
|
||||||
lilo
|
lilo
|
||||||
|
|
Loading…
Reference in New Issue