Home
last modified time | relevance | path

Searched refs:netboot (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/src/sys/arch/alpha/stand/setnetbootinfo/
Dsetnetbootinfo.c50 char *netboot, *outfile, *addr, *host; variable
111 netboot = argv[optind];
143 size_t len = strlen(netboot) + 14;
149 "%s.%02x%02x%02x%02x%02x%02x", netboot,
159 printf("netboot: %s\n", netboot);
170 printf("opening %s...\n", netboot);
171 if ((fd = open(netboot, O_RDONLY)) == -1)
172 err(1, "open: %s", netboot);
174 err(1, "fstat: %s", netboot);
176 errx(1, "%s must be a regular file", netboot);
[all …]
/openbsd/src/etc/etc.alpha/
DMakefile.inc8 cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
9 cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
13 boot bootxx netboot netboot.mop
/openbsd/src/sys/arch/alpha/alpha/
Ddec_3000_300.c155 static int found, initted, scsiboot, netboot; local
168 netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
171 printf("scsiboot = %d, netboot = %d\n", scsiboot, netboot);
245 if (netboot) {
Ddec_alphabook1.c159 static int found, initted, diskboot, netboot; in dec_alphabook1_device_register() local
171 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || in dec_alphabook1_device_register()
174 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_alphabook1_device_register()
208 if (netboot) { in dec_alphabook1_device_register()
Ddec_kn20aa.c163 static int found, initted, diskboot, netboot; local
175 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
178 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
212 if (netboot) {
Ddec_3000_500.c173 static int found, initted, scsiboot, netboot; local
186 netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
189 printf("scsiboot = %d, netboot = %d\n", scsiboot, netboot);
263 if (netboot) {
Ddec_eb64plus.c163 static int found, initted, diskboot, netboot; local
175 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
178 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
212 if (netboot) {
Ddec_kn300.c203 static int found, initted, diskboot, netboot; local
215 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
227 DPRINTF(("diskboot = %d, netboot = %d\n", diskboot, netboot));
276 if (netboot) {
Ddec_eb164.c166 static int found, initted, diskboot, netboot; local
179 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
182 netboot));
213 if (netboot) {
Ddec_1000a.c234 static int found, initted, diskboot, netboot; local
246 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
249 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
283 if (netboot) {
Ddec_550.c164 static int found, initted, diskboot, netboot; local
177 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
180 netboot));
211 if (netboot) {
Dapi_up1000.c163 static int found, initted, scsiboot, ideboot, netboot; local
175 netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
184 scsiboot, ideboot, netboot));
279 if (netboot) {
Ddec_axppci_33.c206 static int found, initted, diskboot, netboot; local
218 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
221 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
255 if (netboot) {
Ddec_6600.c191 static int found, initted, diskboot, netboot; local
204 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
207 netboot));
264 if (netboot) {
Ddec_2100_a50.c183 static int found, initted, diskboot, netboot; local
195 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) ||
198 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
232 if (netboot) {
/openbsd/src/distrib/notes/alpha/
Dcontents25 netboot The OpenBSD/MACHINE network boot loader, for bootp
28 netboot.mop The OpenBSD/MACHINE network boot loader, for MOP
Dinstall57 filename "netboot";
67 the "netboot" file from the server in the /tftpboot directory.
71 You will need to copy netboot.mop into
81 Common netboot steps:
Dprep144 Recent SRM releases for these machines will be able to boot (or netboot)
/openbsd/src/sys/arch/alpha/stand/
DMakefile7 SUBDIR+= bootxx netboot libsa libz
/openbsd/src/sys/arch/alpha/stand/netboot/
DMakefile8 PROG = netboot
/openbsd/src/distrib/notes/sparc64/
Dxfer78 as required by the netboot setup.
Dinstall84 Installing using the Floppy, CD-ROM, miniroot or netboot procedure:
/openbsd/src/distrib/miniroot/
Ddot.profile106 if [[ ! -f /tmp/ai/noai ]] && { ifconfig netboot >/dev/null 2>&1 ||
/openbsd/src/distrib/notes/hppa/
Dinstall104 Installing using the netboot procedure:
/openbsd/src/distrib/notes/macppc/
Dprep45 (netboot from a pre-configured dhcp/tftp/nfs

12