diff options
author | arianaglande <vasco.eb21@gmail.com> | 2022-08-08 15:41:26 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 22:56:58 +0100 |
commit | 1830493acef9531caaa2409ed4b9000da83af910 (patch) | |
tree | 5f1ef442da8bff7eb4ed2bd4da3602680636f21a | |
parent | Fix MA SFP pinout (diff) | |
download | hack-gpon.github.io-1830493acef9531caaa2409ed4b9000da83af910.tar hack-gpon.github.io-1830493acef9531caaa2409ed4b9000da83af910.tar.gz hack-gpon.github.io-1830493acef9531caaa2409ed4b9000da83af910.tar.bz2 hack-gpon.github.io-1830493acef9531caaa2409ed4b9000da83af910.tar.lz hack-gpon.github.io-1830493acef9531caaa2409ed4b9000da83af910.tar.xz hack-gpon.github.io-1830493acef9531caaa2409ed4b9000da83af910.tar.zst hack-gpon.github.io-1830493acef9531caaa2409ed4b9000da83af910.zip |
Diffstat (limited to '')
-rw-r--r-- | ont-technicolor-afm0002.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ont-technicolor-afm0002.md b/ont-technicolor-afm0002.md index c959424..f6ab723 100644 --- a/ont-technicolor-afm0002.md +++ b/ont-technicolor-afm0002.md @@ -143,6 +143,8 @@ From the PC to the stick {% include alert.html content="If a Windows system is used replace type with cat and run the commands from cmd (not Powershell)" %} ## Extracting and repacking the rootfs +{% include alert.html content="Make sure you run both commands as root, otherwise you might get a damaged rootfs image" alert="Warning" icon="svg-warning" color="red" %} + ```sh # unsquashfs mtd5.bin # mksquashfs squashfs-root rootfs -b 131072 -comp lzma -no-recovery @@ -235,4 +237,4 @@ If you want to log everything since the stick boots, you can create a custom roo # Miscellaneous Links -- [omcilog2pcap](https://github.com/ADeltaX/omcilog2pcap)
\ No newline at end of file +- [omcilog2pcap](https://github.com/ADeltaX/omcilog2pcap) |