Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread xinglp
2017-03-10 21:48 GMT+08:00 Aaron Bains : > I want to make a live CD based on the LFS 8.0 documentation. I have made my > tool chain (completed chapter 5) and I am starting to build the packages for > the final system. > > I don't want to compile any packages inside the actual

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Aaron Bains
wrote: Tim's approach is your very best option. This is what I was thinking when I read your initial post, but I've never done anything like that... though it seems very feasible. You WILL chroot. You WILL build Chapter 6 IN ITS ENTIRETY. You WILL, additionally, DESTDIR

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Roger Frost
On 3/10/2017 2:08 PM, Aaron Bains wrote: No I don't have all the answers I'm just trying understand the best approach to a liveCD based system without needing extra compiling tools on the LiveCD. I was under the impression that once you compile (make) a package from source with your toolchain

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Bruce Dubbs
Aaron Bains wrote: No I don't have all the answers I'm just trying understand the best approach to a liveCD based system without needing extra compiling tools on the LiveCD. I was under the impression that once you compile (make) a package from source with your toolchain that it doesn't require

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Roger Frost
On 3/10/2017 1:29 PM, Aaron Bains wrote: Tim, yes that's what I'm getting at. Basically I wouldn't be chrooted into the LFS system. I build the tool chain on the host and make install destdir all my desired packages to the mounted LFS system. This would save lots of space resulting in a very

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Aaron Bains
Tim, yes that's what I'm getting at. Basically I wouldn't be chrooted into the LFS system. I build the tool chain on the host and make install destdir all my desired packages to the mounted LFS system. This would save lots of space resulting in a very small OS. Pretty sure this is how embedded

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Tim Tassonis
On 03/10/2017 07:17 PM, Aaron Bains wrote: But if I'm getting and building all the packages on the host and installing them on LFS, why would LFS need wget, etc. Im assuming LFS would only need the basic stuff such as glibc and Linux headers and coreutils and bash and their dependencies. I

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Aaron Bains
But if I'm getting and building all the packages on the host and installing them on LFS, why would LFS need wget, etc. Im assuming LFS would only need the basic stuff such as glibc and Linux headers and coreutils and bash and their dependencies. I wouldn't expect minimal systems like tinycore or

Re: [lfs-support] Building a LiveCD from LFS 8.0

2017-03-10 Thread Bruce Dubbs
Aaron Bains wrote: I want to make a live CD based on the LFS 8.0 documentation. I have made my tool chain (completed chapter 5) and I am starting to build the packages for the final system. I don't want to compile any packages inside the actual LiveCD, since I want my LiveCD to be very