[Fai-commit] r6743 - trunk/conf

Michael Prokop mika at alioth.debian.org
Sat Oct 22 22:58:21 UTC 2011


Author: mika
Date: 2011-10-22 22:58:21 +0000 (Sat, 22 Oct 2011)
New Revision: 6743

Modified:
   trunk/conf/NFSROOT
Log:
conf/NFSROOT: provide commented package selection examples for Ubuntu

Ubuntu provides linux-image-generic as generic metapackage
for all architectures and releases. It also requires the
according live-initramfs/live-boot package. So let's provide
a commented out template for simplier usage.

Tested against Ubuntu 10.04 LTS (Lucid Lynx).

Acked-by: Thomas Lange

From: Michael Prokop <mika at grml.org>

Modified: trunk/conf/NFSROOT
===================================================================
--- trunk/conf/NFSROOT	2011-10-22 22:51:46 UTC (rev 6742)
+++ trunk/conf/NFSROOT	2011-10-22 22:58:21 UTC (rev 6743)
@@ -26,11 +26,24 @@
 grub lilo read-edid
 linux-image-486
 
-# packages for lenny:
+# packages for Debian lenny:
 # linux-image-486 aufs-modules-2.6-486
 
+# packages for Ubuntu hardy/lucid:
+# linux-image-generic live-initramfs
+
+# packages for Ubuntu natty/oneiric/precise:
+# linux-image-generic live-boot
+
 PACKAGES aptitude AMD64
 grub lilo
 linux-image-2.6-amd64
-# packages for lenny:
+
+# packages for Debian lenny:
 # linux-image-2.6-amd64 aufs-modules-2.6-amd64
+
+# packages for Ubuntu hardy/lucid:
+# linux-image-generic live-initramfs
+
+# packages for Ubuntu natty/oneiric/precise:
+# linux-image-generic live-boot




More information about the Fai-commit mailing list