Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use framebuffer pitch instead of width where necessary #161

Merged
merged 11 commits into from
Dec 2, 2024
Prev Previous commit
Next Next commit
Add flush command option to sync.sh , to attempt to flush qemu-nbd st…
…ate and attempt basic repair of filesystem
  • Loading branch information
GutPuncher committed Aug 26, 2024
commit 4e77bf1c0aee1bf39c17e52686a60ad6e6a4fcc3
6 changes: 6 additions & 0 deletions build/sync.sh
Original file line number Diff line number Diff line change
@@ -74,6 +74,12 @@ else
sudo modprobe nbd
[ ! -d $TMPMOUNT ] && mkdir $TMPMOUNT
case $1 in
flush)
mount_vdisk
sudo blockdev --flushbufs /dev/nbd0
sudo dosfsck -w -r -l -v -t /dev/nbd0
umount_vdisk
;;
diff)
mount_vdisk
diff -x *.MAP --color=always -r ../src/ $TMPMOUNT/ | less -R -p "diff -x.*|Only in.*"