How To Set Up a Raspberry Pi 4 with Archlinux 64-bit (AArch64) and Full Disk Encryption (+SSH unlock), USB Boot (No SD-Card) and btrfs
Written by: XSystem
First published on: 20 Dec 2020
Last updated on: 20 Dec 2020
| # Split a repository into batches to avoid `pack exceeds maximum allowed size` on git push | |
| REMOTE=origin | |
| BRANCH=$(git rev-parse --abbrev-ref HEAD) | |
| BATCH_SIZE=500 | |
| # check if the branch exists on the remote | |
| if git show-ref --quiet --verify refs/remotes/$REMOTE/$BRANCH; then | |
| # if so, only push the commits that are not on the remote already | |
| range=$REMOTE/$BRANCH..HEAD |
| /* Nintendo sysmodules */ | |
| 0100000000000000 fs | |
| 0100000000000001 ldr | |
| 0100000000000002 ncm | |
| 0100000000000003 pm | |
| 0100000000000004 sm | |
| 0100000000000005 boot | |
| 0100000000000006 usb | |
| 0100000000000007 tma.stub/htc.stub | |
| 0100000000000008 boot2 |
checkvintf E 06-24 00:30:22 49120 49120 check_vintf.cpp:554])Moved to https://ftvdb.com
| #!/usr/bin/env python | |
| import os | |
| import sys | |
| import subprocess | |
| import tempfile | |
| import struct | |
| import shutil | |
| import hashlib |