Update
This commit is contained in:
parent
91595ca20a
commit
f548743ba3
|
@ -191,7 +191,9 @@
|
|||
selected: true
|
||||
packages:
|
||||
- cpupower
|
||||
- power-profiles-daemon
|
||||
# - power-profiles-daemon
|
||||
- tuned
|
||||
- tuned-ppd
|
||||
- upower
|
||||
|
||||
- name: "Terminal applications (base_system) (base_and_developer_edition) (full netinstall)"
|
||||
|
@ -336,6 +338,7 @@
|
|||
- rp-pppoe
|
||||
- sequoia-sq
|
||||
- shadowsocks-electron-bin
|
||||
- hiddify-next-bin
|
||||
- smbclient
|
||||
- systemd-resolvconf
|
||||
- traceroute
|
||||
|
|
|
@ -191,7 +191,9 @@
|
|||
selected: true
|
||||
packages:
|
||||
- cpupower
|
||||
- power-profiles-daemon
|
||||
# - power-profiles-daemon
|
||||
- tuned
|
||||
- tuned-ppd
|
||||
- upower
|
||||
|
||||
- name: "Terminal applications (base_system) (base_and_developer_edition) (full netinstall)"
|
||||
|
@ -336,6 +338,7 @@
|
|||
- rp-pppoe
|
||||
- sequoia-sq
|
||||
- shadowsocks-electron-bin
|
||||
- hiddify-next-bin
|
||||
- smbclient
|
||||
- systemd-resolvconf
|
||||
- traceroute
|
||||
|
|
|
@ -191,7 +191,9 @@
|
|||
selected: true
|
||||
packages:
|
||||
- cpupower
|
||||
- power-profiles-daemon
|
||||
# - power-profiles-daemon
|
||||
- tuned
|
||||
- tuned-ppd
|
||||
- upower
|
||||
|
||||
- name: "Terminal applications (base_system) (base_and_developer_edition) (full netinstall)"
|
||||
|
@ -336,6 +338,7 @@
|
|||
- rp-pppoe
|
||||
- sequoia-sq
|
||||
- shadowsocks-electron-bin
|
||||
- hiddify-next-bin
|
||||
- smbclient
|
||||
- systemd-resolvconf
|
||||
- traceroute
|
||||
|
|
|
@ -191,7 +191,9 @@
|
|||
selected: true
|
||||
packages:
|
||||
- cpupower
|
||||
- power-profiles-daemon
|
||||
# - power-profiles-daemon
|
||||
- tuned
|
||||
- tuned-ppd
|
||||
- upower
|
||||
|
||||
- name: "Terminal applications (base_system) (base_and_developer_edition) (full netinstall)"
|
||||
|
@ -336,6 +338,7 @@
|
|||
- rp-pppoe
|
||||
- sequoia-sq
|
||||
- shadowsocks-electron-bin
|
||||
- hiddify-next-bin
|
||||
- smbclient
|
||||
- systemd-resolvconf
|
||||
- traceroute
|
||||
|
|
|
@ -127,6 +127,14 @@ units:
|
|||
mandatory: false
|
||||
|
||||
- name: "power-profiles-daemon"
|
||||
action: "disable"
|
||||
mandatory: false
|
||||
|
||||
- name: "tuned"
|
||||
action: "enable"
|
||||
mandatory: false
|
||||
|
||||
- name: "tuned-ppd"
|
||||
action: "enable"
|
||||
mandatory: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue