endeavouros-team / calamares

Distribution-independent installer framework
https://calamares.io
17 stars 13 forks source link

180 Seconds #4

Closed killajoe closed 1 year ago

dalto8 commented 1 year ago

Are you sure this is correct yaml?

I think it should be either:

dontChroot: false

script:
 - "/etc/calamares/scripts/remove-ucode"

timeout: 180

i18n:
 name: "Remove unneeded ucode"

or

dontChroot: false

script:
 - command: "/etc/calamares/scripts/remove-ucode"
   timeout: 180

i18n:
 name: "Remove unneeded ucode"
killajoe commented 1 year ago
---
dontChroot: false
script:
  - /etc/calamares/scripts/remove-ucode
timeout: 180
i18n:
  name: Remove unneeded ucode

true..

killajoe commented 1 year ago

https://github.com/endeavouros-team/calamares/blob/calamares/data/eos/modules/shellprocess_removeucode.conf