From 874da0b634ed003997e9b1639290e286e610d4c9 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 3 Jan 2017 17:30:56 -0500 Subject: [PATCH] trailing whitespaces --- HowtoOpenBSD/GestionDisques.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/HowtoOpenBSD/GestionDisques.md b/HowtoOpenBSD/GestionDisques.md index e3a95da5..c0bf9f71 100644 --- a/HowtoOpenBSD/GestionDisques.md +++ b/HowtoOpenBSD/GestionDisques.md @@ -32,24 +32,24 @@ Offset: 0 Signature: 0xAA55 On gère ensuite la partie *disklabel* : ~~~ -# disklabel -E sd1 +# disklabel -E sd1 # Inside MBR partition 3: type A6 start 63 size 975691647 Treating sectors 63-975691710 as the OpenBSD portion of the disk. You can use the 'b' command to change this. Initial label editor (enter '?' for help at any prompt) > a -partition: [a] -offset: [63] -size: [975691647] -FS type: [4.2BSD] +partition: [a] +offset: [63] +size: [975691647] +FS type: [4.2BSD] > p OpenBSD area: 63-975691710; size: 975691647; free: 0 # size offset fstype [fsize bsize cpg] - a: 975691647 63 4.2BSD 2048 16384 1 - c: 975699968 0 unused + a: 975691647 63 4.2BSD 2048 16384 1 + c: 975699968 0 unused > q -Write new label?: [y] +Write new label?: [y] ~~~ On peut enfin créer le système de fichiers et le monter :