From d4ba63c5e721c645558cc71f98614847cda27259 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Mon, 14 Aug 2017 20:57:51 -0700 Subject: [PATCH] Generate platformfs via makefile --- mkplatformfs.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkplatformfs.sh.in b/mkplatformfs.sh.in index 50c5aaf..5d6c68b 100644 --- a/mkplatformfs.sh.in +++ b/mkplatformfs.sh.in @@ -165,7 +165,7 @@ rm -rf "$ROOTFS/var/cache/*" 2>/dev/null # Finally we can compress the tarball, the name will include the # platform and the date on which the tarball was built. -tarball=void-${PLATFORM}-ROOTFS-$(date '+%Y%m%d').tar.xz +tarball=void-${PLATFORM}-PLATFORMFS-$(date '+%Y%m%d').tar.xz run_cmd "tar -cp --posix --xattrs -C $ROOTFS . | xz -T0 -9 > $tarball " # Now that we have the tarball we don't need the rootfs anymore, so we