Fix typo in emergency grub config
svn path=/nixos/trunk/; revision=27196
This commit is contained in:
parent
f35011e59a
commit
f24a78fe35
@ -172,7 +172,7 @@ EOF
|
|||||||
cat > /boot/nixos-grub-config <<EOF
|
cat > /boot/nixos-grub-config <<EOF
|
||||||
menuentry "Emergency boot" {
|
menuentry "Emergency boot" {
|
||||||
linux $bootRoot/nixos-kernel systemConfig=$(readlink -f "$path") init=/boot/nixos-init $(cat "$path/kernel-params")
|
linux $bootRoot/nixos-kernel systemConfig=$(readlink -f "$path") init=/boot/nixos-init $(cat "$path/kernel-params")
|
||||||
initrd $bootRoot/initrd
|
initrd $bootRoot/nixos-initrd
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user