mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/doc: Fix required disk size for installing in a VirtualBox guest
The manual says that you need at least 8 GB of disk to install in Virtualbox, but the installer returns an error and says that you need at least 10 GB.
This commit is contained in:
parent
26e4636d7d
commit
4a55cd73bf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ up a VirtualBox guest, follow these instructions:
|
|||
|
||||
1. Base Memory Size: 768 MB or higher.
|
||||
|
||||
1. New Hard Disk of 8 GB or higher.
|
||||
1. New Hard Disk of 10 GB or higher.
|
||||
|
||||
1. Mount the CD-ROM with the NixOS ISO (by clicking on CD/DVD-ROM)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue