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
i used to play fortnite all nite. no sleep! but ever since obama told me to try raid shadow legends for free, i am addicted. this game is a game. it has graphics. it has characters. best of all it has a loot box mechanic to enhance my experience even more by adding another exciting chance based layer to the game! two week ago i spend all my money becoming a raid shadow legend. now i live in a dumpster outside a mcdonalds with free wifi. at night i sneak into the mcdonalds just like my new racoon dad, stripey, taught me to do so that i can charge my phone. through the cracked screen i am still perpetually amazed at the graphics of this game... they look so real! thank you obama, you truly change my life! |
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
mkfs.fat -F32 /dev/sda1 | |
mkfs.ext4 /dev/sda2 | |
mkswap /dev/sda3 | |
swapon /dev/sda3 | |
mount /dev/sda2 /mnt | |
pacstrap base linux /mnt | |
mkdir /mnt/boot/efi | |
mount /dev/sda1 /mnt/boot/efi | |
genfstab -U > /mnt/etc/fstab | |
arch-chroot /mnt |