This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:livenet:server [2018/03/13 00:22] – [BUILD IMAGE CLIENT] nicola | projects:livenet:server [2018/03/21 11:56] (current) – [install livenet client package] scipio | ||
|---|---|---|---|
| Line 51: | Line 51: | ||
| </ | </ | ||
| - | ===== Trivial FTP ===== | + | ==== Trivial FTP ==== |
| edit / | edit / | ||
| < | < | ||
| Line 159: | Line 159: | ||
| </ | </ | ||
| - | === install livenet client === | + | ==== install livenet client |
| < | < | ||
| + | # copiare / | ||
| + | cd /root | ||
| git clone https:// | git clone https:// | ||
| + | cd livenet-client | ||
| + | git checkout bionic | ||
| mv .git / | mv .git / | ||
| git status | git status | ||
| Line 167: | Line 172: | ||
| </ | </ | ||
| + | |||
| inside git directory | inside git directory | ||
| - | < | + | < |
| + | rsync -avb etc/ /etc/ | ||
| rsync -avb usr/ /usr/ | rsync -avb usr/ /usr/ | ||
| + | rsync -avb debian / | ||
| + | rsync -avb README.md / | ||
| apt-get -y install linux-generic | apt-get -y install linux-generic | ||
| </ | </ | ||
| Line 249: | Line 258: | ||
| ################################# | ################################# | ||
| </ | </ | ||
| + | |||
| + | ===Rebuild initramfs image === | ||
| + | ln-mng --kernel | ||
| ===== DHCP ===== | ===== DHCP ===== | ||