diff --git a/chapter06/grub-cfg.xml b/chapter06/grub-cfg.xml index d069bbe09..a5accf4d3 100644 --- a/chapter06/grub-cfg.xml +++ b/chapter06/grub-cfg.xml @@ -37,7 +37,7 @@ set default=0 set timeout=5 menuentry "LFS Temporary System" { - linux /vmlinux root=/dev/sda3 rw init=/bin/bash + linux /vmlinuz root=/dev/sda3 rw init=/bin/bash boot } EOF