rockstor / rockstor-website

Main rockstor.com webpage. As a community endeavour we welcome contributions / corrections. Be sure to add your name to the AUTHORS file when submitting changes.
Other
2 stars 3 forks source link

Improve Pi4 image transfer command #48

Closed phillxnet closed 5 months ago

phillxnet commented 1 year ago

On the Downloads page we have the following:

Transfer to (sdX): xzcat Rockstor-Leap15.3-RaspberryPi4.aarch64-4.1.0-0.raw.xz | dd bs=4M of=/dev/sdX iflag=fullblock conv=notrunc status=progress

But unless this is executed as root it will fail, and few linux distros use this default.

It is proposed that we instead add the sudo command such that it reads: (with in this example our newer installer specified)

Transfer to (sdX): xzcat Rockstor-Leap15.4-RaspberryPi4.aarch64-4.5.4-0.raw.xz | sudo dd bs=4M of=/dev/sdX iflag=fullblock conv=notrunc status=progress
phillxnet commented 5 months ago

Closing as: Fixed by #95 see: "Update downloads re EOL 15.3 - 15.4 - and add 15.5 - 15.6 #87" #95

via commit: https://github.com/rockstor/rockstor-website/pull/95/commits/49838889f7370b056e4c40361b4b0ad21800c0ff