From 45415fcd2351e676773b61a504d38b89ac057389 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sun, 30 Jan 2011 08:34:06 -0600 Subject: [PATCH] SlugOS: sysconf - change cpio usage from "crc" format to "newc" format (busybox cpio does not (yet) support the crc format) Signed-off-by: Mike Westerhof --- recipes/slugos-init/files/sysconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/slugos-init/files/sysconf b/recipes/slugos-init/files/sysconf index 41aa785884..6a9c70d300 100644 --- a/recipes/slugos-init/files/sysconf +++ b/recipes/slugos-init/files/sysconf @@ -259,7 +259,7 @@ sysconf_save_conffiles(){ then exec cpio -p -d -m -u "$saved" else - exec cpio -o -H crc >"$saved" + exec cpio -o -H newc >"$saved" fi ) } -- 2.39.5