From ab2def733d4c07c866a96f161adeeef2cac4a801 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 10 May 2018 23:13:49 +0200 Subject: [PATCH] Update rootfs_layer.sh --- buildroot-external/scripts/rootfs_layer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildroot-external/scripts/rootfs_layer.sh b/buildroot-external/scripts/rootfs_layer.sh index f23375d17..f2618f7f8 100644 --- a/buildroot-external/scripts/rootfs_layer.sh +++ b/buildroot-external/scripts/rootfs_layer.sh @@ -18,6 +18,9 @@ function fix_rootfs() { rm -rf ${TARGET_DIR}/media rm -rf ${TARGET_DIR}/srv rm -rf ${TARGET_DIR}/opt + + # Other stuff + rm -f ${TARGET_DIR}/usr/lib/os-release }