fix(coreos-base): add pygobect and clear fstab

pygobject is needed for systemd-analyze. And /etc/fstab was causing the
slow boot because of an invalid SWAP entry.
This commit is contained in:
Brandon Philips 2013-02-26 08:40:37 -08:00
parent 52898f4088
commit b574fd002d
4 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,9 @@ src_install() {
insinto /etc insinto /etc
doins "${FILESDIR}"/motd doins "${FILESDIR}"/motd
# Insert empty fstab
doins "${FILESDIR}"/fstab
# Enable dhcpcd by default # Enable dhcpcd by default
# TODO(ifup): this doesn't work # TODO(ifup): this doesn't work
# systemd_enable_service multi-user.target dhcpcd.service # systemd_enable_service multi-user.target dhcpcd.service

View File

@ -45,6 +45,7 @@ RDEPEND="${RDEPEND}
dev-lang/python dev-lang/python
dev-python/dbus-python dev-python/dbus-python
dev-python/argparse dev-python/argparse
dev-python/pygobject
dev-util/strace dev-util/strace
net-analyzer/netperf net-analyzer/netperf
net-analyzer/tcpdump net-analyzer/tcpdump