zoukankan      html  css  js  c++  java
  • FreeBSD relearning (one)minimal installtion

    July 26: FreeBSD mininum installtion

    1.Country Selection

     China 46 ,recommend:按下home键从前向后找。

    2.sysinstall|main Menu

    key word:Standard 标准安装,sysinstall会一步一步的提示您安装。

         Express:quick installation (not recommended).

         Custom:for experts.select this.

         Configure.....

    3.Custom isntall menu

    key words:Options:配置项,您想要启动的服务或想要安装的软件。比如启动IPv6,是否作为DHCP服务器。

          Partition:分区。要把FreeBSD安装到哪里。ad0s1,165

            Install Boot Manager for driver ad0?

              Standard:你硬盘只装FreeBSD,即不需要多系统引导管理。这项说明会有FreeBSD重写硬盘的MBR

              BootMgr:安装FreeBSD的多操作系统启动程序boot loader

         Label:挂载点和swap分配。

         Distribution:选择发行版本。选择7minimal installtion.

         Media:选择安装方式。选择CD/Rom

         Commit :start to install

    4.minimal installtion reboot 之后,直接进入系统(root),这时你设置密码 

    passwd命令

  • 相关阅读:
    jQuery琐碎
    jQuery文档加载事件
    微信,禁止分享页面
    级联下拉列表
    struts2 result随笔
    C++知识点(四)类与对象,结构体、联合体、枚举类
    C++知识点(三)函数
    剑指offer-二叉树
    LeetCode:Remove Element
    LeetCode:Remove Duplicates from Sorted Array
  • 原文地址:https://www.cnblogs.com/fengjian/p/2610842.html
Copyright © 2011-2022 走看看