Skip to content

Commit f2e523b

Browse files
committed
updated for lfs 9.0
1 parent e65db34 commit f2e523b

2 files changed

Lines changed: 65 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ cdtree/LFS/LFSPkgBuilds
77
hostkeys
88
*.iso
99
workingfiles
10-
extenallinks
1110
cdtree/LFS/*

extenallinks

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
2+
version 8.08
3+
32 bit
4+
tools
5+
https://www.dropbox.com/s/00d9g99v1h7yzpn/tools-8.0_32.tar.bz2
6+
9.0
7+
https://www.dropbox.com/s/dlmmd5us8bn86zt/tools-9.0_32.tar.bz2
8+
9+
root system
10+
https://www.dropbox.com/s/ktxt3pwljmki6ns/root_tree32.tar.xz
11+
12+
64 bit
13+
tools
14+
https://www.dropbox.com/s/m8spbezuuc1e9q2/tools-8.0_64.tar.bz2
15+
9.0
16+
https://www.dropbox.com/s/l2uer2qfy7czh9j/tools-9.0_64.tar.bz2
17+
18+
root system
19+
https://www.dropbox.com/s/wqxswj35gvrqqfv/root_tree64.tar.xz
20+
21+
bootcd
22+
**no use https://www.dropbox.com/s/x6ycbgtlhkb4onb/bootcd.iso**
23+
https://www.dropbox.com/s/5ut7v7sgobgykyu/bootcd-8.0.iso
24+
9.0
25+
https://www.dropbox.com/s/pv9v9sp312dkp1z/LFSBootCD-9.0.iso
26+
27+
LFSPKGBUILDS="https://github.com/KeithDHedger/LFSPkgBuilds/archive/version8.zip"
28+
LFSPKG="https://github.com/KeithDHedger/LFSPkg/archive/master.zip"
29+
30+
POST
31+
There have been a number of threads here about a bootable CD to build LFS, so here's my version.
32+
This is the prebuild iso image:
33+
https://www.dropbox.com/s/5ut7v7sgobgykyu/bootcd-8.0.iso
34+
35+
This can be used 'as is' for VBox or burnt to DVD for a 'real' computer.
36+
Both 64 bit ( default ) and 32 bit systems can be built, just follow the onscreen instructions.
37+
Full source archives are included on the iso along with pre-built 64 and 32 bit tools, also included are the source files for wget/openssl and complete build scripts for my lfspkg package manager.
38+
39+
Login as root ( no password ), type[code]Instructions[/code] and then follow the onscreen guide, I would suggest opening another console ( ATL-F2 ) and run the commands from there, gpm is installed so you can copy/paste with the mouse.
40+
41+
If all goes well at the end you will have a bootable LFS installed, you can then carry on and install xorg etc as you want.
42+
43+
If you want to change/add stuff to the iso you can download the all the source files like so:[code]git clone https://github.com/KeithDHedger/LFSBootCD.git
44+
./getSources[/code]
45+
46+
The getSources sscript will download some large external files:
47+
64bit tools.
48+
32bit tools.
49+
64bit system ( for iso ).
50+
32bit system ( for iso ).
51+
Source files for LFS.
52+
Source files for wget/openssl/unzip.
53+
Source files for lfspkg manager.
54+
55+
The tools and system archives only need to be downloaded once.
56+
57+
Most non exectuable extras should be put in the cdtree folder, executables and data should go in the relevent xtras* folders, anthing in the xtrasanyarch folder will be added to BOTH 32bit and 64bit system.
58+
59+
After making any changes follow the instruction in the README.md file to rebuild the new system.
60+
61+
Let me know what you think.
62+
Enjoy!
63+
64+
65+

0 commit comments

Comments
 (0)