Changeset 243 for quickinst/quickinst


Ignore:
Timestamp:
21.12.2008 19:23:57 (20 months ago)
Author:
henning
Message:

quickinst: stupid bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickinst/quickinst

    r237 r243  
    123123        cp /etc/resolv.conf etc/resolv.conf 
    124124 
    125         echo -e "[core]\nServer = $source" > /tmp/pacman.conf 
     125        for i in core extra community; do 
     126                echo -e "[$i]\nServer = $source" >> /tmp/pacman.conf 
     127        done 
    126128 
    127129        mkdir sys proc dev 2> /dev/null 
Note: See TracChangeset for help on using the changeset viewer.