HomeSort by: relevance | last modified time | path
    Searched refs:SFLAG_MINIMAL (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
defs.h 227 #define SFLAG_MINIMAL 1
menus.mi 369 option MSG_Minimal_installation, exit, action { *(int *)arg = 1; init_set_status(SFLAG_MINIMAL); };
370 option MSG_Custom_installation, exit, action { *(int *)arg = 1; init_set_status(SFLAG_MINIMAL); customise_sets(); };
util.c 218 if (flags & SFLAG_MINIMAL) {

Completed in 15 milliseconds