Fix typo in emergency grub config

svn path=/nixos/trunk/; revision=27196
This commit is contained in:
Michael Raskin 2011-05-09 14:21:02 +00:00
parent f35011e59a
commit f24a78fe35

View file

@ -172,7 +172,7 @@ EOF
cat > /boot/nixos-grub-config <<EOF
menuentry "Emergency boot" {
linux $bootRoot/nixos-kernel systemConfig=$(readlink -f "$path") init=/boot/nixos-init $(cat "$path/kernel-params")
initrd $bootRoot/initrd
initrd $bootRoot/nixos-initrd
}
EOF
;;