2003-01-25 Yoshinori K. Okuji <okuji@enbug.org>
From Steven Dick <ssd.gnu@mmae.ucf.edu>: * stage2/pc_slice.h (PC_SLICE_TYPE_DELL_UTIL): New macro. (IS_PC_SLICE_TYPE_FAT): Recognize PC_SLIDE_TYPE_DELL_UTIL as well.
This commit is contained in:
parent
756934392a
commit
3e41ca492a
3 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2003-01-25 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
From Steven Dick <ssd.gnu@mmae.ucf.edu>:
|
||||
* stage2/pc_slice.h (PC_SLICE_TYPE_DELL_UTIL): New macro.
|
||||
(IS_PC_SLICE_TYPE_FAT): Recognize PC_SLIDE_TYPE_DELL_UTIL as
|
||||
well.
|
||||
|
||||
2003-01-25 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
From Karsten Scheibler <karsten.scheibler@student.uni-halle.de>:
|
||||
|
|
1
THANKS
1
THANKS
|
@ -89,6 +89,7 @@ Rogelio M. Serrano Jr. <rogelio@victorio.com>
|
|||
Serguei Tzukanov <tzukanov@narod.ru>
|
||||
Stefan Ondrejicka <ondrej@idata.sk>
|
||||
Stephen Early <steve@greenend.org.uk>
|
||||
Steven Dick <ssd.gnu@mmae.ucf.edu>
|
||||
Takehiro Suzuki <takehiro@coral.ocn.ne.jp>
|
||||
Thierry DELHAISE <thierry.delhaise@delhaise.com>
|
||||
Thierry Laronde <thierry.laronde@polynum.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* GRUB -- GRand Unified Bootloader
|
||||
* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1999,2000,2001,2003 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -114,6 +114,7 @@
|
|||
#define PC_SLICE_TYPE_EXT2FS 0x83
|
||||
#define PC_SLICE_TYPE_LINUX_EXTENDED 0x85
|
||||
#define PC_SLICE_TYPE_VSTAFS 0x9e
|
||||
#define PC_SLICE_TYPE_DELL_UTIL 0xde
|
||||
#define PC_SLICE_TYPE_LINUX_RAID 0xfd
|
||||
|
||||
|
||||
|
@ -127,7 +128,8 @@
|
|||
|| _type == PC_SLICE_TYPE_FAT16_GT32M \
|
||||
|| _type == PC_SLICE_TYPE_FAT16_LBA \
|
||||
|| _type == PC_SLICE_TYPE_FAT32 \
|
||||
|| _type == PC_SLICE_TYPE_FAT32_LBA; })
|
||||
|| _type == PC_SLICE_TYPE_FAT32_LBA \
|
||||
|| _type == PC_SLICE_TYPE_DELL_UTIL; })
|
||||
|
||||
#define IS_PC_SLICE_TYPE_EXTENDED(type) \
|
||||
(((type) == PC_SLICE_TYPE_EXTENDED) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue