diff options
| -rw-r--r-- | README.org | 22 |
1 files changed, 15 insertions, 7 deletions
| @@ -98,17 +98,25 @@ For some hardware the official Guix installation image won't do | |||
| 98 | nonfree Linux kernel and nonfree firmware with the following command: | 98 | nonfree Linux kernel and nonfree firmware with the following command: |
| 99 | 99 | ||
| 100 | #+begin_src sh | 100 | #+begin_src sh |
| 101 | guix system image --image-type=iso9660 /path/to/this/channel/nongnu/system/install.scm | ||
| 102 | #+end_src | ||
| 103 | |||
| 104 | Like the official Guix installation image, this will produce a read-only image | ||
| 105 | with any changes made stored in memory. As indicated below, you will need to | ||
| 106 | run ~guix pull~ to download the Nonguix package descriptions, so will need | ||
| 107 | enough memory to hold the cached channel code which can be several hundred | ||
| 108 | megabytes. As an alternative, you can create a writable image with the | ||
| 109 | following command: | ||
| 110 | |||
| 111 | #+begin_src sh | ||
| 101 | guix system image --image-size=7.2GiB /path/to/this/channel/nongnu/system/install.scm | 112 | guix system image --image-size=7.2GiB /path/to/this/channel/nongnu/system/install.scm |
| 102 | #+end_src | 113 | #+end_src |
| 103 | 114 | ||
| 104 | As indicated bellow, you will need to run ~guix pull~ to download the | 115 | The ~--image-size~ option allows you to specify the size of the image and, as |
| 105 | Nonguix package descriptions. Some free space on your USB thumbdrive is | 116 | such, to allocate free space to it. The given value is purely indicative. It |
| 106 | required for this operation to succeed. The ~--image-size~ option allows | 117 | obviously depends on your thumbdrive capacity. |
| 107 | you to specify the size of the image and, as such, to allocate free space | ||
| 108 | to it. The given value is purely indicative. It obviously depends on your | ||
| 109 | thumbdrive capacity. | ||
| 110 | 118 | ||
| 111 | Then you can write the generated disk image to a USB thumbdrive with: | 119 | Either type of image can be written to a USB thumbdrive with: |
| 112 | 120 | ||
| 113 | #+BEGIN_SRC sh | 121 | #+BEGIN_SRC sh |
| 114 | # NOTE: This example assumes your thumbdrive is recognized by Linux as /dev/sdb. | 122 | # NOTE: This example assumes your thumbdrive is recognized by Linux as /dev/sdb. |
