PERFORCE change 100052 for review

Markus Boelter m at FreeBSD.org
Mon Jun 26 13:29:40 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100052

Change 100052 by m at m_coffee on 2006/06/26 13:29:00

	Prevent FreeSBIE from trying to mount root-fs with rw-flags when booting via PXE

Affected files ...

.. //depot/projects/soc2006/m_netboot_server/freesbie/scripts/iso.sh#2 edit

Differences ...

==== //depot/projects/soc2006/m_netboot_server/freesbie/scripts/iso.sh#2 (text+ko) ====

@@ -42,7 +42,7 @@
 mkdir -p ${CLONEDIR}/dist
 mv root.dist.bz2 ${CLONEDIR}/dist/
 
-echo "/dev/iso9660/${FREESBIE_LABEL} / cd9660 ro 0 0" > ${CLONEDIR}/etc/fstab
+echo "/dev/iso9660/${FREESBIE_LABEL} / cd9660 ro,noauto 0 0" > ${CLONEDIR}/etc/fstab
 
 cd ${CLONEDIR}
 


More information about the p4-projects mailing list