mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
parent
4e8c2f0ff9
commit
cf53152902
|
@ -133,11 +133,8 @@ in
|
||||||
chainloader (hd0,1)+1
|
chainloader (hd0,1)+1
|
||||||
|
|
||||||
# GRUB 2 example
|
# GRUB 2 example
|
||||||
menuentry "Windows7" {
|
menuentry "Windows 7" {
|
||||||
title Windows7
|
chainloader (hd0,4)+1
|
||||||
insmod ntfs
|
|
||||||
set root='(hd1,1)'
|
|
||||||
chainloader +1
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue