[Fai-commit] r6747 - in trunk: conf examples/simple/package_config

Michael Prokop mika at alioth.debian.org
Sat Oct 22 23:19:34 UTC 2011


Author: mika
Date: 2011-10-22 23:19:34 +0000 (Sat, 22 Oct 2011)
New Revision: 6747

Modified:
   trunk/conf/NFSROOT
   trunk/examples/simple/package_config/DEBIAN
Log:
software selection: use linux-image-686 as default for I386

Nowadays defaulting to linux-image-2.6-686 should be a sane
choice since 486-only machines shouldn't be relevant anymore.
So let's replace references to linux-image-2.6-486 with the 686
version.

Acked-by: Thomas Lange

From: Michael Prokop <mika at grml.org>

Modified: trunk/conf/NFSROOT
===================================================================
--- trunk/conf/NFSROOT	2011-10-22 23:19:30 UTC (rev 6746)
+++ trunk/conf/NFSROOT	2011-10-22 23:19:34 UTC (rev 6747)
@@ -24,10 +24,10 @@
 
 PACKAGES aptitude I386
 grub lilo read-edid
-linux-image-486
+linux-image-686
 
 # packages for Debian lenny:
-# linux-image-486 aufs-modules-2.6-486
+# linux-image-686 aufs-modules-2.6-686
 
 # packages for Ubuntu hardy/lucid:
 # linux-image-generic live-initramfs

Modified: trunk/examples/simple/package_config/DEBIAN
===================================================================
--- trunk/examples/simple/package_config/DEBIAN	2011-10-22 23:19:30 UTC (rev 6746)
+++ trunk/examples/simple/package_config/DEBIAN	2011-10-22 23:19:34 UTC (rev 6747)
@@ -1,9 +1,9 @@
 PACKAGES aptitude I386
-linux-image-2.6-486 initramfs-tools
+linux-image-2.6-686 initramfs-tools
 memtest86+
 
 PACKAGES aptitude CHROOT
-linux-image-486-
+linux-image-686-
 linux-image-amd64-
 
 PACKAGES aptitude AMD64




More information about the Fai-commit mailing list