LFScript 4 - Quick Start
Uploader Comments (marcelvdboer)
All Comments (19)
-
Ubuntu is a good linux distro and i hope it goes continuies to improve on making a better linux OS (as everyone knows the linux community must move forward to in some way show that linux is just as capable system as any OS) and the best part about linux is it is open-source which means you can view and change any part of the Operating System and because of that it makes it the best system to learn how Operating Systems work i'll be downloading this distro because i want to go back to basic's
-
I switched to fsOS2 a1 and the issue is no longer present. Oh well. On with it. Thanks for the great script!
-
@ShortGuyWithACamera Well, that's how it is. I have no control over how long download locations remain valid. And LFS specific sources now seem to change MD5 sums every couple of days (so I no longer check them in the next release).
As I explained earlier, the best I can do now is release another update (which I will do again in a couple of days). I'm also thinking about adding a secondary download mechanism, which may solve (or at least delay) this problem.
Until then: Google is your friend.
-
@overcharged Take a look at my other video's.
There's some things I've not quite understood about LFS. First being, if I were to fully compile a Linux OS together, are you able to package it to an .iso so other people can install and use it? and is it fully customisable? (Custom name, wallpapers, graphics etc)
deadfire59 2 months ago
@deadfire59 The LFS book provides instructions on how to build a complete Linux system, but leaves the actual implementation up to the builder. Because of this, the system is even more customizable than most other distributions. The drawback is that you will need some expertise to accomplish this if you build and configure it by hand. Building an ISO image or package archives is not fully explained in the LFS book, but is something that I've been able to add to LFScript by default.
marcelvdboer 2 months ago
I'm getting this error for lfscript4-revision11:
./lfscript: line 422: syntax error near unexpected token `>'
./lfscript: line 442: ` echo "Postinstillation of ${p}..." &>> \'
trishtren18 8 months ago
@trishtren18 Yes, I've had a report on this issue. See bug #797142 on launchpad. You can work around this by opening lfscript in a text editor and replace all occurrences of "&>>" in lfscript with "&>" (remove the extra ">").
marcelvdboer 8 months ago
@marcelvdboer I had that error too! Thank you for posting the fix for it!
XAlienByteX 8 months ago
@XAlienByteX I've just uploaded a new revision of LFScript which has this bug fixed.
marcelvdboer 8 months ago