zoukankan      html  css  js  c++  java
  • SUSE制作ISO源

    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

  • 相关阅读:
    android 显示自定义视图对话框
    android为按钮事件进行监听过程
    实验三
    实验二
    实验一
    第五次作业
    第四次作业
    第三次作业
    第二次作业
    第一次作业
  • 原文地址:https://www.cnblogs.com/heidsoft/p/3986944.html
Copyright © 2011-2022 走看看