mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add new NetBSD FFS with FDISK partition ID 0xa9
Obtained from: Frank van der Linden <frank@wins.uva.nl>
This commit is contained in:
parent
7ee17eea02
commit
7863f660a2
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $Id: disk.c,v 1.33 1998/03/22 07:41:23 jkh Exp $
|
||||
* $Id: disk.c,v 1.34 1998/05/15 21:17:01 obrien Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
@ -382,6 +382,7 @@ slice_type_name( int type, int subtype )
|
|||
case 130: return "linux_swap";
|
||||
case 131: return "ext2fs";
|
||||
case 166: return "OpenBSD FFS"; /* 0xA6 */
|
||||
case 169: return "NetBSD FFS"; /* 0xA9 */
|
||||
case 182: return "OpenBSD"; /* dedicated */
|
||||
case 183: return "bsd/os";
|
||||
case 184: return "bsd/os swap";
|
||||
|
|
|
|||
Loading…
Reference in a new issue