Compiling github Ghostbsd-src source code in October 2023

Compiling github Ghostbsd-src source code in October 2023

 
on a FreeBSD computer ( Raspberry Pi 4B Freebsd.org/where snapshot ).  Select one to be your stable platform that you use FreeBSD Clang compilers to build GhostBSD from source code into a Kernel.image that you can write a created image file into a USB flash drive with 'dd' command.
 
 

Adventurous and daring,  ready to solve your own problems?  Give 14.0-STABLE or 15.0-CURRENT  https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.0/




 Click on the green "Code" box and select your method to download
Download the GhostBSD-src  source code  Change to root user

su -
password:

mkdir /usr/ghostbsd-src
cd /usr  ;  git clone  https://github.com/ghostbsd/ghostbsd-src.git

cd /usr/ghostbsd-src
time make buildworld KERNCONF=GENERIC-VCHIQ -DNO_CLEAN
time make buildkernel KERNCONF=GENERIC-VCHIQ -DNO_CLEAN 
 
Read Klara Systems   KlaraSystems.com  Articles:
Time for Reading more useful information:
 
 
export ROOTFSDIR=$HOME/rootfs cd $HOME/freebsd-src make DESTDIR=$ROOTFSDIR installworld make DESTDIR=$ROOTFSDIR distribution make DESTDIR=$ROOTFSDIR installkernel
 
 
export ROOTFSDIR=$HOME/rootfs
ls -l $ROOTFSDIR 
 
time make DESTDIR=$ROOTFSDIR installworld  KERNCONF=GENERIC-VCHIQ
time make DESTDIR=$ROOTFSDIR distribution KERNCONF=GENERIC-VCHIQ
time make DESTDIR=$ROOTFSDIR installkernel KERNCONF=GENERIC-VCHIQ
 
 
 You should now have $ROOTFSDIR populated with a clean install of FreeBSD:
 
 
 

Comments

Popular posts from this blog

FreeBSD 14.0 Compiling kernel for Raspberry Pi 4B

HDMI Audio sound patches into GhostBSD source code /usr/ghost14/ghostbsd-src SOLVED Jan20 2024

How to install GhostBSD-Arm64 into a USB Flash Drive stick April 24, 2024 update edition.