[Fai-commit] r4157 - in people/h01ger/fai-kernels: debian
floppy-config
Holger Levsen
h01ger-guest at alioth.debian.org
Sat Nov 11 20:15:00 CET 2006
Author: h01ger-guest
Date: 2006-11-11 20:15:00 +0100 (Sat, 11 Nov 2006)
New Revision: 4157
Modified:
people/h01ger/fai-kernels/debian/NEWS
people/h01ger/fai-kernels/debian/changelog
people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.amd64
people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.i386
people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.powerpc
Log:
- removed the gigabit drivers from floppy kernels, as its unlikely that you need to boot from floppy when you have gigabit. Thanks to Thomas for the tip.
Modified: people/h01ger/fai-kernels/debian/NEWS
===================================================================
--- people/h01ger/fai-kernels/debian/NEWS 2006-11-11 17:57:06 UTC (rev 4156)
+++ people/h01ger/fai-kernels/debian/NEWS 2006-11-11 19:15:00 UTC (rev 4157)
@@ -2,14 +2,16 @@
* as floppies are really rare nowadays, the kernel size is not optimized for
1.44mb size anymore. Use http://rom-o-matic.net/ to generate a etherboot
- floppy for netbooting or copy 2.88mb floppy image to a CD.
+ floppy for netbooting using PXE or copy the 2.88mb floppy image to a CD.
* Alternativly you can rebuild fai-kernels with a config from
- /usr/share/doc/fai-kernels/config-2.6.18.144mb-floppy - the kernel from
- this configuration still fits on 1.44mb floppies. You might need to add
- needed drivers to the config and then remove unneeded ones (network card
- drivers from cards you don't have are good candidates). Instructions howto
- rebuild the package can be found in the README.
+ /usr/share/doc/fai-kernels/config-2.6.18.144mb-floppy - the kernel with
+ this configuration still fits on 1.44mb floppies and there should be
+ enough space for additional driversa. You might need to add needed drivers
+ to the config. In case you need more space you can remove unneeded drivers
+ to save more space. Network card drivers from cards you don't have are good
+ candidates :) Instructions howto rebuild the package can be found in the
+ README.
-- Holger Levsen <debian at layer-acht.org> Sat, 11 Nov 2006 17:43:57 +0100
Modified: people/h01ger/fai-kernels/debian/changelog
===================================================================
--- people/h01ger/fai-kernels/debian/changelog 2006-11-11 17:57:06 UTC (rev 4156)
+++ people/h01ger/fai-kernels/debian/changelog 2006-11-11 19:15:00 UTC (rev 4157)
@@ -3,6 +3,8 @@
* upgraded to 2.6.18
* introduced config-2.6.17.144floppy in /usr/share/doc/fai-kernels/
for easy rebuilding with a kernel that still fits on a 1.44mb floppy
+ Those configurations are the same as where used in fai-kernels 1.12
+ but without the gigabit nic drivers.
* moved NEWS to NEWS.Debian
* enabled nfs4
* bnx2 network driver enabled (Closes: #387572)
Modified: people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.amd64
===================================================================
--- people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.amd64 2006-11-11 17:57:06 UTC (rev 4156)
+++ people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.amd64 2006-11-11 19:15:00 UTC (rev 4157)
@@ -776,21 +776,21 @@
#
# Ethernet (1000 Mbit)
#
-CONFIG_DL2K=y
-CONFIG_E1000=y
+# CONFIG_DL2K is not set
+# CONFIG_E1000 is not set
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
-CONFIG_NS83820=y
+# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
-CONFIG_R8169=y
+# CONFIG_R8169 is not set
# CONFIG_R8169_NAPI is not set
# CONFIG_SIS190 is not set
-CONFIG_SKGE=y
-CONFIG_SKY2=y
-CONFIG_SK98LIN=y
+# CONFIG_SKGE is not set
+# CONFIG_SKY2 is not set
+# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
-CONFIG_TIGON3=y
+# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
#
Modified: people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.i386
===================================================================
--- people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.i386 2006-11-11 17:57:06 UTC (rev 4156)
+++ people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.i386 2006-11-11 19:15:00 UTC (rev 4157)
@@ -808,21 +808,21 @@
#
# Ethernet (1000 Mbit)
#
-CONFIG_DL2K=y
-CONFIG_E1000=y
+# CONFIG_DL2K is not set
+# CONFIG_E1000 is not set
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
-CONFIG_NS83820=y
+# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
-CONFIG_R8169=y
+# CONFIG_R8169 is not set
# CONFIG_R8169_NAPI is not set
# CONFIG_SIS190 is not set
-CONFIG_SKGE=y
-CONFIG_SKY2=y
-CONFIG_SK98LIN=y
+# CONFIG_SKGE is not set
+# CONFIG_SKY2 is not set
+# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
-CONFIG_TIGON3=y
+# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
#
Modified: people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.powerpc
===================================================================
--- people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.powerpc 2006-11-11 17:57:06 UTC (rev 4156)
+++ people/h01ger/fai-kernels/floppy-config/kernel-config-2.6.powerpc 2006-11-11 19:15:00 UTC (rev 4157)
@@ -597,7 +597,7 @@
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
-CONFIG_MV643XX_ETH=y
+# CONFIG_MV643XX_ETH is not set
# CONFIG_MV643XX_ETH_0 is not set
# CONFIG_MV643XX_ETH_1 is not set
# CONFIG_MV643XX_ETH_2 is not set
More information about the Fai-commit
mailing list