docs: update releases/omlx42/rc/notes

This commit is contained in:
Ben Bullard 2021-09-10 02:02:59 +01:00 committed by omakuta
parent 1083d3ba23
commit c3076786b8
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
title: OpenMandriva Lx 4.2 RC Release Notes
description:
published: true
date: 2021-01-02T13:18:17.304Z
tags:
editor: undefined
date: 2021-09-10T01:02:56.618Z
tags: 4.2
editor: markdown
dateCreated: 2020-02-27T16:20:12.172Z
---
@ -109,7 +109,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`
`$ sudo dd if=<iso_name> of=<usb_drive> bs=4M status=progress conf=fsync`
Replace `<iso_name>` with the path to the ISO and `<usb_drive>` with the device node of the USB drive, i.e. `/dev/sdb`.