Allow install on lsu disks.
This commit is contained in:
parent
d53e399d91
commit
9e42854f7b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: md.h,v 1.6 2000/10/01 22:57:15 thorpej Exp $ */
|
||||
/* $NetBSD: md.h,v 1.7 2000/10/19 15:09:11 ad Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -78,7 +78,7 @@ EXTERN distinfo dist_list[]
|
|||
*/
|
||||
EXTERN char *disk_names[]
|
||||
#ifdef MAIN
|
||||
= {"wd", "sd", NULL}
|
||||
= {"wd", "sd", "lsu", NULL}
|
||||
#endif
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue