mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
branding.desc updated
This commit is contained in:
parent
2a3e616b0e
commit
f6cb879929
1 changed files with 13 additions and 0 deletions
|
@ -219,3 +219,16 @@ slideshow: "show.qml"
|
|||
slideshowAPI: 2
|
||||
|
||||
|
||||
# These options are to customize online uploading of logs to pastebins:
|
||||
# - style : Defines the kind of pastebin service to be used. Takes
|
||||
# string as input
|
||||
# - url : Defines the address of pastebin service to be used.
|
||||
# Takes string as input
|
||||
# - port : Defines the port number to be used to send logs. Takes
|
||||
# integer as input
|
||||
# - enable : Defines if the functionality is to be used or not. Takes
|
||||
# bool as input
|
||||
logUpload.style : "fische"
|
||||
logUpload.url : "termbin.com"
|
||||
logUpload.port : 9999
|
||||
logUpload.enable : true
|
||||
|
|
Loading…
Add table
Reference in a new issue