diff --git a/make.sh b/make.sh index 6f891bf..54303b4 100755 --- a/make.sh +++ b/make.sh @@ -105,6 +105,9 @@ _build() printf "\e[96mBuild live OS file system\e[0m\n" lb chroot + # Write commit hash and build date + echo "$(git -C $baseDir log -1 --pretty='%cd %h %s' --date=format:"%F")" >> $build/chroot/etc/debian_version + } _create_squashfs()