mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 22:45:07 +00:00
Meta: Get rid of /res/version.ini
There are no more users of this legacy version API. :yakgone:
This commit is contained in:
parent
cb0b82ec46
commit
c439a34ff7
1 changed files with 0 additions and 5 deletions
|
@ -148,11 +148,6 @@ printf "setting up sysfs folder... "
|
||||||
mkdir -p mnt/sys
|
mkdir -p mnt/sys
|
||||||
echo "done"
|
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... "
|
printf "installing users... "
|
||||||
mkdir -p mnt/root
|
mkdir -p mnt/root
|
||||||
mkdir -p mnt/home/anon
|
mkdir -p mnt/home/anon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue