diff options
Diffstat (limited to 'installkernel.sysconfig')
-rw-r--r-- | installkernel.sysconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/installkernel.sysconfig b/installkernel.sysconfig new file mode 100644 index 0000000..ad2b213 --- /dev/null +++ b/installkernel.sysconfig @@ -0,0 +1,14 @@ +# -*- Mode: shell-script -*- +# $Id: installkernel.sysconfig 30419 2004-06-29 04:50:42Z prigaux $ +# Configuration option when installing a kernel and initrscript. + +# Set this to yes if you never want link from /boot/vmlinuz to the +# kernel. +NOLINK="" + +# Set this to yes if you don't want to add entry to your bootloader +NOENTRY="" + +# If you want to pass options to the "make-initrd" helper script you +# can do it here. +INITRDOPTS="" |