Results 1 to 2 of 2
alright, i have a LFS script and im pretty sure i know how to use it correctly, the only big iff i have with it is this
getSources()
{
for ...
- 06-23-2010 #1Just Joined!
- Join Date
- Mar 2008
- Location
- USA, East Coast
- Posts
- 33
inserting source sites for LFS script installation
alright, i have a LFS script and im pretty sure i know how to use it correctly, the only big iff i have with it is this
getSources()
{
for script in $@; do
WGETLIST=""
MD5SUMLIST=""
source "${SCRIPTSDIR}/${script}"
up where it says WGETLIST="" should i insert the website where all the packages are contained? and the same would be assumed for the MD5 checks as well.
im just a little lost as to what should go in between the quotes.
any and all help would be greatly appreciated
Thanks.
- 06-28-2010 #2Just Joined!
- Join Date
- Mar 2008
- Location
- USA, East Coast
- Posts
- 33
anyone at all?


Reply With Quote