Deleted Added
full compact
menus.c (8639) menus.c (8641)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
7 * $Id: menus.c,v 1.18 1995/05/20 00:13:12 jkh Exp $
7 * $Id: menus.c,v 1.19 1995/05/20 07:50:19 jkh Exp $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 147 unchanged lines hidden (view full) ---

163 "Choose a Floppy drive",
164"FreeBSD can be installed from floppy disk media, though\n\
165not without some pain. You should have prepared your floppy\n\
166distribution media using the DOS floppy install-set construction\n\
167procedure (available on the FreeBSD CDROM or the net under the\n\
168tools/dos directory) or have otherwise prepared a set of diskettes\n\
169for each distribution that properly contains all the components of\n\
170the distribution plus the extraction and checksumming scripts.",
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 147 unchanged lines hidden (view full) ---

163 "Choose a Floppy drive",
164"FreeBSD can be installed from floppy disk media, though\n\
165not without some pain. You should have prepared your floppy\n\
166distribution media using the DOS floppy install-set construction\n\
167procedure (available on the FreeBSD CDROM or the net under the\n\
168tools/dos directory) or have otherwise prepared a set of diskettes\n\
169for each distribution that properly contains all the components of\n\
170the distribution plus the extraction and checksumming scripts.",
171 "Please select the floppy drive you want to use",
171 "Please select which floppy drive you want to use",
172 NULL,
172 NULL,
173 { { "A", "Floppy drive A", /* M */
174 DMENU_SET_VARIABLE, (void *)"mediaDevice=fd0a", 0, 0 },
175 { "B", "Floppy drive B", /* M */
176 DMENU_SET_VARIABLE, (void *)"mediaDevice=fd1a", 0, 0 },
177 { NULL } },
173 { { NULL } },
178};
179
180DMenu MenuMediaFTP = {
181 DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
182 "Please specify an FTP site",
183 "FreeBSD is distributed from a number of sites on the Internet. Please\n\
184select the site closest to you or \"other\" if you'd like to specify another\n\
185choice. Also note that not all sites carry every possible distribution!\n\

--- 396 unchanged lines hidden ---
174};
175
176DMenu MenuMediaFTP = {
177 DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
178 "Please specify an FTP site",
179 "FreeBSD is distributed from a number of sites on the Internet. Please\n\
180select the site closest to you or \"other\" if you'd like to specify another\n\
181choice. Also note that not all sites carry every possible distribution!\n\

--- 396 unchanged lines hidden ---