|

楼主 |
发表于 2003-6-10 09:17:08
|
显示全部楼层
ext2,ext3 我都选了y,VFS file system support(read only)我选了m
,不知道对不对。
我的lfs用reddhat9.0的grub引导。
grub.conf:
default=0
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,7)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title LFS Linux (with background)
root (hd0,6)
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 ro vga=787 video=vesa:800x600@70
initrd=/boot/initrd |
|