Make the default choice of "Install from" menu to use the sets

in the default file system (assuming which come with the CD/USB image)
and skip distmedium menu if the root file system is not md(4).
Also change "CD-ROM / DVD" menu option accordingly on ports which
have install images.  PR/47038

XXX: still no responsible maintainer of non-en translations
This commit is contained in:
tsutsui 2012-10-25 15:05:22 +00:00
parent a5430d17c3
commit 213ea85b98
8 changed files with 43 additions and 15 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.7 2005/02/19 17:00:38 dsl Exp $
# $NetBSD: Makefile,v 1.8 2012/10/25 15:05:23 tsutsui Exp $
#
# Makefile for amd64
#
MENUS_MD= ../i386/menus.md menus.mbr
MSG_MD= ../i386/msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
MD_OPTIONS= BOOTSEL AOUT2ELF
MD_OPTIONS= BOOTSEL AOUT2ELF HAVE_INSTALL_IMAGE
CPPFLAGS+= -DBOOTSEL -DWSKBD

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.17 2005/02/19 17:00:39 dsl Exp $
# $NetBSD: Makefile,v 1.18 2012/10/25 15:05:23 tsutsui Exp $
#
# Makefile for i386
#
MENUS_MD= menus.md menus.mbr
MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
MD_OPTIONS= BOOTSEL AOUT2ELF
MD_OPTIONS= BOOTSEL AOUT2ELF HAVE_INSTALL_IMAGE
CPPFLAGS+= -DBOOTSEL -DWSKBD
# CPPFLAGS+= -DNO_LBA_READS

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.de,v 1.70 2012/07/06 21:10:56 jdf Exp $ */
/* $NetBSD: msg.mi.de,v 1.71 2012/10/25 15:05:22 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -976,7 +976,11 @@ message Select_medium {Medium ausw
message ftp {FTP}
message http {HTTP}
message nfs {NFS}
.if HAVE_INSTALL_IMAGE
message cdrom {CD-ROM / DVD / install image media} /* XXX translation */
.else
message cdrom {CD-ROM / DVD}
.endif
message floppy {Diskette}
message local_fs {Ungemountetes Dateisysytem}
message local_dir {Lokales Verzeichnis}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.en,v 1.175 2012/07/06 21:10:56 jdf Exp $ */
/* $NetBSD: msg.mi.en,v 1.176 2012/10/25 15:05:22 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -916,7 +916,11 @@ message Select_medium {Install from}
message ftp {FTP}
message http {HTTP}
message nfs {NFS}
.if HAVE_INSTALL_IMAGE
message cdrom {CD-ROM / DVD / install image media}
.else
message cdrom {CD-ROM / DVD}
.endif
message floppy {Floppy}
message local_fs {Unmounted fs}
message local_dir {Local directory}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.es,v 1.47 2012/09/15 17:56:28 jdf Exp $ */
/* $NetBSD: msg.mi.es,v 1.48 2012/10/25 15:05:22 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -942,7 +942,11 @@ message Select_medium {Seleccione el medio}
message ftp {FTP}
message http {HTTP}
message nfs {NFS}
.if HAVE_INSTALL_IMAGE
message cdrom {CD-ROM / DVD / install image media} /* XXX translation */
.else
message cdrom {CD-ROM / DVD}
.endif
message floppy {Disquete}
message local_fs {Sistema de archivos desmontado}
message local_dir {Directorio Local}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.fr,v 1.129 2012/07/06 21:10:56 jdf Exp $ */
/* $NetBSD: msg.mi.fr,v 1.130 2012/10/25 15:05:23 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -1014,7 +1014,11 @@ message Select_medium {S
message ftp {FTP}
message http {HTTP}
message nfs {NFS}
.if HAVE_INSTALL_IMAGE
message cdrom {CD-ROM / DVD / install image media} /* XXX translation */
.else
message cdrom {CD-ROM / DVD}
.endif
message floppy {Disquette}
message local_fs {Système de fichiers non-monté}
message local_dir {Répertoire local monté}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.pl,v 1.86 2012/07/06 21:10:56 jdf Exp $ */
/* $NetBSD: msg.mi.pl,v 1.87 2012/10/25 15:05:23 tsutsui Exp $ */
/* Based on english version: */
/* NetBSD: msg.mi.pl,v 1.36 2004/04/17 18:55:35 atatat Exp */
@ -913,7 +913,11 @@ message Select_medium {Wybierz medium}
message ftp {FTP}
message http {HTTP}
message nfs {NFS}
.if HAVE_INSTALL_IMAGE
message cdrom {CD-ROM / DVD / install image media} /* XXX translation */
.else
message cdrom {CD-ROM / DVD}
.endif
message floppy {Dyskietka}
message local_fs {Niezamontowany SP}
message local_dir {Lokalny katalog}

View File

@ -1,4 +1,4 @@
/* $NetBSD: util.c,v 1.179 2012/07/19 06:07:21 joerg Exp $ */
/* $NetBSD: util.c,v 1.180 2012/10/25 15:05:23 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -520,19 +520,27 @@ boot_media_still_needed(void)
/*
* Get from a CDROM distribution.
* Also used on "installation using bootable install media"
* as the default option in the "distmedium" menu.
*/
int
get_via_cdrom(void)
{
menu_ent cd_menu[MAX_CD_INFOS];
struct statvfs sb;
struct stat sb;
int num_cds, menu_cd, i, selected_cd = 0;
bool silent = false;
int mib[2];
char rootdev[SSTRSIZE] = "";
size_t varlen;
/* If root is a CD-ROM and we have sets, skip this step. */
if (statvfs(set_dir_bin, &sb) == 0 &&
(strcmp(sb.f_fstypename, MOUNT_CD9660) == 0
|| strcmp(sb.f_fstypename, MOUNT_UDF) == 0)) {
/* If root is not md(4) and we have set dir, skip this step. */
mib[0] = CTL_KERN;
mib[1] = KERN_ROOT_DEVICE;
varlen = sizeof(rootdev);
(void)sysctl(mib, 2, rootdev, &varlen, NULL, 0);
if (stat(set_dir_bin, &sb) == 0 && S_ISDIR(sb.st_mode) &&
strncmp("md", rootdev, 2) != 0) {
strlcpy(ext_dir_bin, set_dir_bin, sizeof ext_dir_bin);
strlcpy(ext_dir_src, set_dir_src, sizeof ext_dir_src);
return SET_OK;