Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144308189
D18482.id51751.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
807 B
Referenced Files
None
Subscribers
None
D18482.id51751.diff
View Options
Index: release/tools/ec2.conf
===================================================================
--- release/tools/ec2.conf
+++ release/tools/ec2.conf
@@ -75,6 +75,13 @@
echo 'hint.atkbd.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
echo 'hint.atkbdc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
+ # There is no floppy drive on EC2 instances so disable the driver.
+ echo 'hint.fd.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
+ echo 'hint.fdc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
+
+ # There is no parallel port on EC2 instances so disable driver.
+ echo 'hint.ppc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
+
# EC2 has two consoles: An emulated serial port ("system log"),
# which has been present since 2006; and a VGA console ("instance
# screenshot") which was introduced in 2016.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 6:38 PM (2 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28485057
Default Alt Text
D18482.id51751.diff (807 B)
Attached To
Mode
D18482: Amazon EC2: Disable floppy devices (fdc0, fd0,) and parallel port device (pp0)
Attached
Detach File
Event Timeline
Log In to Comment