Skip to content

Instantly share code, notes, and snippets.

@Razikus
Created December 21, 2019 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Razikus/6ea3cefabd2b472a95482e26a898ce6c to your computer and use it in GitHub Desktop.
Save Razikus/6ea3cefabd2b472a95482e26a898ce6c to your computer and use it in GitHub Desktop.
#/bin/mount -o bind / writeable/
#/bin/mount -o remount,rw / writeable/
tmpfs /tmp tmpfs nosuid,nodev 0 0
tmpfs /var/log tmpfs nosuid,nodev 0 0
tmpfs /var/tmp tmpfs nosuid,nodev 0 0
proc /proc proc defaults 0 0
PARTUUID=x /boot vfat defaults,ro 0 2
PARTUUID=xx / ext4 defaults,noatime,ro 0 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment