From a8da00c48f36f562c2ce170856daa8cbfa64d451 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 1 May 2004 18:10:47 +0000 Subject: [PATCH] symlink some stuff into /var if rootfs is read only - patch courtesy pb_. BKrev: 4093e827CAa2mYlM3Z9xa97CxEwYhw --- base-files/base-files_3.0.14.oe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base-files/base-files_3.0.14.oe b/base-files/base-files_3.0.14.oe index a98d50834d..9b01c43b7f 100644 --- a/base-files/base-files_3.0.14.oe +++ b/base-files/base-files_3.0.14.oe @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" SRC_URI = "${DEBIAN_MIRROR}/main/b/base-files/base-files_${PV}.tar.gz" DESCRIPTION = "Base system miscellaneous files." @@ -66,5 +66,7 @@ EOF rmdir ${D}/var/* chmod a+x ${D}/etc/init.d/populate-var ln -s ../init.d/populate-var ${D}/etc/rcS.d/S01populate-var + ln -s /var/run/resolv.conf ${D}/etc/resolv.conf + ln -s /var/run/ld.so.cache ${D}/etc/ld.so.cache fi } -- 2.39.5