Tweak how much we need to run mkisofs
This commit is contained in:
parent
ad1906c27b
commit
a0d4cebccc
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* DO NOT EDIT THIS FILE, edit the above script
|
||||
*
|
||||
* Last update: Thu Nov 16 05:06:38 CET 2006
|
||||
* Last update: Mon Dec 11 18:53:57 CET 2006
|
||||
*/
|
||||
|
||||
#include <debian-installer-etch>
|
||||
|
@ -56,6 +56,9 @@ sudo
|
|||
* deb gets included on the first CD too for arches that get discover1
|
||||
*/
|
||||
|
||||
/* #231583: Make life easier for Australian ISP users */
|
||||
bpalogin
|
||||
|
||||
#ifdef ARCH_i386
|
||||
initramfs-tools
|
||||
discover
|
||||
|
@ -183,9 +186,6 @@ module-init-tools
|
|||
linux-image-2.6-powerpc
|
||||
linux-image-2.6-powerpc-smp
|
||||
linux-image-2.6-powerpc64
|
||||
kernel-image-2.6-powerpc
|
||||
kernel-image-2.6-power3
|
||||
kernel-image-2.6-power4
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_m68k
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* DO NOT EDIT THIS FILE, edit the above script
|
||||
*
|
||||
* Last update: Thu Nov 16 05:06:37 CET 2006
|
||||
* Last update: Mon Dec 11 18:53:53 CET 2006
|
||||
*/
|
||||
#ifdef ARCH_alpha
|
||||
aboot-installer
|
||||
|
|
Loading…
Reference in New Issue