Home
last modified time | relevance | path

Searched refs:SFLAG_MINIMAL (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h221 #define SFLAG_MINIMAL 1 macro
H A Dmenus.mi360 option MSG_Minimal_installation, exit, action { *(int *)arg = 1; init_set_status(SFLAG_MINIMAL); };
361 …option MSG_Custom_installation, exit, action { *(int *)arg = 1; init_set_status(SFLAG_MINIMAL); cu…
H A Dutil.c205 if (flags & SFLAG_MINIMAL) { in init_set_status()