[d-i-commits] r32054 - trunk/packages/base-installer/debian

Joey Hess joeyh at costa.debian.org
Mon Nov 14 21:15:21 UTC 2005


Author: joeyh
Date: 2005-11-14 21:15:20 +0000 (Mon, 14 Nov 2005)
New Revision: 32054

Modified:
   trunk/packages/base-installer/debian/postinst
Log:
yaird doesn't need root partition hardcoding hacks according to Jonas


Modified: trunk/packages/base-installer/debian/postinst
===================================================================
--- trunk/packages/base-installer/debian/postinst	2005-11-14 19:39:21 UTC (rev 32053)
+++ trunk/packages/base-installer/debian/postinst	2005-11-14 21:15:20 UTC (rev 32054)
@@ -589,9 +589,8 @@
 		done
 
 		if [ "$do_initramfs" = no ]; then
-			# Temporarily hardcode the root partition.
-			# This isn't needed with initramfs-tools (TODO:
-			# check yaird).
+			# Temporarily hardcode the root partition for
+			# initrd-tools.
 			rootpart_devfs=$(mount | grep "on /target " | cut -d' ' -f1)
 			rootpartfs=$(mount | grep "on /target " | cut -d' ' -f5)
 			rootpart=$(mapdevfs $rootpart_devfs)




More information about the d-i-commits mailing list