Skip to content

Instantly share code, notes, and snippets.

@rbn42
Created May 11, 2016 08:12
Show Gist options
  • Save rbn42/926036c4a91ab79ba8dd76336d81b440 to your computer and use it in GitHub Desktop.
Save rbn42/926036c4a91ab79ba8dd76336d81b440 to your computer and use it in GitHub Desktop.
export ROOT_UUID=$(blkid /dev/sda7 -s UUID -o value)
export HOME_UUID=$(blkid /dev/sda5 -s UUID -o value)
echo UUID=$ROOT_UUID / ext4 errors=remount-ro 0 1
echo \#UUID=$HOME_UUID /home ext4 defaults 0 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment