[Glibc-bsd-commits] r1463 - trunk/web/cdscripts
Robert Millan
rmh at costa.debian.org
Thu Apr 20 08:17:48 UTC 2006
Author: rmh
Date: 2006-04-20 08:17:47 +0000 (Thu, 20 Apr 2006)
New Revision: 1463
Modified:
trunk/web/cdscripts/netinst.sh
Log:
Set kern.geom.debugflags=16 in loader.conf. This permits grub to write to MBR.
Modified: trunk/web/cdscripts/netinst.sh
===================================================================
--- trunk/web/cdscripts/netinst.sh 2006-04-20 07:59:03 UTC (rev 1462)
+++ trunk/web/cdscripts/netinst.sh 2006-04-20 08:17:47 UTC (rev 1463)
@@ -63,6 +63,8 @@
mfsroot_type="mfs_root"
mfsroot_name="/boot/mfsroot"
loader_color="YES"
+# needed for grub to be able of writing MBR
+kern.geom.debugflags=16
EOF
case ${distribution_lowcase} in
gentoo) zcat mfsroot.gz | sed -e "s/Debian/Gentoo/g" | gzip -c9 > ${tmp}/boot/mfsroot.gz ;;
More information about the Glibc-bsd-commits
mailing list