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
| clear | |
| developer 1 | |
| con_enable 1 | |
| rate 128000 | |
| cl_cmdrate 128 | |
| cl_updaterate 128 |
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
| wifi-menu | |
| ping www.google.com | |
| # setup disk partitions | |
| cfdisk. | |
| # format disk partitions | |
| lsblk /dev/sda | |
| mkfs.ext4 /dev/sda1 | |
| mkfs.ext4 /dev/sda2 |