forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
303 B
C
11 lines
303 B
C
--- libinstaller/syslxopt.h.orig 2010-11-16 14:53:01.569209804 +0100
|
|
+++ libinstaller/syslxopt.h 2010-11-16 14:53:08.769406093 +0100
|
|
@@ -18,6 +18,8 @@
|
|
int install_mbr;
|
|
int activate_partition;
|
|
const char *bootsecfile;
|
|
+ int verbose;
|
|
+ const char *bimage;
|
|
};
|
|
|
|
enum long_only_opt {
|