mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-08-04 01:36:10 -04:00
Make check_fat more verbose
This commit is contained in:
parent
c651b5c672
commit
572ebec095
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ mount_fat:
|
|||||||
check_fat:
|
check_fat:
|
||||||
sudo /sbin/losetup -o1048576 /dev/loop0 hdd.img
|
sudo /sbin/losetup -o1048576 /dev/loop0 hdd.img
|
||||||
sudo /bin/mount -t vfat /dev/loop0 mnt/fake/
|
sudo /bin/mount -t vfat /dev/loop0 mnt/fake/
|
||||||
sudo fsck.fat -n /dev/loop0 || true
|
sudo fsck.fat -v -n /dev/loop0 || true
|
||||||
sudo /bin/umount mnt/fake/
|
sudo /bin/umount mnt/fake/
|
||||||
sudo /sbin/losetup -d /dev/loop0
|
sudo /sbin/losetup -d /dev/loop0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user