Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112553105
D18482.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
775 B
Referenced Files
None
Subscribers
None
D18482.diff
View Options
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -53,6 +53,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
Thu, Mar 20, 6:33 PM (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17233405
Default Alt Text
D18482.diff (775 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