mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Get the VirtualBox image generation to work again
This commit is contained in:
parent
f0a1e5e356
commit
001ddd1799
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ with pkgs.lib;
|
|||
ln -s ${config.system.build.binsh}/bin/sh /mnt/bin/sh
|
||||
|
||||
# Generate the GRUB menu.
|
||||
ln -s vda /dev/sda
|
||||
chroot /mnt ${config.system.build.toplevel}/bin/switch-to-configuration boot
|
||||
|
||||
umount /mnt/proc /mnt/dev /mnt/sys
|
||||
|
|
Loading…
Reference in a new issue