Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Baselayout und OpenRC Migration /etc/rc.conf
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3491
Location: Berlin

PostPosted: Mon Oct 26, 2009 7:34 am    Post subject: Baselayout und OpenRC Migration /etc/rc.conf Reply with quote

Hallo
Wie trage ich das aus /etc/conf.d/rc in /etc/rc.conf ein und was kann ich weglassen?
Code:
RC_TTY_NUMBER=11
RC_PARALLEL_STARTUP="no"
RC_INTERACTIVE="yes"
RC_HOTPLUG="yes"
RC_COLDPLUG="yes"
RC_PLUG_SERVICES="net.eth0 !net.eth1 !net.eth2 !net.eth3 !net.eth4"
RC_NET_STRICT_CHECKING="no"
RC_DOWN_INTERFACE="yes"
RC_VOLUME_ORDER="raid evms lvm dm"
RC_VERBOSE="no"
RC_BOOTLOG="no"
RC_BOOTCHART="no"
RC_USE_FSTAB="no"
RC_USE_CONFIG_PROFILE="yes"
RC_FORCE_AUTO="no"
RC_DEVICES="auto"
RC_DEVICE_TARBALL="no"
RC_DEVICE_TARBALL="no"
RC_SWAP_ERASE="no"
RC_DMESG_LEVEL="1"
RC_RETRY_KILL="yes"
RC_RETRY_TIMEOUT=1
RC_RETRY_COUNT=5
RC_FAIL_ON_ZOMBIE="no"
RC_KILL_CHILDREN="no"
RC_WAIT_ON_START="0.1"
svcdir="/var/lib/init.d"
svcmount="no"
svcfstype="tmpfs"
svcsize=2048
ich denke, das ich das alles weglassen kann außer
Code:
RC_PLUG_SERVICES="net.eth0 !net.eth1 !net.eth2 !net.eth3 !net.eth4"
Sieht das dann so aus?
Code:

rc_use="net.eth0"
rc_provide="net.eth0 !net.eth1 !net.eth2 !net.eth3 !net.eth4"
Im Moment sieht das so aus
Code:

rc_shell=/sbin/sulogin
unicode="YES"
net_fs_list="afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs nfs nfs4 ocfs2 shfs smbfs"
rc_tty_number=12
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Mon Oct 26, 2009 4:44 pm    Post subject: Reply with quote

Eigentlich sollte openrc seine eigene /etc/rc.conf mitnehmen, mit allem was dazugehört. Diese kannst du dann mit deinen Einstellungen übernehmen.

Code:
$ equery b /etc/rc.conf
[ Searching for file(s) /etc/rc.conf in *... ]
sys-apps/openrc-0.5.2-r1 (/etc/rc.conf)


Evtl etc-update gemacht?
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3491
Location: Berlin

PostPosted: Mon Oct 26, 2009 8:35 pm    Post subject: Reply with quote

etc-update gemacht. Im Moment funktioniert alles.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum