Changeset 245 for quickinst/quickinst
- Timestamp:
- 21.12.2008 19:43:20 (20 months ago)
- File:
-
- 1 edited
-
quickinst/quickinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quickinst/quickinst
r244 r245 123 123 cp /etc/resolv.conf etc/resolv.conf 124 124 125 [ $addpkgs ] &&# TODO source for extra and community125 [ $addpkgs == "" ] && { # TODO source for extra and community 126 126 echo -e "[core]\nServer = $source" >> /tmp/pacman.conf 127 config="--config /tmp/pacman.conf" 128 } 127 129 128 130 mkdir sys proc dev 2> /dev/null 129 131 130 132 [ $on_arch ] && { 131 pacman --noconfirm --config /tmp/pacman.conf\132 - r $target -Sfy base $addpkgs || exit 1133 pacman --noconfirm $config -r $target \ 134 -Sfy base $addpkgs || exit 1 133 135 } || { 134 136 mount -o bind /dev dev … … 137 139 138 140 chroot $target /bin/bash <<EOF 139 pacman --noconfirm --config /tmp/pacman.conf\141 pacman --noconfirm $config \ 140 142 -Sfy base $addpkgs || exit 1 141 143 EOF
Note: See TracChangeset
for help on using the changeset viewer.

