Skip to content
Snippets Groups Projects
Commit e3c97a95 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

prefer tty@ instead of root-66tree service

parent fe7faae2
Branches
Tags
No related merge requests found
......@@ -45,8 +45,11 @@ custo_once() {
############################## only modifie this script after this line ############################
config(){
out_action "Enable dhcpd service"
66-enable -v3 dhcpcd
out_action "Create tree root and enable it"
66-tree -v3 -cnE root
out_action "Enable dhcpd, tty1 and tty2 service"
66-enable -v3 dhcpcd tty@tty1 tty@tty2
}
custo_once config
......
......@@ -39,7 +39,7 @@ zsh-completions
#-----------
boot-66serv
root-66tree
tty@-66serv
dhcpcd-66serv
dmraid-66serv
wpa_supplicant-66serv
......
......@@ -68,22 +68,26 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[obcore-testing]
#SigLevel = Required
#Server = https://repo.obarun.org/obcore/testing/
[obcore-testing]
SigLevel = Required
Server = https://repo.obarun.org/obcore/testing/
[obcore]
SigLevel = Required
Server = https://repo.obarun.org/obcore
#[obextra-testing]
#SigLevel = Required
#Server = https://repo.obarun.org/obextra/testing
[obextra-testing]
SigLevel = Required
Server = https://repo.obarun.org/obextra/testing
[obextra]
SigLevel = Required
Server = https://repo.obarun.org/obextra
[observice-testing]
SigLevel = Required
Server = https://repo.obarun.org/observice/testing
[observice]
SigLevel = Required
Server = https://repo.obarun.org/observice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment