Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 516386

Summary: running net-setup from livecd-tools on a already installed system corrupts /etc/conf.d/net
Product: Gentoo Linux Reporter: Pura Vida <xw73>
Component: [OLD] baselayoutAssignee: Gentoo LiveCD Package Maintainers <livecd>
Status: RESOLVED INVALID    
Severity: normal CC: xw73
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pura Vida 2014-07-04 19:35:58 UTC
Running net-setup from livecd-tools on a system booted up from disk corrupts /etc/conf.d/net. The file appears like this:

genesis conf.d # more net
# This network configuration was written by net-setup
config_enp2s0=( "192.168.1.160 broadcast 192.168.1.255 netmask /usr/sbin/net-setup: line 120: --inputbox: command not found" )
routes_enp2s0=( "default via 192.168.1.1" )
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-07-04 19:41:28 UTC
Yes, this is a known problem. 

pkg_setup() {
        ewarn "This package is designed for use on the LiveCD only and will do"
        ewarn "unspeakably horrible and unexpected things on a normal system."
        ewarn "YOU HAVE BEEN WARNED!!!"
}