From: Mike Westerhof Date: Sun, 30 Jan 2011 14:34:06 +0000 (-0600) Subject: SlugOS: sysconf - change cpio usage from "crc" format to "newc" format X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45415fcd2351e676773b61a504d38b89ac057389;p=openembedded.git 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 --- 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 ) }