summaryrefslogtreecommitdiffstats
path: root/src/boot.h
blob: 4e3ff4548ebad128337e2c6ba74b147e590aa824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _OG_BOOT_H_
#define _OG_BOOT_H_

struct og_boot_cfg {
	const char *ogserver;
	const char *ogrepo;
	const char *ogrelivedir;
	const char *username;
	const char *passwd;
};

int ogrelive_generate_grub2_file(const struct og_boot_cfg *cfg, const char *mac);

#endif /* _OG_BOOT_H_ */