Last active
January 29, 2025 00:49
-
-
Save pirate/6c534f6949eed835d0b130562b33d800 to your computer and use it in GitHub Desktop.
Commands to enable read-write / apt install on the boot pool for TrueNAS scale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable read-write / apt install on the boot pool for TrueNAS scale | |
mount -o remount,rw 'boot-pool/ROOT/24.10.2/usr' | |
chmod +x /bin/apt* | |
chmod +x /usr/bin/dpkg | |
apt-get update | |
/usr/local/libexec/disable-rootfs-protection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment