From 58148a4186f5c427f4b88972b8acd3cbc21c3121 Mon Sep 17 00:00:00 2001 From: Rod Myers Date: Tue, 29 Jan 2019 07:33:38 -0500 Subject: [PATCH] Update TrueOS-Cheatsheet if the user wishes to start attempting to compile programs from the ports tree. the user will need to the following to accomplish this task 24: make sure that you remove anything in /usr/ports sudo rm -rf * /usr/ports grab the trueos ports tree git clone https://github.com/trueos/trueos-ports /usr/ports 25: now to install the development packages pkg install -g "OS-*-development" --- TrueOS-Cheatsheet | 1 + 1 file changed, 1 insertion(+) diff --git a/TrueOS-Cheatsheet b/TrueOS-Cheatsheet index 16fe56d..c394390 100644 --- a/TrueOS-Cheatsheet +++ b/TrueOS-Cheatsheet @@ -398,3 +398,4 @@ At the boot-loader menu, drop to the Command-Prompt (Under Advanced). Run the co Once you’ve come up with a working resolution you can hard-code it by putting the 'gop set ’ command in /boot/loader.rc.local. original link --> UEFI Resolution https://github.com/trueos/trueos/wiki/UEFI-Resolution +