From 07ea125213aa6ce0ebfba18d07e63173a1306e43 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 5 Jul 2007 14:20:55 +0100 Subject: [PATCH] Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mount the Etherboot partition. --- src/arch/i386/prefix/usbdisk.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/prefix/usbdisk.S b/src/arch/i386/prefix/usbdisk.S index 07255d50..fa7d1956 100644 --- a/src/arch/i386/prefix/usbdisk.S +++ b/src/arch/i386/prefix/usbdisk.S @@ -12,7 +12,7 @@ .space 16 .space 16 .byte 0x80, 0x01, 0x01, 0x00 - .byte 0x01, 0x3f, 0x20, 0x01 + .byte 0xeb, 0x3f, 0x20, 0x01 .long 0x00000020 .long 0x00000fe0