LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   How to create a LiveCD of my LFS system (https://www.linuxquestions.org/questions/linux-from-scratch-13/how-to-create-a-livecd-of-my-lfs-system-4175581462/)

JayCorts 06-04-2016 08:45 PM

How to create a LiveCD of my LFS system
 
Hello everyone,

and end with the installation and configuration of my LFS system, now I want to turn it into a LiveCD, but I have not found good information that explains how.

I could collaborate with any guide as could create the LiveCD of my LFS system.

ReaperX7 06-04-2016 11:33 PM

I would not stop just at completing LFS. You should create a more complete base system by completing Chapter 3 of BLFS, and adding any extra tools and libraries to handle various file systems.

After you finish making a good base, use tar to create a back of the system.

Code:

cd /
tar cpfvz lfs-core-<date here>.tar.gz *

Next, extract it into /tmp and then work on getting things like fstab and any other settings for a temporary environment. Afterwards, check out AlienBOBs live disk for Slackware sources for any other ideas.

JayCorts 06-05-2016 12:37 AM

Quote:

Originally Posted by ReaperX7 (Post 5556111)
I would not stop just at completing LFS. You should create a more complete base system by completing Chapter 3 of BLFS, and adding any extra tools and libraries to handle various file systems.

After you finish making a good base, use tar to create a back of the system.

Code:

cd /
tar cpfvz lfs-core-<date here>.tar.gz *

Next, extract it into /tmp and then work on getting things like fstab and any other settings for a temporary environment. Afterwards, check out AlienBOBs live disk for Slackware sources for any other ideas.

I'm sorry I did not explain well, and end configurations BLS required, install the graphical environment, libraries and applications needed now need to create the liveCD, I read the Hints of the official website but I manage to find something functional for the LiveCD

nasima 08-08-2017 02:28 AM

I have same problem.
How can I make bootable iso linux from scratch.
I read the hint but most of them are from lfs not blf.

hendrickxm 08-09-2017 09:39 AM

Try LFScript, it can build a lfs-system and blfs-system and also a livecd.


All times are GMT -5. The time now is 03:02 PM.