diff options
| author | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-19 10:48:15 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-19 10:48:15 -0700 |
| commit | d083811efff31d3dec9ca95fb3380b72274e85ef (patch) | |
| tree | 536a8103d7029bc6fa855ef00e92a5273273a1c9 /libinstaller/syslxopt.h | |
| parent | 9c2baed55c657e68b5d2aa7de7557eccfc74eb6b (diff) | |
| parent | e514447e3a4506468b1d066b3bd00f0d32df265a (diff) | |
| download | syslinux-4.02-pre3.tar.gz | |
Merge remote branch 'sha0/for_hpa'syslinux-4.02-pre3
Diffstat (limited to 'libinstaller/syslxopt.h')
| -rw-r--r-- | libinstaller/syslxopt.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libinstaller/syslxopt.h b/libinstaller/syslxopt.h index 446ab9af..bcbe0352 100644 --- a/libinstaller/syslxopt.h +++ b/libinstaller/syslxopt.h @@ -14,6 +14,10 @@ struct sys_options { const char *device; unsigned int offset; const char *menu_save; + int force; + int install_mbr; + int activate_partition; + const char *bootsecfile; }; enum long_only_opt { @@ -25,6 +29,7 @@ enum long_only_opt { enum syslinux_mode { MODE_SYSLINUX, /* Unmounted filesystem */ MODE_EXTLINUX, + MODE_SYSLINUX_DOSWIN, }; void __attribute__ ((noreturn)) usage(int rv, enum syslinux_mode mode); |
