Update lab1-boot-with-grub2-in-udisk.md

This commit is contained in:
chyyuu 2015-04-22 23:55:52 +08:00
parent 885eb12a76
commit 0a4ca0d275

View File

@ -57,7 +57,7 @@ grub-install --force --no-floppy --root-directory=/media/MULTIBOOT/ /dev/sdb1
其内容如下:
```
menuentry 'ucore-lab1' {
knetbsd /boot/ucore-lab1
knetbsd /boot/grub_kernel
}
```
创建完`grub.cfg`文件后,再把编译生成的`grub_kernel`拷贝到`/media/MULTIBOOT/boot`目录下。