Skip to content

Commit 07c2576

Browse files
committed
better version info
1 parent 25dd51c commit 07c2576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version="$(uname -r)"
44

55
kernel=/boot/vmlinuz-${version}
6-
initrd=rblinux-initrd-$(date +%s).img
6+
initrd=rblinux-initrd-$(git log -1 --format=%h).img
77
append='edd=off init=/init HOME=/home rw vga=792'
88

99
mkdir cache -p

0 commit comments

Comments
 (0)