mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
README.org: Instruct how to generation nonfree installation image
* README.org: Add "Installation image" section.
This commit is contained in:
parent
94e5adeb05
commit
8256ea3fb7
1 changed files with 10 additions and 0 deletions
10
README.org
10
README.org
|
@ -59,6 +59,16 @@ save disk space by using a smaller firmware package instead:
|
|||
Then of course, run ~sudo guix system reconfigure /etc/config.scm~ to apply
|
||||
your configuration.
|
||||
|
||||
** Installation image
|
||||
|
||||
For some hardware the official Guix installation image won't do
|
||||
(e.g. unsupported wifi). You can generate an installation image running the
|
||||
nonfree Linux kernel and nonfree firmware with the following command:
|
||||
|
||||
#+begin_src sh
|
||||
guix system disk-image /path/to/this/channel/nongnu/system/install.scm
|
||||
#+end_src
|
||||
|
||||
** Broadcom Wireless
|
||||
|
||||
Some Broadcom wireless hardware requires a proprietary kernel module in
|
||||
|
|
Loading…
Reference in a new issue