Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 18 years ago
parent
commit
8ba016bd7f
2 changed files with 29 additions and 7 deletions
  1. +3
    -7
      package/base/uml_utilities/pkg_config_linux.hlp
  2. +26
    -0
      package/base/uml_utilities/pkg_config_linux.in

package/base/uml_utilities/config.in → package/base/uml_utilities/pkg_config_linux.hlp

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/uml_utilities/config.in
# ROCK Linux: rock-src/package/base/uml_utilities/pkg_config_linux.hlp
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
@ -20,9 +20,5 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
menu_begin MENU_PKG_UML 'UML Options'
bool 'Patch the kernel with the UML patch' \
ROCKCFG_KERNEL_UMLPATCH 0
comment 'Please also activate "Apply custom kernel build configuration settings'
comment ' (you find it under Linux Kernel Options)'
menu_end
ROCKCFG_KERNEL_UMLPATCH
If enabled, patch the linux kernel and build a user-mode-linux kernel

+ 26
- 0
package/base/uml_utilities/pkg_config_linux.in

@ -0,0 +1,26 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/base/uml_utilities/pkg_config_linux.in
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if pkgcheck uml_utilities X
then
bool 'Patch the kernel with the UML patch' ROCKCFG_KERNEL_UMLPATCH 0
fi

Loading…
Cancel
Save