Update note.md

This commit is contained in:
aiminick 2021-09-23 23:48:01 +08:00 committed by GitHub
parent aa71806137
commit 7b96611e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -107,3 +107,9 @@ make
cat /sys/block/sda/queue/scheduler
echo xxx > /sys/block/sda/queue/scheduler
```
#### mksquashfs
```
mksquashfs squashfs-root xxx.img -comp xz -no-xattrs
```