mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] add support for a 'test' release channel
* This gets enabled only for TEST builds * Also flesh out the sample rufus.ini
This commit is contained in:
parent
4474642863
commit
92cb7d68fa
4 changed files with 38 additions and 15 deletions
|
@ -15,9 +15,26 @@ LastUpdateCheck = 13068056756
|
|||
UpdateCheckInterval = 86400
|
||||
; Whether the check for updates should also include new BETA releases
|
||||
CheckForBetas = 1
|
||||
; Use this to increases the log verbosity, for the update checks
|
||||
VerboseUpdateCheck = 0
|
||||
; Use this to increase the log verbosity for the updates check (0-2)
|
||||
; VerboseUpdateCheck = 2
|
||||
; If you are paranoid about apps writing to the registry, you can uncomment the
|
||||
; following. It will disable the Local Group Policy calls that Rufus issues, to
|
||||
; temporarily prevent the *annoying* notices Windows issues about new drives.
|
||||
; DisableLGP = 1
|
||||
; DisableLGP = 1
|
||||
|
||||
; Start with the 'Advanced Options' panel displayed
|
||||
; AdvancedMode = 1
|
||||
; Have Rufus to preserve timestamps when copying files (Alt-T)
|
||||
; PreserveTimestamps = 1
|
||||
; Disable the whole Kibi/Gibi nonsense (Alt-U)
|
||||
; UseProperSizeUnits = 1
|
||||
; Display extended information duringh USB enumeration (Alt-.)
|
||||
; EnableUsbDebug = 1
|
||||
; Don't perform a fake drive test during bad blocks check (Alt-B)
|
||||
; DisableFakeDrivesCheck = 1
|
||||
; Allow the creation of dual UEFI+BIOS bootable drives for Windows (Alt-E)
|
||||
; EnableWindowsDualUefiBiosMode = 1
|
||||
; Also use RidgeCrop's Large FAT32 format algorithm when formatting smaller drives (Alt-L)
|
||||
; ForceLargeFat32Formatting = 1
|
||||
; Enable listing of VMWare's VMDK drives when used in a virtual machine (Alt-W)
|
||||
; EnableVmdkDetection = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue