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

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

Completed in 27 milliseconds