On 7 October 2016 at 21:46, Ken Moffat wrote:
> On Fri, Oct 07, 2016 at 04:09:36PM +, Peng HG wrote:
>> I've put up my installation script at
>>
>> https://github.com/NomadHK/salt
>>
> Two minor nits -
>
> README.md - your partitioning does not have anywhere to build the
> next system, nor do
On 7 October 2016 at 21:04, Rob wrote:
> Peng HG wrote:
>> I've put up my installation script at
>
> https://github.com/NomadHK/salt
>
> May I suggest using a
> wget-list
> file instead of putting all the files into the script?
> This would make the script a lot smaller to go through.
>
I agree,
On Fri, Oct 07, 2016 at 04:09:36PM +, Peng HG wrote:
> I've put up my installation script at
>
> https://github.com/NomadHK/salt
>
Two minor nits -
README.md - your partitioning does not have anywhere to build the
next system, nor do you separate /home.
Line 1712 - rxvt-unicode is a fork of
Peng HG wrote:
> I've put up my installation script at
https://github.com/NomadHK/salt
May I suggest using a
wget-list
file instead of putting all the files into the script?
This would make the script a lot smaller to go through.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ:
Oops, typo in the code snippet above. It should be
#!/bin/bash
sudo chroot /mnt/lfs /tools/bin/env -i TERM=xterm HOME=/root \
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash -c "set +h
cd /sources
tar -xf file-5.28.tar.gz
pushd file-5.28
./configure --prefix=/usr
make
make check
popd
I've put up my installation script at
https://github.com/NomadHK/salt
I believe (B)LFS should be done through a script right from the start and not
by typing the commands into the terminal as a once-off procedure. Copying and
pasting from the book mitigates some of the tedium, but has its dange