Skip to content

Commit

Permalink
Use first CDROM for ZYPPER_REPOSITORIES by default for now (issue1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmeix committed Feb 24, 2017
1 parent c67f7e9 commit 4af8e90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions usr/share/rear/conf/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,10 @@ RBME_HOSTNAME=$HOSTNAME
# ReaR has nothing implemented to make zypper repositories accessible.
# If that precondition is not fulfilled one must explicitly specify in /etc/rear/local.conf
# the ZYPPER_REPOSITORIES array with appropriate valid zypper repository URI value(s)
# that are "just accessible" during "rear recover":
ZYPPER_REPOSITORIES=()
# that are "just accessible" during "rear recover".
# Currently the above described automated zypper repositories usage is not implemented.
# Te current default is to use a SUSE installation DVD in the first CDROM drive:
ZYPPER_REPOSITORIES=( "cd:///?devices=/dev/sr0" )
# The COPY_AS_IS_ZYPPER array contains by default basically what
# rpm -qc zypper ; rpm -ql libzypp | egrep -v 'locale|man'
# shows (currently determined on openSUSE Leap 42.1)
Expand Down

0 comments on commit 4af8e90

Please sign in to comment.