mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 10:46:41 -04:00
platform: Bring up platform configurations with script replacement, Steam Deck only for now
This commit is contained in:
parent
d465bc2750
commit
77975d9308
6 changed files with 293 additions and 52 deletions
18
data/platforms/jupiter.toml
Normal file
18
data/platforms/jupiter.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[factory_reset]
|
||||
script = "/usr/bin/steamos-factory-reset-config"
|
||||
|
||||
[update_bios]
|
||||
script = "/usr/bin/jupiter-biosupdate"
|
||||
script_args = ["--auto"]
|
||||
|
||||
[update_dock]
|
||||
script = "/usr/lib/jupiter-dock-updater/jupiter-dock-updater.sh"
|
||||
|
||||
[storage.trim_devices]
|
||||
script = "/usr/lib/hwsupport/trim-devices.sh"
|
||||
|
||||
[storage.format_device]
|
||||
script = "/usr/lib/hwsupport/format-device.sh"
|
||||
label_flag = "--label"
|
||||
device_flag = "--device"
|
||||
no_validate_flag = "--skip-validation"
|
Loading…
Add table
Add a link
Reference in a new issue