]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/install+setup/install/install.h
installer: Add bootldr partition for GRUB2 on GPT.
[people/pmueller/ipfire-2.x.git] / src / install+setup / install / install.h
1 /* SmoothWall install program.
2 *
3 * This program is distributed under the terms of the GNU General Public
4 * Licence. See the file COPYING for details.
5 *
6 * (c) Lawrence Manning, 2001
7 * Main include file.
8 *
9 */
10
11 #include "../libsmooth/libsmooth.h"
12
13 #define IDE_EMPTY 0
14 #define IDE_CDROM 1
15 #define IDE_HD 2
16 #define IDE_UNKNOWN 3
17
18 /* config.c */
19 int write_disk_configs(struct devparams *dp);
20 int write_lang_configs( char *lang);
21 int write_ethernet_configs(struct keyvalue *ethernetkv);
22
23 /* unattended.c */
24 int unattended_setup(struct keyvalue *unattendedkv);