mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
README.org: Mention pre-generated installer.
* README.org (Installation image): Mention the pre-generated installer images on the Release page.
This commit is contained in:
parent
e14c0e2184
commit
def38a656d
1 changed files with 5 additions and 2 deletions
|
@ -94,8 +94,11 @@ your configuration.
|
||||||
** Installation image
|
** Installation image
|
||||||
|
|
||||||
For some hardware the official Guix installation image won't do
|
For some hardware the official Guix installation image won't do
|
||||||
(e.g. unsupported wifi). You can generate an installation image running the
|
(e.g. unsupported wifi). You can find a pre-generated installation image
|
||||||
nonfree Linux kernel and nonfree firmware with the following command:
|
(time and version in line with upstream Guix), running the nonfree Linux
|
||||||
|
kernel and nonfree firmware, on the [[https://gitlab.com/nonguix/nonguix/-/releases][Releases page]]. Or, you can generate an
|
||||||
|
installation image from a local checkout of this repository, at a more recent
|
||||||
|
commit, with the following command:
|
||||||
|
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
guix system image --image-type=iso9660 /path/to/this/channel/nongnu/system/install.scm
|
guix system image --image-type=iso9660 /path/to/this/channel/nongnu/system/install.scm
|
||||||
|
|
Loading…
Reference in a new issue