|
|
|
@ -1,10 +1,5 @@ |
|
|
|
|
|
|
|
|
|
This project is dead.... |
|
|
|
|
I have moved to the arm platform on raspberry pi 2,3 and 4 |
|
|
|
|
I will no longer work on this amd/intel project |
|
|
|
|
My active LFS repository is LFS-RPi |
|
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------- |
|
|
|
|
# Copyright 2020 Chris Cromer |
|
|
|
|
# Copyright 2019 Baho Utot |
|
|
|
|
#----------------------------------------------------------------------------- |
|
|
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
|
@ -66,16 +61,16 @@ ADDITIONS: |
|
|
|
|
cpio # needed for mkinitramfs |
|
|
|
|
mkinitramfs # to create initrd |
|
|
|
|
popt # needed for rpm |
|
|
|
|
python2 # needed for rpm |
|
|
|
|
python2 # needed for rpm |
|
|
|
|
rpm # package manager |
|
|
|
|
wget # needed to fetch packages |
|
|
|
|
firmware-radeon # firmware for radeon graphics |
|
|
|
|
firmware-radeon # firmware for radeon graphics |
|
|
|
|
firmware-realtek # firmware for realtek network |
|
|
|
|
firmware-amd-ucode # microcode updates for AMD CPUs |
|
|
|
|
#----------------------------------------------------------------------------- |
|
|
|
|
BUILD PROCEDURE: |
|
|
|
|
login as root user |
|
|
|
|
fdisk /dev/sdx partition drive, you need to do this |
|
|
|
|
fdisk /dev/sdx partition drive, you need to do this |
|
|
|
|
mkfs.ext4 /dev/sdxx create ext4 filesystem |
|
|
|
|
|
|
|
|
|
install -vdm 755 /mnt/lfs create lfs directory |
|
|
|
@ -127,7 +122,7 @@ SCRIPTS: |
|
|
|
|
base.sh* builds chapter 6 |
|
|
|
|
cleanup.sh* cleanup host system after build |
|
|
|
|
installer.sh* install rpm binaries to mounted partition |
|
|
|
|
lfs.sh* builds the whole thing |
|
|
|
|
lfs.sh* builds the whole thing |
|
|
|
|
setup.sh* configure for build |
|
|
|
|
tools.sh* builds chapter 5 |
|
|
|
|
version-check.sh* checks host system for requirements |
|
|
|
|