Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just Joined!
    Join Date
    Mar 2008
    Location
    USA, East Coast
    Posts
    33
    anyone at all?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...