{{Header}}
Various VM settings can optionally be changed. tested: Virtual RAM, virtual video RAM, hard drive size untested: filesystem, hostname, password 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 128
grml-debootstrap's --vmsize option.
--vmsize 200G
[https://manpages.debian.org/grml-debootstrap grml-debootstrap's] --filesystem option.
--filesystem ext4
grml-debootstrap's --hostname option. The [https://github.com/{{project_name_short}}/anon-base-files anon-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}}