View | Details | Raw Unified | Return to bug 233861
Collapse All | Expand All

(-)release/tools/ec2.conf (+7 lines)
Lines 75-80 Link Here
75
	echo 'hint.atkbd.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
75
	echo 'hint.atkbd.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
76
	echo 'hint.atkbdc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
76
	echo 'hint.atkbdc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
77
77
78
	# There is no floppy drive on EC2 instances so disable the driver.
79
	echo 'hint.fd.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
80
	echo 'hint.fdc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
81
82
	# There is no parallel port on EC2 instances so disable driver.
83
	echo 'hint.ppc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
84
78
	# EC2 has two consoles: An emulated serial port ("system log"),
85
	# EC2 has two consoles: An emulated serial port ("system log"),
79
	# which has been present since 2006; and a VGA console ("instance
86
	# which has been present since 2006; and a VGA console ("instance
80
	# screenshot") which was introduced in 2016.
87
	# screenshot") which was introduced in 2016.

Return to bug 233861