Displaying 2 results from an estimated 2 matches for "adirondack".
2000 Aug 12
0
OpenSSH-2.1.1p4 and SuSE 6.4
...changes above rectify that. (Note: I've taken the
liberty of disallowing null passwords for my machine.) This is a SuSE
Linux-specific diff, but I thought I'd let everyone know just in case
someone had run across it and was scratching his/her head. :)
dtc
---
Daniel T. Chen
crimsun at adirondack.masticators.org
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...2 15:40:37 2003
+++ b/arch/ppc/platforms/adir_setup.c Thu May 22 15:40:37 2003
@@ -115,11 +115,7 @@
ROOT_DEV = Root_RAM0;
else
#endif
-#ifdef CONFIG_ROOT_NFS
- ROOT_DEV = Root_NFS;
-#else
ROOT_DEV = Root_SDA1;
-#endif
/* Identify the system */
printk("System Identification: SBS Adirondack - PowerPC 750CXe @ %d Mhz\n", adir_get_cpu_speed()/1000000);
diff -Nru a/arch/ppc/platforms/ev64260_setup.c b/arch/ppc/platforms/ev64260_setup.c
--- a/arch/ppc/platforms/ev64260_setup.c Thu May 22 15:40:37 2003
+++ b/arch/ppc/platforms/ev64260_setup.c Thu May 22 15:40:37 2003
@@ -197,11 +197,7...