找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3635|回复: 1

[linux] [分享]用Knoppix linux 光盘 制作 coyote2.10b5的经过

[复制链接]
发表于 2004-5-1 20:03:51 | 显示全部楼层
为了制作coyote2.10b5软盘,下载了Knoppix linux 的iso文件,刻盘以后
从光盘引导,linux启动了,界面真漂亮!30秒以后进入图形界面,单击硬盘图标,进入资源管理器(借用windows的说法)把coyote-2.10-beta5.tar.gz从
硬盘拷贝进linux的虚拟目录(因为硬盘分区是只读的),单击左下脚像舵轮的
图标,找到command xxxxxxx项(就像windows的“运行”),输入Konsole,确认,会打开字符窗口然后就像下面所写的一步一步来,很容易的,
下面#和$符号后面是输入的命令,和dos差不多啊 //以后是加的说明

knoppix@ttyp0[knoppix]$ su    //可能是改变登陆用户吧 看@前面变了
root@ttyp0[knoppix]# dir        //看看有什么文件
Desktop  c210b5.tar.gz  tmp   //包括c210b5.tar.gz,就是前面拷贝的
root@ttyp0[knoppix]# tar -xzf c210b5.tar.gz  //解压缩
root@ttyp0[knoppix]# dir       //列目录
Desktop  c210b5.tar.gz  coyote  tmp  //出现一个新文件夹
root@ttyp0[knoppix]# cd coyote  //进入这个新文件夹
root@ttyp0[coyote]# dir  //看看有什么
AUTHORS        buildall.sh  makefloppy.sh   newkernel.sh  scripts
ChangeLog.txt  buildroot    makerelease.sh  packages      utils
README         data         makesnap.sh     pkgsrc        winsrc
bin            floppy       mnt             resetall.sh
root@ttyp0[coyote]# ./makefloppy.sh    //好戏开始了

Coyote floppy builder script v2.9
Please choose the desired capacity for the created floppy:

1) 1.44Mb (Safest and most reliable but may lack space needed for some options)
2) 1.68Mb (Good reliability with extra space) - recommended
3) 1.72Mb (Most space but may not work on all systems or with all diskettes)

Enter selection: 1   //让选择软盘的大小,记得论坛里有人说过增大软盘容量的方法

Please select the type of Internet connection that your system uses.

1) Standard Ethernet Connection
2) PPP over Ethernet Connection
3) PPP Dialup Connection

Enter Selection: 2   //选择上网宽带类型,PPPoE拨号

Configuring system for PPP over Ethernet.
By default, Coyote uses the following settings for the local network interface:

IP Address: 192.168.0.1
Netmask:    255.255.255.0
Broadcast:  192.168.0.255
Network:    192.168.0.0
Would you like to change these settings? [Y/N]: n  //是否改变设置

Enter PPPoE username: name@adsl
Enter PPPoE password: password   //拨号的用户名和密码
Enter the domain name for your area: localdomain   //主机名字,它有什么用,谁能告诉我??

Enter your primary DNS server IP: 111.22.33.44
Enter your secondary DNS server IP: 222.22.33.44  //DNS服务器IP地址

You can either
- keep up the connection permanently [1]
- or connect automatically on outbound traffic
  and close the connection after a period of
  inactivity that you can define     [2]

Which option do you want [1/2]: 1  //请明白的朋友给讲一下这个选项

Do you want to enable the coyote DHCP server? [y/n]: y
Enter DHCP range starting IP [192.168.0.100]:
Enter DHCP range ending IP [192.168.0.200]: //DHCP设置

If you don't know what a DMZ is, just answer NO
You you like to configure a De-Militarized Zone? [Y/N]: n
//如果你不知道什么是DMZ,请选择NO,  真是先知啊,我还真不明白
You now need to specify the module name and parameters for your network cards.
If you are using PCI or EISA cards, leave the IO and IRQ lines blank.
//选择网卡
Enter the module name for you local network card: 8139too //内网卡
Enter IO address (Leave blank for PCI cards): //直接回车
Enter IRQ (Leave blank for PCI cards)://直接回车

Enter the module name for your Internet network card: 8139too //外网卡
Enter IO address (Leave blank for PCI cards):
Enter IRQ (Leave blank for PCI cards):
Checking module deps for (8139too,8139too)...
Module 8139too dep = mii
Module 8139too dep = mii
Copying module: drivers/mii.o
Copying module: drivers/8139too.o

If you have a syslog server on your LAN you want Coyote to send its syslog
data to, you can specify the address here. If unsure or you do not have a
syslog server, leave this entry blank.
//好像是指定syslog文件在局域网的存放地,
Syslog server address: //不管它,直接回车
Building package: etc
Building package: local
Building package: modules
Building package: root
Building package: dhcpd
Building package: webadmin //出现的是制作各种配置文件的信息吗?

Make sure that you have a floppy in the first floppy drive
in this system and press enter to continue...
//提示软盘是否在软驱里
Formatting /dev/fd0u1440
Double-sided, 80 tracks, 18 sec/track. Total capacity 1440 kB.
Formatting ...1-2--99--100 done
Verifying ...1--2-99--100 done
bin/mkdosfs 2.2 (06 Jul 1999)
Installing boot loader...
Copying files...
`floppy/SYSLINUX.DPY' -> `mnt/SYSLINUX.DPY'
cp: omitting directory `floppy/config'
`floppy/dhcpd.tgz' -> `mnt/dhcpd.tgz'
`floppy/etc.tgz' -> `mnt/etc.tgz'
`floppy/linux' -> `mnt/linux'
`floppy/local.tgz' -> `mnt/local.tgz'
`floppy/modules.tgz' -> `mnt/modules.tgz'
`floppy/root.tgz' -> `mnt/root.tgz'
`floppy/syslinux.cfg' -> `mnt/syslinux.cfg'
`floppy/webadmin.tgz' -> `mnt/webadmin.tgz'
`floppy/config/coyote.cfg' -> `mnt/config/coyote.cfg'
`floppy/config/fireloc.cfg' -> `mnt/config/fireloc.cfg'
`floppy/config/firewall.cfg' -> `mnt/config/firewall.cfg'
`floppy/config/hosts.dns' -> `mnt/config/hosts.dns'
`floppy/config/portfw.cfg' -> `mnt/config/portfw.cfg'
`floppy/config/qosfilt.cfg' -> `mnt/config/qosfilt.cfg'
`floppy/config/reserve.cfg' -> `mnt/config/reserve.cfg'
//一张软盘制作成功了
Would you like to create another copy of this disk [y/n]?n
root@ttyp0[coyote]#
这就是我,一个linux无知者的linux之旅,到此结束
routeros
回复

使用道具 举报

发表于 2004-5-1 22:09:51 | 显示全部楼层
支持原创,谢谢分享!
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-5-20 14:25 , Processed in 0.047874 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表