Skip to content

Commit

Permalink
Dont check for error with vconsole.conf either, installation needs to…
Browse files Browse the repository at this point in the history
… work even if

its not set.
  • Loading branch information
Chrysostomus committed Feb 24, 2017
1 parent 601af4a commit 5ac298b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/util-base.sh
Expand Up @@ -307,8 +307,7 @@ install_base() {
# arch_chroot "mhwd-kernel -i $(cat ${PACKAGES} | xargs -n1 | grep -f /tmp/.available_kernels | xargs)"

# If the virtual console has been set, then copy config file to installation
[[ -e /tmp/vconsole.conf ]] && cp -f /tmp/vconsole.conf ${MOUNTPOINT}/etc/vconsole.conf 2>$ERR
check_for_error "copy vconsole.conf" "$?"
[[ -e /tmp/vconsole.conf ]] && cp -f /tmp/vconsole.conf ${MOUNTPOINT}/etc/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
Expand Down

0 comments on commit 5ac298b

Please sign in to comment.