diff --git a/docs/notes/note.md b/docs/notes/note.md index 1590343..8966cc7 100644 --- a/docs/notes/note.md +++ b/docs/notes/note.md @@ -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 +```