blob: b8f0a4f76d457aee7f565c2d4e4cff91755973a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 {
|