Power profile changed by the user should be kept after updates
Currently, if a user changes the power profile in Gnome quick settings, it is being reset to "balanced" after each update. The necessary file was added to migrate_files, so that the changed power profile will be kept after updates.
This commit is contained in:
parent
2ae2f19d5c
commit
d00603210a
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -371,7 +371,7 @@ init () {
|
|||
latest_image_always_default=0
|
||||
|
||||
# List of files and folders to be recursively copied over from root tree to new root filesystem
|
||||
migrate_files=('var/usrlocal' 'var/opt' 'var/srv' 'var/lib/AccountsService' 'var/lib/bluetooth' 'var/lib/NetworkManager' 'var/lib/arkane' 'etc/localtime' 'etc/locale.gen' 'etc/locale.conf' 'etc/NetworkManager/system-connections')
|
||||
migrate_files=('var/usrlocal' 'var/opt' 'var/srv' 'var/lib/AccountsService' 'var/lib/bluetooth' 'var/lib/NetworkManager' 'var/lib/arkane' 'var/lib/power-profiles-daemon/state.ini' 'etc/localtime' 'etc/locale.gen' 'etc/locale.conf' 'etc/NetworkManager/system-connections')
|
||||
|
||||
# Load script extensions from /arkdep/extensions
|
||||
load_extensions=0
|
||||
|
|
Loading…
Add table
Reference in a new issue