These commands have been tested on openSUSE 11.

  1. First create a directory where you will store your ISO files.

    mkdir /home/sources

  2. Now create your ISO

    mkisofs -iso-level 4 -J -R -o /home/sources/su1100.001.iso /media/SU1100.001/

  3. Now we add the ISO as a software repository

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

  4. Verify that the service has been successfully added

    zypper repos

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

    zypper rr 1

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

    zypper mr -r "openSuSE 11"

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

    zypper in -y nmap

最新文章

  1. Qt工程打包发布
  2. Java单例模式——并非看起来那么简单
  3. Android studio 的初始设置
  4. 特殊字符导致用正则表达式进行字符串替换失败,Java replaceAll()方法报错Illegal group reference
  5. c# 与 c++ 编译
  6. margin:0 auto
  7. .13-Vue源码之patch(3)(终于完事)
  8. org.apache.jasper.JasperException: /pages/path.jsp
  9. XGBoost算法--学习笔记
  10. 《为大量出现的KPI流快速部署异常检测模型》 笔记
  11. Python开发【第二篇】:基本数据类型
  12. flask异步
  13. Python笔记 【无序】 【三】
  14. c++ char数组形式的字符串 与输入输出
  15. SpringMVC(3):DispatcherServlet详解
  16. SQL查询遍历数据方法一 [ 临时表 + While循环]
  17. Apache Commons工具集简介
  18. Oracle客户端安装以及PL/SQL Developer安装方法
  19. 20155305 2016-2017-2 《Java程序设计》 实验五 Java网络编程及安全实验报告
  20. 20145218张晓涵_Web基础

热门文章

  1. 什么是spark(二) RDD
  2. 如何将angular-ui-bootstrap的分页组件封装成一个指令
  3. Ubuntu 16.04 配置安卓5.1编译环境
  4. awk:NF-NR-OFS-ORS-RS等参数
  5. Netty--TCP粘包和拆包
  6. 1103 Integer Factorization
  7. Vim编辑器基本操作学习(二)
  8. locale错误导致Java中文乱码错误的总结
  9. ORA-01146: cannot start online backup - file 1 is already in backup ORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'
  10. Go - 类型与变量