diff --git a/HowtoOpenBSD/Flashinstall.md b/HowtoOpenBSD/Flashinstall.md index 066921be..8c527269 100644 --- a/HowtoOpenBSD/Flashinstall.md +++ b/HowtoOpenBSD/Flashinstall.md @@ -42,8 +42,14 @@ boot> set tty com0 Cela peut également être précisé dans le fichier de configuration `/etc/boot.conf`, avec la partition montée sur une autre machine : ~~~ -# echo "stty com0 115200" >> /mnt/etc/boot.conf -# echo "set tty com0" > /mnt/etc/boot.conf +# echo "stty com0 115200" > /mnt/etc/boot.conf +# echo "set tty com0" >> /mnt/etc/boot.conf +~~~ + +Puis activer la tty00 dans `/etc/ttys` : + +~~~ +# tty00 "/usr/libexec/getty std.115200" vt220 on secure ~~~ * Dans le cas d'un Raspberry Pi, si l'on veut démarrer sur l'interface HDMI, il faudra remplacer ces commandes par :