docs: update distribution/releases/omlx42/notes

This commit is contained in:
Ben Bullard 2021-11-05 03:25:17 +00:00 committed by omakuta
parent 3fa5f00bfe
commit 2d25d06690
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-09-10T00:56:18.513Z
date: 2021-11-05T03:25:14.050Z
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 conf=fsync`
`$ sudo dd if=<iso_name> of=<usb_drive> bs=4M 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`.