Paragraph
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
sudo rsync -aAXv / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /mnt |
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
# Configuration file | |
general { | |
# Allow players to use shape mining [default: true] | |
B:"Allow Shapes"=false | |
# Allows the undo command to overwrite replacables like fluids [default: true] | |
B:"Allow Undo Replacables"=true | |
# Use alternate check for tool validity (e.g. swords on webs) [default: false] |
This is based upon the LearnLinux.tv guide and this OdinsPlasmaRifle's gist
- /dev/sda1 will be our EFI partition
- /dev/sda2 will be an encryprted LVM ext4 filesystem
OlderNewer