tcreek
tcreek
That is fine for now. I guess I could use it for a year, or two before I need a more advanced site. I have no guidelines. Maybe take ideas...
I have some extra mother boards and SSDs laying around so I build a clean Debian 10 system I am still getting the same error as before. Looking at the...
There is no /tools/bin/sh thus it fails. I did try to make a /bin then once in chroot make a symbolic link with "ln -sf bash /bin/sh" The link is...
Actually, it is in chroot. I see what LFS is doing. I think this project is wrong. in LFS Chatper 6 after entering chroot >mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib/firmware,mnt,opt} >ln -sv /tools/bin/{bash,cat,chmod,dd,echo,ln,mkdir,pwd,rm,stty,touch}...
Looking further at the guide, I see he does have some errors: > When we get to the point of installing debian's "priority:essential" packages, which include both of these shells,...
I was forced to do it this way. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=x86_64-unknown-linux-gnu --disable-dependency-tracking I really have no experience with compiling or using dpkg so I should research this tracking.
I accidentally ran some of those ln and mkdir commands outside of chroot so I am going to have to rebuild the host system because it really messed it up....
I am using a very low end / low power usage Celeron board. I think it only uses 7 watts power even while at max Ghz speed. I am already...
> Instead of doing compilation by hand, a more modern way of doing things might involve creating a CI/CD pipeline to essentially build a system and test it for you....
Okay, I rebuilt the host, and LFS chapter 5 again. This time I ran the following commands before trying the compiling of dpkg > touch /var/lib/dpkg/status > mkdir /bin >...