X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=907374709a22a1f7d9a4832e91ffecd65e6da97c;hp=9a66f305d94b79c3b3989bbf7152c68fcbf342dd;hb=666902fa1edae45c1018433d24e9af026c831372;hpb=85fb3ef27157d4110482553454751e5da33afecd diff --git a/config b/config index 9a66f30..9073747 100644 --- a/config +++ b/config @@ -40,6 +40,10 @@ GRUB='' # GROOT='hd0,0' GROOT='' +# specifiy additional bootparameters for usage in grub +# e.g. "pci=nomsi" +BOOT_APPEND='' + ################################################################################ # Now the variables you might want to adjust, but need not to... @@ -94,6 +98,9 @@ DEBIAN_FRONTEND='noninteractive' # install packages defined in /etc/debootstrap/packages? PACKAGES='yes' +# install extra packages (.deb) from /etc/debootstrap/extrapackages/? +EXTRAPACKAGES='yes' + # place of config files for debootstrap CONFFILES='/etc/debootstrap/'