attiseve
发表于 2005-8-11 13:08:03
上面文章中的chroot怎么用法?单独一个chroot提示命令错误!
stdio
发表于 2005-8-11 13:15:26
chroot /path/to/system/root/
attiseve
发表于 2005-8-11 14:00:50
kernel /mbvmlinuz ro root=/dev/ram0 initrd=mbinitrd-hd.gz ramdisk_size=18432 vga=788
中的参数代表什么意思?
尤其是 root=/dev/ram0和ramdisk_size=18432
不要行吗?
demonlj
发表于 2005-8-11 14:13:31
你可以不要了试试呗。呵呵,
root=/dev/ram0 是要将内存做为暂时的根分区将镜像解压缩到这里,并以它作为系统启动。
ramdisk_size=18432是规定内存占用大小,不指定有可能会出错