Lines Matching refs:option
38 option "Nur einen Teil der Festplatte nutzen", exit, action {usefull = 0;};
39 option "Die ganze Festplatte f�r NetBSD verwenden", exit, action {usefull = 1;};
43 option "Installation abbrechen", exit, action {
46 option "Initialisiere Festplatten Partition �bersicht", exit, action {
72 option "N�chste Partition ausw�hlen", action {
77 option "Ausgew�hlte Partition bearbeiten", sub menu chooseid;
78 option "Mount Point festlegen", sub menu mount_point;
79 option "Gew�hlte Partition unterteilen", action {
129 option "Partition korrigieren", action {
152 option "OK", exit, action { };
155 option "Fortfahren", exit, action { *((int*)arg) = 1; };
156 option "Installation abbrechen", exit, action { *((int*)arg) = 0; };
159 option "NetBSD Root", exit, action {
190 option "NetBSD SWAP", exit, action {
201 option "NetBSD Usr", exit, action {
216 option "NetBSD Root&Usr", exit, action {
235 option "MacOS HFS", exit, action {
246 option "Scratch", exit, action {
257 option "Frei", exit, action {
270 option "/usr", exit, action {
277 option "/home", exit, action {
284 option "/var", exit, action {
291 option "/tmp", exit, action {
298 option "Keiner", exit, action {
305 option "Sonstige", exit, action {
324 option "Installation abbrechen", exit, action { *((int*)arg) = -1; };
325 option "Warnungen ignorieren und fortfahren", exit, action { *((int*)arg) = 1;};
326 option "Festplatten Partitions �bersicht erneut �ndern", exit, action { *((int*)arg) = 0; };