I Build linux, LFS, and I want to build LFS to ISO and can run as live CD and can install LFS GUI to hardisk. can everybody help me?
Asked
Active
Viewed 3,966 times
4
-
did you find any solution? – incompetent May 31 '17 at 10:40
1 Answers
4
If you just want to make a liveCD that will boot and run then a guide like this may help http://www.linuxfromscratch.org/hints/downloads/files/OLD/bootcd-2.6-udev-nptl.txt , but to make a system that will install on any generic PC (like your own distrobution essentially) you would need to either package several kernels, or one generic one, this is assuming that the PCs are alll using the same architecture and hardware (32 or 64 bit, then intel VS amd, then realtek etc for ethernet driver or wifi driver.) it's a lengthy process compared to a livecd that will just boot

user3124565
- 49
- 2
-
The link that you've suggested is way too old. It was written more than 10 years ago. – Abhimanyu Saharan Jun 24 '16 at 07:14
-
1Many thanks for your effort. I succeed build livecd with add option kernel zram, autofs, I copied slax config and this worked – user3127534 Sep 28 '17 at 04:29