mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
Do not check for error when compying pacman.conf, it is supposed to return 1 half
the time
This commit is contained in:
parent
d29471833e
commit
601af4a976
@ -311,8 +311,7 @@ install_base() {
|
||||
check_for_error "copy vconsole.conf" "$?"
|
||||
|
||||
# If specified, copy over the pacman.conf file to the installation
|
||||
[[ $COPY_PACCONF -eq 1 ]] && cp -f /etc/pacman.conf ${MOUNTPOINT}/etc/pacman.conf 2>$ERR
|
||||
check_for_error "copy pacman.conf" "$?"
|
||||
[[ $COPY_PACCONF -eq 1 ]] && cp -f /etc/pacman.conf ${MOUNTPOINT}/etc/pacman.conf
|
||||
|
||||
# if branch was chosen, use that also in installed system. If not, use the system setting
|
||||
if [[ -e ${BRANCH} ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user