{{Header}}
This is only relevant for VM builds. Several examples are below. Values can be changed to suit user preferences. VirtualBox's --vmsize option (virtual RAM).
--vmram 128
VirtualBox's --vram option (virtual video RAM).
--vram 12
grml-debootstrap's --vmsize option.
--vmsize 200G
grml-debootstrap's --filesystem option.
--file-system ext4
grml-debootstrap's --hostname option. The [https://github.com/{{project_name_short}}/dist-base-files dist-base-files] package will change this later on.
--hostname host
grml-debootstrap's --password option.
--os-password changeme
grml-debootstrap's --debopt option.
--debopt "--verbose"
{{Footer}}