mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
Minor changes to BuildOptionsWindow
This commit is contained in:
parent
ba06ac1473
commit
612a5a99e1
1 changed files with 8 additions and 5 deletions
|
|
@ -60,17 +60,20 @@
|
|||
</Paragraph>
|
||||
<Paragraph Name="paraUSBOptions">
|
||||
<Bold>USB Options</Bold>
|
||||
<LineBreak/>Please choose a USB drive or stick that is formatted as FAT or FAT32. Note that selecting this device will overwrite the Master Boot Record (MBR). Because of this take care to select the proper device. After a succesful build, you can then use this device to boot a physical machine. You may need to select the BIOS boot menu, use a multi boot utility, or change the BIOS boot sequence.
|
||||
<LineBreak/>Please choose a USB drive or stick that is formatted as FAT or FAT32. Note that selecting this device will overwrite the Master Boot Record (MBR) on the USB drive. Because of this take care to select the proper device. After a succesful build, you can then use this device to boot a physical machine. You may need to select the BIOS boot menu, use a multi boot utility, or change the BIOS boot sequence.
|
||||
<LineBreak/>Only removable drives formatted as FAT or FAT32 will be listed. If you do not see your device, check its format.
|
||||
<LineBreak/>USB Device:
|
||||
<InlineUIContainer>
|
||||
<ComboBox Name="cmboUSBDevice">
|
||||
<ComboBox Name="cmboUSBDevice" Width="100">
|
||||
</ComboBox>
|
||||
</InlineUIContainer>
|
||||
</Paragraph>
|
||||
<Paragraph>
|
||||
<InlineUIContainer><CheckBox Name="buildCheckBox"/></InlineUIContainer>
|
||||
Skip IL compilation. Do not check this unless you understand the impact.
|
||||
<Paragraph Name="GeneralSettings">
|
||||
<Bold>General settings</Bold>
|
||||
<LineBreak/>
|
||||
<InlineUIContainer>
|
||||
<CheckBox Name="buildCheckBox">Skip IL compilation. Do not check this unless you understand the impact.</CheckBox>
|
||||
</InlineUIContainer>
|
||||
</Paragraph>
|
||||
<Paragraph TextAlignment="Right">
|
||||
<InlineUIContainer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue