From c439a34ff7bf43717cec50e5d970d5dbaffa0e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Tue, 30 Aug 2022 12:50:11 +0200 Subject: [PATCH] Meta: Get rid of /res/version.ini There are no more users of this legacy version API. :yakgone: --- Meta/build-root-filesystem.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index c4c0284818..6acb2150ac 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -148,11 +148,6 @@ printf "setting up sysfs folder... " mkdir -p mnt/sys echo "done" -printf "writing version file... " -GIT_HASH=$( (git log --pretty=format:'%h' -n 1 | cut -c1-7) || true ) -printf "[Version]\nMajor=1\nMinor=0\nGit=%s\n" "$GIT_HASH" > mnt/res/version.ini -echo "done" - printf "installing users... " mkdir -p mnt/root mkdir -p mnt/home/anon