linux

位置:IT落伍者 >> linux >> 浏览文章

如何在硬碟建置Linux系统之系统设定


发布日期:2022年07月01日
 
如何在硬碟建置Linux系统之系统设定

刚刚完成的安装工作 所花时间可能会用掉一两个小时之间

如想更快些 在后面我会示范快速自动安装法

下面画面是刚刚安装过程最后的一个画面 也就是在安装完成时

安装程式会立刻询问我们要不要接着进行系统设定 我们按

选择 Yes

<< 画面 >>

________________ CONFIGURE YOUR SYSTEM? _________________

? Now its time to configure your Linux system If this ?

? is a new system you must configure it now or it will ?

? not boot correctly Otherwise you can back out to the ?

? main menu if youre sure you want to skip this step ?

? If youve installed a new kernel image its important ?

? to reconfigure your system so that you can install ?

? LILO (the Linux loader) or create a bootdisk using the ?

? new kernel Do you want to move on to the CONFIGURE ?

? option? ?

? ?

__________________________________________________________?

? < Yes > < No > ?

__________________________________________________________?

制作一张系统启动磁片

<< 画面 >>

____________________ MAKE BOOT DISK? _____________________

? It is HIGHLY recommended that you make a standard boot ?

? disk for your Linux system at this time Such a disk ?

? can be very handy if LILO of a kernel is ever ?

? improperly installed Since the boot disk will contain ?

? a kernel that is independent of LILO and the kernel on ?

? your hard drive youll still be able to use it to ?

? boot your system no matter what you do to LILO or your ?

? hard drive kernel Would you like to make a standard ?

? boot disk? ?

? ?

__________________________________________________________?

? < Yes > < No > ?

__________________________________________________________?

画面 要我们制作一张系统开机磁片 这样子 即使稍后安装

LILO时 (不论安装在 MBRⅱ root partition的 superblock 或者软碟)

不慎失败了 这张磁片也可以正常开机 换句话说 这张系统开机磁

片完全与 LILO无关 这张磁片包含有系统的 Kernel 只要在开机时

把这磁片插入第一个磁碟 则不论原先硬碟设定由 DOS或任何的作业

系统开机 这磁片也可以开机进入硬碟 Linux系统 这方式就是最原

始的开机选择 (传统用软碟机来达成多重开机选择 是最安全的) 这方式完全

无须依赖任何的开机选择程式 作者强烈建议您制作这样一张磁片

您平常可以用这张来开机 或者 把这张开机片当作辅助开机片

常摆在安全的地方 不用它 但在万一的时刻 比方说原本的硬碟开

机与软碟开机都毁了 这时 这一张磁片就可以派上用场

<< 画面 >>

____________________ BOOT DISK CREATION ____________________?

? ?

? Now put a formatted floppy in your boot drive ?

? This will be made into your Linux boot disk Use this to ?

? boot Linux until LILO has been configured to boot from ?

? the hard drive ?

? ?

? Any data on the target disk will be destroyed ?

? ?

? YES creates the disk NO aborts ?

? ?

____________________________________________________________?

? < Yes > < No > ?

____________________________________________________________?

<< 画面 >>

________________ CREATING DISK _________________

? Creating boot disk from vmlinuz ?

? ?

? ?

________________________________________________?

设定数据机

以下询问是有配备有数据机 (Modem)? 有数据机则直接按

若没有 使用 或 左右方向键把反白移到 < No > 再按

<< 画面 >>

________________________ MODEM CONFIGURATION _________________________

? ?

? This part of the configuration process will create a link in /dev ?

? from your callout device (cua cua cua cua) to /dev/modem ?

? You can change this link later if you put your modem on a different ?

? port ?

? ?

? Would you like to set up your modem? ?

? ?

_______________________________________________________________________

? < Yes > < No > ?

_______________________________________________________________________

若有数据机 则进一步选择数据机所在之串列埠 请移动反白

做正确选择 以下这动作相当于正常 Linux环境下的指令:

$ ln s /dev/ttyS mouse 但是把 ttyS 换成正确的一个

<< 画面 >>

________________ SELECT CALLOUT DEVICE __________________?

? Please select the callout device which you would like ?

? to use for your modem: ?

? ______________________________________________________??

?? cua com: under DOS ??

?? cua com: under DOS ??

?? cua com: under DOS ??

?? cua com: under DOS ??

? ______________________________________________________??

__________________________________________________________?

? < OK > ?

__________________________________________________________?

设定滑鼠装置

以下询问有没有滑鼠装置?

<< 画面 >>

______________________ MOUSE CONFIGURATION ________________________?

? ?

? This part of the configuration process will create a link in /dev ?

? from your mouse device to /dev/mouse You can change this link ?

? later if the setting chosen does not work or if you switch to a ?

? different type of mouse

上一篇:Linux 使用基本知识:远程使用X Window

下一篇:Linux系统常见紧急情况的处理方法