mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Revert "overlay coreos/config: Add Flatcar modifications for net-libs/libtirpc"
This reverts commit 8abee8d2587a93209cb73d04ddfc3a498f2e2b8c. Drop the commit for now, I think that these modifications are unnecessary.
This commit is contained in:
parent
291a2be16c
commit
28fdd15a8d
@ -1,10 +0,0 @@
|
||||
# Set netconfig path to /usr so NFS works in PXE/ISO-booted systems.
|
||||
|
||||
cros_post_src_prepare_libtirpc_flatcar_modifications() {
|
||||
sed -i -e "s,/etc,/usr/share/tirpc," "${S}/tirpc/netconfig.h" || die
|
||||
}
|
||||
|
||||
cros_post_src_install_libtirpc_flatcar_modifications() {
|
||||
mkdir -p "${ED}/usr/share/tirpc"
|
||||
mv "${ED}/etc/netconfig" "${ED}/usr/share/tirpc/netconfig"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user