Use -n to 'rescue' ovf-env.xml file and exit
This commit is contained in:
parent
6f6e63f99b
commit
63d46cd6f1
4 changed files with 48 additions and 37 deletions
|
|
@ -55,6 +55,7 @@ struct system_config {
|
|||
struct ssh_pubkeys sc_pubkeys;
|
||||
|
||||
int sc_nullfd;
|
||||
int sc_dryrun;
|
||||
void *sc_priv;
|
||||
};
|
||||
|
||||
|
|
@ -75,7 +76,6 @@ char *get_line(u_int8_t *, size_t);
|
|||
char *get_word(u_int8_t *, size_t);
|
||||
int agent_addpubkey(struct system_config *, const char *, const char *);
|
||||
int agent_setpubkey(struct system_config *, const char *, const char *);
|
||||
int agent_configure(struct system_config *, int);
|
||||
|
||||
/* log.c */
|
||||
void log_init(int, int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue