This website requires JavaScript.
Explore
Help
Register
Sign In
scifijunkie
/
pwnagotchi
Watch
1
Star
0
Fork
0
You've already forked pwnagotchi
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
pwnagotchi
/
.gitignore
11 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
hello world
2019-09-19 15:15:46 +02:00
*.img
Enable detection of bmaptool, and if present generate sparse files. This uses https://github.com/intel/bmap-tools to generate a .bmap file which can be copied around. The bmaptool allows storing sparse files onto for instance an SD card, thus avoiding having to transfer the full disk image every time one burns one. Thus saving lots of time (and SD card cycles). This also adds some instructions for then transfering and copying the sparse file. bmaptool: info: discovered bmap file '/Users/jeroen/berry.img.bmap' bmaptool: info: block map format version 2.0 bmaptool: info: 7324219 blocks of size 4096 (27.9 GiB), mapped 1539940 blocks (5.9 GiB or 21.0%) bmaptool: info: copying image 'berry.img' to file 'rdisk4' using bmap file 'berry.img.bmap' bmaptool: info: 100% copied bmaptool: info: synchronizing '/dev/rdisk4' bmaptool: info: copying time: 6m 49.7s, copying speed 14.7 MiB/sec versus copying the whole 30G which would take forever...
2019-10-02 11:33:07 +02:00
*.img.bmap
hello world
2019-09-19 15:15:46 +02:00
*.pcap
__pycache__
_backups
_emulation
_utils
misc: small fix or general refactoring i did not bother commenting
2019-09-20 13:48:40 +02:00
config.laptop.yml
misc: small fix or general refactoring i did not bother commenting
2019-09-21 14:07:59 +02:00
.idea
Add image creation script
2019-09-23 19:04:36 +02:00
tmp
Reference in New Issue
Copy Permalink