VirtualBox

Ignore:
Timestamp:
Sep 3, 2007 8:52:28 AM (17 years ago)
Author:
vboxsync
Message:

FE/SDL: added -boot n switch for temporarily booting from network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r4131 r4486  
    626626             "  -fda <file>              Set temporary first floppy disk to file\n"
    627627             "  -cdrom <file>            Set temporary CDROM/DVD to file/device ('none' to unmount)\n"
    628              "  -boot <a|c|d>            Set temporary boot device (a = floppy, c = first hard disk, d = DVD)\n"
     628             "  -boot <a|c|d|n>          Set temporary boot device (a = floppy, c = 1st HD, d = DVD, n = network)\n"
    629629             "  -m <size>                Set temporary memory size in megabytes\n"
    630630             "  -vram <size>             Set temporary size of video memory in megabytes\n"
     
    10121012                {
    10131013                    bootDevice = DeviceType_DVDDevice;
     1014                    break;
     1015                }
     1016
     1017                case 'n':
     1018                {
     1019                    bootDevice = DeviceType_NetworkDevice;
    10141020                    break;
    10151021                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette