mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02:00
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:
parent
52898f4088
commit
b574fd002d
@ -112,6 +112,9 @@ src_install() {
|
||||
insinto /etc
|
||||
doins "${FILESDIR}"/motd
|
||||
|
||||
# Insert empty fstab
|
||||
doins "${FILESDIR}"/fstab
|
||||
|
||||
# Enable dhcpcd by default
|
||||
# TODO(ifup): this doesn't work
|
||||
# systemd_enable_service multi-user.target dhcpcd.service
|
||||
|
@ -45,6 +45,7 @@ RDEPEND="${RDEPEND}
|
||||
dev-lang/python
|
||||
dev-python/dbus-python
|
||||
dev-python/argparse
|
||||
dev-python/pygobject
|
||||
dev-util/strace
|
||||
net-analyzer/netperf
|
||||
net-analyzer/tcpdump
|
||||
|
Loading…
x
Reference in New Issue
Block a user