summary refs log tree commit diff
path: root/nixos/modules/installer/virtualbox-demo.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-08-31 09:18:13 -0700
committerWilliam A. Kennington III <william@wkennington.com>2014-09-02 09:16:13 -0700
commit36614ff3e290a9330dd8e29bdc6cc38ede1e7001 (patch)
treee09b3db53d7b9bd000687beaf82356b237d8056d /nixos/modules/installer/virtualbox-demo.nix
parentaf4c369d0a21e77afb1bdb0993e67e027d29235a (diff)
downloadnixpkgs-36614ff3e290a9330dd8e29bdc6cc38ede1e7001.tar
nixpkgs-36614ff3e290a9330dd8e29bdc6cc38ede1e7001.tar.gz
nixpkgs-36614ff3e290a9330dd8e29bdc6cc38ede1e7001.tar.bz2
nixpkgs-36614ff3e290a9330dd8e29bdc6cc38ede1e7001.tar.lz
nixpkgs-36614ff3e290a9330dd8e29bdc6cc38ede1e7001.tar.xz
nixpkgs-36614ff3e290a9330dd8e29bdc6cc38ede1e7001.tar.zst
nixpkgs-36614ff3e290a9330dd8e29bdc6cc38ede1e7001.zip
Revert "Revert "Merge pull request #2449 from wkennington/master.grub""
This reverts commit 94205f5f21c4d9942bb4205c06229438051b6853.

Conflicts:
	nixos/modules/system/boot/loader/grub/install-grub.pl
Diffstat (limited to 'nixos/modules/installer/virtualbox-demo.nix')
-rw-r--r--nixos/modules/installer/virtualbox-demo.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/installer/virtualbox-demo.nix b/nixos/modules/installer/virtualbox-demo.nix
index f68f8dc40aa..49ec0899610 100644
--- a/nixos/modules/installer/virtualbox-demo.nix
+++ b/nixos/modules/installer/virtualbox-demo.nix
@@ -10,6 +10,9 @@ with lib;
       ../profiles/clone-config.nix
     ];
 
+  # FIXME: UUID detection is currently broken
+  boot.loader.grub.fsIdentifier = "provided";
+
   # Allow mounting of shared folders.
   users.extraUsers.demo.extraGroups = [ "vboxsf" ];