@@ -8,7 +8,7 The following list of Debian packages must be installed on the build system beca | |||||
8 | ```debootstrap debian-archive-keyring qemu-user-static dosfstools rsync bmap-tools whois git-core``` |
|
8 | ```debootstrap debian-archive-keyring qemu-user-static dosfstools rsync bmap-tools whois git-core``` | |
9 |
|
9 | |||
10 | ## Command-line parameters |
|
10 | ## Command-line parameters | |
11 | The script accepts certain command-line parameters to enable or disable specific OS features, services and configuration settings. These parameters are passed to the `rpi2-gen-image.sh` script via (simple) shell-variables. Unlike enviroment shell-variables (simple) shell-variables are defined at the beginning of the command-line call of the `rpi2-gen-image.sh` script. |
|
11 | The script accepts certain command-line parameters to enable or disable specific OS features, services and configuration settings. These parameters are passed to the `rpi2-gen-image.sh` script via (simple) shell-variables. Unlike environment shell-variables (simple) shell-variables are defined at the beginning of the command-line call of the `rpi2-gen-image.sh` script. | |
12 |
|
12 | |||
13 | #####Command-line examples: |
|
13 | #####Command-line examples: | |
14 | ```shell |
|
14 | ```shell | |
@@ -21,7 +21,7 ENABLE_MINBASE=true ./rpi2-gen-image.sh | |||||
21 |
|
21 | |||
22 | #### APT settings: |
|
22 | #### APT settings: | |
23 | ##### `APT_SERVER`="ftp.debian.org" |
|
23 | ##### `APT_SERVER`="ftp.debian.org" | |
24 | Set Debian packages server address. Choose a server from the list of Debian wordwide [mirror sites](https://www.debian.org/mirror/list). Using a nearby server will probably speed-up all required downloads within the bootstrapping process. |
|
24 | Set Debian packages server address. Choose a server from the list of Debian worldwide [mirror sites](https://www.debian.org/mirror/list). Using a nearby server will probably speed-up all required downloads within the bootstrapping process. | |
25 |
|
25 | |||
26 | ##### `APT_PROXY`="" |
|
26 | ##### `APT_PROXY`="" | |
27 | Set Proxy server address. Using a local Proxy-Cache like `apt-cacher-ng` will speed-up the bootstrapping process because all required Debian packages will only be downloaded from the Debian mirror site once. |
|
27 | Set Proxy server address. Using a local Proxy-Cache like `apt-cacher-ng` will speed-up the bootstrapping process because all required Debian packages will only be downloaded from the Debian mirror site once. | |
@@ -56,7 +56,7 Enable sound hardware and install Advanced Linux Sound Architecture. | |||||
56 | Enable Hardware Random Number Generator. Strong random numbers are important for most network based communications that use encryption. It's recommended to be enabled. |
|
56 | Enable Hardware Random Number Generator. Strong random numbers are important for most network based communications that use encryption. It's recommended to be enabled. | |
57 |
|
57 | |||
58 | ##### `ENABLE_MINGPU`=false |
|
58 | ##### `ENABLE_MINGPU`=false | |
59 |
Minimize the amount of shared memory reserve |
|
59 | Minimize the amount of shared memory reserved for the GPU. It doesn't seem to be possible to fully disable the GPU. | |
60 |
|
60 | |||
61 | ##### `ENABLE_DBUS`=true |
|
61 | ##### `ENABLE_DBUS`=true | |
62 | Install and enable D-Bus message bus. Please note that systemd should work without D-bus but it's recommended to be enabled. |
|
62 | Install and enable D-Bus message bus. Please note that systemd should work without D-bus but it's recommended to be enabled. | |
@@ -65,7 +65,7 Install and enable D-Bus message bus. Please note that systemd should work witho | |||||
65 | Install Xorg open-source X Window System. |
|
65 | Install Xorg open-source X Window System. | |
66 |
|
66 | |||
67 | ##### `ENABLE_FLUXBOX`=false |
|
67 | ##### `ENABLE_FLUXBOX`=false | |
68 |
Install Fluxbox window manager for the X Window System. To make sure all X rel |
|
68 | Install Fluxbox window manager for the X Window System. To make sure all X related package dependencies are getting installed `ENABLE_XORG` will automatically get enabled if `ENABLE_FLUXBOX` is used. | |
69 |
|
69 | |||
70 | #### Advanced sytem features: |
|
70 | #### Advanced sytem features: | |
71 | ##### `ENABLE_MINBASE`=false |
|
71 | ##### `ENABLE_MINBASE`=false | |
@@ -88,7 +88,7 script -c 'APT_SERVER=ftp.de.debian.org ./rpi2-gen-image.sh' ./build.log | |||||
88 | ``` |
|
88 | ``` | |
89 |
|
89 | |||
90 | ## Flashing the image file |
|
90 | ## Flashing the image file | |
91 | After the image file was succesfully created by the `rpi2-gen-image.sh` script it can be copied to the microSD card that will be used by the RPi2 computer. This can be performed by using the tools `bmaptool` or `dd`. Using `bmaptool` will probably speed-up the copy process because `bmaptool` copies more wisely than `dd`. |
|
91 | After the image file was successfully created by the `rpi2-gen-image.sh` script it can be copied to the microSD card that will be used by the RPi2 computer. This can be performed by using the tools `bmaptool` or `dd`. Using `bmaptool` will probably speed-up the copy process because `bmaptool` copies more wisely than `dd`. | |
92 |
|
92 | |||
93 | #####Flashing examples: |
|
93 | #####Flashing examples: | |
94 | ```shell |
|
94 | ```shell |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant