Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516386 - running net-setup from livecd-tools on a already installed system corrupts /etc/conf.d/net
Summary: running net-setup from livecd-tools on a already installed system corrupts /e...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-04 19:35 UTC by Pura Vida
Modified: 2014-07-04 19:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!!!"
}