e2k: add url to write script
...so that further reading is at least referred to (the script gets into current ISO images).
This commit is contained in:
parent
31f280c018
commit
5e0e2e4e3d
@ -1,6 +1,7 @@
|
||||
#!/bin/sh -efu
|
||||
# ALT: write Elbrus boot media
|
||||
# public domain 2020 Michael Shigorin <mike@altlinux.org>
|
||||
# http://altlinux.org/elbrus
|
||||
|
||||
error() { echo "$@" >&2; exit 1; }
|
||||
usage() { error "Usage: $0 /path/to/alt-e2k.iso /dev/sdX1_or_/dev/sr0"; }
|
||||
|
Loading…
Reference in New Issue
Block a user