Change for Make a Boot Floppy
I committed this change:
move parenthesis for Edit Kernel Boot Parameters.
Remove Make a Boot Floppy for powerpc and m68k (and reverse sense of the test)
Index: main_menu.c
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/main_menu.c,v
retrieving revision 1.93
diff -u -r1.93 main_menu.c
--- main_menu.c 2002/04/15 21:15:09 1.93
+++ main_menu.c 2002/04/24 05:27:36
@@ -181,11 +181,11 @@
{_("Configure the Hostname"), OPT_CONFIGURE_HOSTNAME},
{_("Configure the Network"), OPT_CONFIGURE_NET},
{_("Install the Base System"), OPT_INSTALL_BASE},
-#if (#cpu(alpha) || #cpu(m68k) || #cpu(i386) || #cpu(sparc)) || #cpu(powerpc)
+#if (#cpu(alpha) || #cpu(m68k) || #cpu(i386) || #cpu(sparc) || #cpu(powerpc))
{_("Edit Kernel Boot Parameters"), OPT_KERNEL_APPEND},
#endif
{_("Make System Bootable"), OPT_DISK_BOOT},
-#if !(#cpu(hppa) || #cpu(s390) || #cpu(mips) || #cpu(mipsel) || #cpu(ia64) || #cpu(arm))
+#if (#cpu(alpha) || #cpu(i386) || #cpu(sparc))
{_("Make a Boot Floppy"), OPT_FLOPPY_BOOT},
#endif
#if 0 /* not working yet */
This is motivated by many comments I have seen on powerpc installs, and a
recent comment by Bjoern Brill on debian-m68k.
--
*------v--------- Installing Debian GNU/Linux 3.0 --------v------*
| <http://www.debian.org/releases/woody/installmanual> |
| debian-imac (potato): <http://debian-imac.sourceforge.net> |
| Chris Tillman tillman@voicetrak.com |
| May the Source be with you |
*----------------------------------------------------------------*
--
To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: