Home | History | Annotate | Download | only in sysinst

Lines Matching defs:mount

72 	  .mount = PART_BOOT_MOUNT,
96 .mount = PART_BOOT1_MOUNT,
115 .mount = PART_BOOT2_MOUNT,
132 { .size = DEFROOTSIZE*(MEG/512), .mount = "/", .type = PT_root,
140 { .type = PT_root, .mount = "/tmp", .fs_type = FS_TMPFS,
143 { .type = PT_root, .mount = "/tmp", .fs_type = FS_MFS,
146 { .def_size = DEFUSRSIZE*(MEG/512), .mount = "/usr", .type = PT_root,
148 { .def_size = DEFVARSIZE*(MEG/512), .mount = "/var", .type = PT_root,
227 const char *mount;
255 mount = swap;
258 pset->infos[opt].mount,
261 mount = swap;
262 } else if (pset->infos[opt].mount[0]) {
265 pset->infos[opt].mount, msg_string(MSG_ptn_boot));
266 mount = swap;
268 mount = pset->infos[opt].mount;
275 mount = swap;
278 mount = NULL;
281 mount = pset->infos[opt].parts->pscheme->
284 if (mount == NULL)
285 mount = getfslabelname(pset->infos[opt].fs_type,
289 mount, msg_string(MSG_ptn_boot));
290 mount = swap;
292 mount = str_arg_subst(msg_string(MSG_size_ptn_not_mounted),
293 1, &mount);
303 wprintw(m->mw, "%-35.35s %c %s", psize, flag, mount);
305 free(__UNCONST(mount));
326 /* we need absolute mount paths */
334 if (strcmp(pset->infos[i].mount,
370 strncpy(p->mount, new_mp, sizeof(p->mount));
623 dflt, answer, sizeof answer, "%s%s", p->mount,
648 strcmp(p->mount, "/usr") == 0) {
650 if (strcmp(pset->infos[i].mount, "/") == 0) {
895 strcmp(info->last_mounted, wanted->infos[i].mount) != 0)
934 strlcpy(infos->mount, info->last_mounted,
935 sizeof(infos->mount));
1039 if (strcmp(wanted->infos[i].mount, "/") == 0) {
1042 strcmp(wanted->infos[i].mount, "/usr") == 0) {
1515 infos[i].last_mounted = want->mount;
1602 infos[i].last_mounted = want->mount;
1611 if (want->mount[0] != 0)
1664 infos[i].last_mounted = want->mount;
1691 if (want->mount[0] != 0)
1900 strcmp(wanted.infos[i].mount, "/") != 0)
2026 if (strcmp(install->infos[i].mount, "/") != 0)