docs: update distribution/releases/omlx42/notes

This commit is contained in:
Ben Bullard 2022-09-13 19:42:27 +01:00 committed by omakuta
parent 7c118da8f1
commit ea11eb6bdf
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: OpenMandriva Lx 4.2 Release Notes
description:
published: true
date: 2021-12-08T01:52:13.902Z
date: 2022-09-13T18:42:22.636Z
tags: 4.2
editor: markdown
dateCreated: 2020-02-27T16:02:09.863Z
@ -106,7 +106,7 @@ At least 4 GB of flash drive capacity is recommended. Persistent storage is not
### - Via dd
You may alternatively dd the image to your USB stick:
`$ sudo dd if=<iso_name> of=<usb_drive> bs=4M status=progress`
`$ sudo dd if=<iso_name> of=<usb_drive> bs=4M conv=fdatasync status=progress`
Replace `<iso_name>` with the path to the ISO and `<usb_drive>` with the device node of the USB drive, i.e. `/dev/sdb`.