update readme
This commit is contained in:
parent
4d3833e498
commit
4cb08baaa1
15
README
15
README
@ -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
|
# Copyright 2019 Baho Utot
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
@ -66,16 +61,16 @@ ADDITIONS:
|
|||||||
cpio # needed for mkinitramfs
|
cpio # needed for mkinitramfs
|
||||||
mkinitramfs # to create initrd
|
mkinitramfs # to create initrd
|
||||||
popt # needed for rpm
|
popt # needed for rpm
|
||||||
python2 # needed for rpm
|
python2 # needed for rpm
|
||||||
rpm # package manager
|
rpm # package manager
|
||||||
wget # needed to fetch packages
|
wget # needed to fetch packages
|
||||||
firmware-radeon # firmware for radeon graphics
|
firmware-radeon # firmware for radeon graphics
|
||||||
firmware-realtek # firmware for realtek network
|
firmware-realtek # firmware for realtek network
|
||||||
firmware-amd-ucode # microcode updates for AMD CPUs
|
firmware-amd-ucode # microcode updates for AMD CPUs
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
BUILD PROCEDURE:
|
BUILD PROCEDURE:
|
||||||
login as root user
|
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
|
mkfs.ext4 /dev/sdxx create ext4 filesystem
|
||||||
|
|
||||||
install -vdm 755 /mnt/lfs create lfs directory
|
install -vdm 755 /mnt/lfs create lfs directory
|
||||||
@ -127,7 +122,7 @@ SCRIPTS:
|
|||||||
base.sh* builds chapter 6
|
base.sh* builds chapter 6
|
||||||
cleanup.sh* cleanup host system after build
|
cleanup.sh* cleanup host system after build
|
||||||
installer.sh* install rpm binaries to mounted partition
|
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
|
setup.sh* configure for build
|
||||||
tools.sh* builds chapter 5
|
tools.sh* builds chapter 5
|
||||||
version-check.sh* checks host system for requirements
|
version-check.sh* checks host system for requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user