Re: building an LFS/BLFS system using porg
Roger Koehler <[email protected]>
| Newsgroups | gmane.linux.lfs.general |
|---|---|
| Message-ID | <CAFmpHayq37ccHz3BY_4GjkRDB3Q1kMLvmR9ZwtVMX+qbWu-fnw@mail.gmail.com> |
On Tue, Oct 28, 2014 at 4:45 PM, Roger Koehler <[email protected]> wrote: > On Tue, Oct 28, 2014 at 4:39 PM, Roger Koehler <[email protected]> wrote: >> On Tue, Oct 28, 2014 at 4:30 PM, Roger Koehler <[email protected]> wrote: >>> On Tue, Oct 28, 2014 at 11:22 AM, Roger Koehler <[email protected]> wrote: >>>> On Tue, Oct 28, 2014 at 8:43 AM, Roger Koehler <[email protected]> wrote: >>>>> I am excited to try it! My plan is to install it at the end of LFS chapter >>>>> 5 and then use it to install the entire system! I may run into issues. >>>> >>>> Step 1: >>>> >>>> So, after installing xz, do this (as root): >>>> >>>> mkdir /mnt/lfs/var/log/porg >>>> ln -sv /mnt/lfs/var/log/porg /var/log/porg >>>> ./configure --prefix=/tools --disable-grop >>>> make >>>> make install >>> >>> Step 2: >>> >>> After creating all of the standard directories, links, and >>> configuration files, the first real installation is the Linux API >>> headers which amounts to a simple copy command: >>> >>> porg -lp linux-api-headers-3.16.6 "cp -rv dest/include/* /usr/include" >> >> One more quick note. The following command can be used so as not to >> have to type in the package name if the build directory name is good >> enough: >> >> porg -lD "make install" > > Changed "install directory" to "build directory" above. Also, porg -lD+ "<commands>" can be used to add installation commands to an existing log file. Step 3: Before deleting the tools directory: ./configure --prefix=/usr --disable-grop make porg -lD "make install" to make it permanent before going on to build BLFS. -- LinkedIn Profile -- http://lists.linuxfromscratch.org/listinfo/lfs-chat FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page