diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 13:40:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 13:40:27 +0000 |
commit | c30a5b7b690021bc7228775dbb90ecf20e1bd9df (patch) | |
tree | 802aca388b1995d2842fb0c547e4671fffb4d8b9 /installkernel.sysconfig | |
download | bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar.gz bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar.bz2 bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.tar.xz bootloader-utils-c30a5b7b690021bc7228775dbb90ecf20e1bd9df.zip |
restore after the big svn loss
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="" |