Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TrueOS-Cheatsheet #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
  • Loading branch information
Rod Myers
Rod Myers committed Jan 29, 2019
commit 58148a4186f5c427f4b88972b8acd3cbc21c3121
@@ -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