]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/installer/hw.h
installer+grub: Fix serial console support with GRUB2.
[ipfire-2.x.git] / src / installer / hw.h
index bfafbe455ea483d1d2b88cd85563a8b5da6621f1..ea98e2f09e6d9156340dd92b73e1972777755c65 100644 (file)
@@ -50,6 +50,8 @@
 
 #define RAID_METADATA                 "1.0"
 
+#define SERIAL_BAUDRATE               115200
+
 #define BYTES2MB(x) ((x) / 1024 / 1024)
 #define MB2BYTES(x) ((unsigned long long)(x) * 1024 * 1024)