[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-knoppix] Proposal: tiny patch for /etc/init.d/knoppix-autoconfig



Hi

I'm trying to remaster Knoppix3.3, and I found that 
/etc/init.d/knoppix-autoconfig  (from sysvinit-knoppix , base package) depends on /bin/ash (optional) 
which break the boot after a remastering without /sbin/ash, and is not written in the dependancies
of the sysvinit-knoppix.deb :( 

I patch  and now it works fine till here (runlevel 2) , and the .deb is allright :)

Hope it won't break other things.
Alain

--- knoppix-autoconfig	2003-10-15 15:28:39.000000000 +0200
+++ knoppix-autoconfig.patch-ab001	2003-10-15 17:48:42.000000000 +0200
@@ -388,5 +388,5 @@
 # Check if we are running from the Knoppix-CD or HD
 INSTALLED=""
-[ -e /KNOPPIX/bin/ash ] || INSTALLED="yes"
+[ -e /KNOPPIX/etc/init.d/knoppix-autoconfig ] || INSTALLED="yes"
 
 # Set hostname

Reply to: