From 36f86ab1fa2817337cd572741b8bca215c7ca9bb Mon Sep 17 00:00:00 2001
From: Dimitar Zhekov <jimmy@is-vn.bg>
Date: Tue, 20 Jan 2004 19:34:17 +0000
Subject: [PATCH] Dimitar Zhekov <jimmy@is-vn.bg>: disabled lilo pseudo.b (it
 is testing only and requires dev86)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2219 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
---
 package/x86/lilo/activate.patch | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/x86/lilo/activate.patch b/package/x86/lilo/activate.patch
index fdb84d47f..3178b9f46 100644
--- a/package/x86/lilo/activate.patch
+++ b/package/x86/lilo/activate.patch
@@ -20,6 +20,9 @@
 # 
 # --- ROCK-COPYRIGHT-NOTE-END ---
 
+ Please don't re-enable pseudo.b, it's for testing purposes only and
+ requires a full dev86 package (rock includes the bin86 part only).
+
 --- ./Makefile.orig	2003-12-11 16:48:40.000000000 -0600
 +++ ./Makefile	2003-12-11 16:49:52.000000000 -0600
 @@ -107,7 +107,7 @@
@@ -27,7 +30,7 @@
  .SUFFIXES:	.img .b .com .S .s
  
 -all: lilo bootsect.b disk.com pseudo.b  # $(BOOTS) edit dparam.com activate
-+all: lilo bootsect.b disk.com pseudo.b $(BOOTS) edit dparam.com activate
++all: lilo bootsect.b disk.com $(BOOTS) edit dparam.com activate  # pseudo.b
  	if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then make diagnostic; fi
  
  #