mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
Add new shellprocess for fixing audio perms
This commit is contained in:
parent
a4008aa208
commit
565bb03037
6
ubuntustudio/modules/shellprocess_fix_audio_perms.conf
Normal file
6
ubuntustudio/modules/shellprocess_fix_audio_perms.conf
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
dontChroot: false
|
||||
timeout: 30
|
||||
script:
|
||||
- command: "if [ -f /etc/security/limits.d/audio.conf.disabled ]; then mv /etc/security/limits.d/audio.conf.disabled /etc/security/limits.d/audio.conf; fi"
|
||||
timeout: 10
|
@ -20,6 +20,9 @@ instances:
|
||||
- id: add386arch
|
||||
module: shellprocess
|
||||
config: shellprocess_add386arch.conf
|
||||
- id: fix_audio_perms
|
||||
module: shellprocess
|
||||
config: shellprocess_fix_audio_perms.conf
|
||||
|
||||
sequence:
|
||||
- show:
|
||||
@ -48,6 +51,7 @@ sequence:
|
||||
- initramfscfg
|
||||
- initramfs
|
||||
- grubcfg
|
||||
- shellprocess@fix_audio_perms
|
||||
- contextualprocess@before_bootloader
|
||||
- bootloader
|
||||
- contextualprocess@after_bootloader
|
||||
|
Loading…
x
Reference in New Issue
Block a user