Saturday, December 13, 2008

Add CD/DVD ISO image to openSUSE Repository

  1. add the ISO as a software repository

    zypper ar -c -t yast2 "iso:/?iso=/home/jaimin/su1100.001.iso" "openSuSE 11"

  2. Verify that the service has been successfully added

    zypper repos

  3. Now we can delete the DVD repository as an installation repository

    zypper rr 1

  4. Let's quickly enable automatic refresh (optional)

    zypper mr -r "openSuSE 11"

  5. Now we can finally test the ISO repository and install a package like nmap

    zypper in -y nmap

No comments:

Post a Comment