2002-02-05 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/builtins.c (setup_func): Add a VSTa fs entry into STAGE1_5_MAP.
This commit is contained in:
parent
2a06ebce5c
commit
93718b5a41
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-02-05 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* stage2/builtins.c (setup_func): Add a VSTa fs entry into
|
||||
STAGE1_5_MAP.
|
||||
|
||||
2002-02-05 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* stage2/shared.h (BUILTIN_HELP_LIST): New macro. Used for
|
||||
|
|
|
@ -3650,11 +3650,12 @@ setup_func (char *arg, int flags)
|
|||
struct stage1_5_map stage1_5_map[] =
|
||||
{
|
||||
{"ext2fs", "/e2fs_stage1_5"},
|
||||
{"ffs", "/ffs_stage1_5"},
|
||||
{"fat", "/fat_stage1_5"},
|
||||
{"ffs", "/ffs_stage1_5"},
|
||||
{"jfs", "/jfs_stage1_5"},
|
||||
{"minix", "/minix_stage1_5"},
|
||||
{"reiserfs", "/reiserfs_stage1_5"},
|
||||
{"jfs", "/jfs_stage1_5"},
|
||||
{"vstafs", "/vstafs_stage1_5"},
|
||||
{"xfs", "/xfs_stage1_5"}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue