Skip to content

Instantly share code, notes, and snippets.

@pirate
Last active January 29, 2025 00:49
Show Gist options
  • Save pirate/6c534f6949eed835d0b130562b33d800 to your computer and use it in GitHub Desktop.
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
# 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