recalboxnasconfiguration
Différences
Ci-dessous, les différences entre deux révisions de la page.
recalboxnasconfiguration [26/03/2023 22:02] – créée wikiadmin | recalboxnasconfiguration [26/03/2023 22:04] (Version actuelle) – [recalbox-boot.conf] wikiadmin | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | |||
+ | =====recalbox-boot.conf===== | ||
+ | < | ||
+ | ### / | ||
+ | ### This file holds configuration related to hardware/ | ||
+ | |||
+ | # The `sharedevice` variable indicates where to find the SHARE folder/ | ||
+ | # It can have the following values: | ||
+ | # | ||
+ | # (this is the default) | ||
+ | # | ||
+ | # (use at your own risks, specially on boards with low memory!) | ||
+ | # | ||
+ | # (use this when you have several USB keys/ | ||
+ | # DEV [FSUUID] | ||
+ | # (use this if you plug multiple storage devices together but want a specific one to hold SHARE) | ||
+ | # | ||
+ | # (see complementary `sharenetwork_*` directives below) | ||
+ | sharedevice=NETWORK | ||
+ | |||
+ | # Network mount directives define how network filesystem should be mounted. | ||
+ | # You can define as many as you like, they will be executed in order. | ||
+ | # You can even mix basic and avanced commands. | ||
+ | # | ||
+ | # 1. Basic use (NFS or SMB): | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # < | ||
+ | # | ||
+ | # | ||
+ | # < | ||
+ | # | ||
+ | # | ||
+ | # 2. Advanced use (custom commands, usually `mount`): | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # < | ||
+ | # | ||
+ | # | ||
+ | # < | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | sharenetwork_smb1=ROMS@192.168.1.100: | ||
+ | sharenetwork_smb2=BIOS@192.168.1.100: | ||
+ | sharenetwork_smb3=SAVES@192.168.1.100: | ||
+ | |||
+ | # The `case` variable enables presets for the given case (if supported by Recalbox). | ||
+ | # It will enable some out-of-the-box configuration for fixed peripherals like screens, pads, etc... | ||
+ | # Supported values: | ||
+ | # | ||
+ | # Default: < | ||
+ | ; | ||
+ | |||
+ | # The `sharewait` variable defines the maximum time to wait for the SHARE partition to be mounted. | ||
+ | # This is usually used with USB drives (since they are infamously slow) or network mounts. | ||
+ | # Recalbox will regularly check if the device/host is ready to be mounted, up to < | ||
+ | # Note: in `NETWORK` mode, Recalbox will wait up to `sharewait` seconds for *each* `sharenetwork_*` directive. | ||
+ | # Default: 7 for `DEV [FSUUID]` and `ANYEXTERNAL`, | ||
+ | sharewait=30 | ||
+ | </ |