This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:livenet:scipiodev [2018/06/19 09:27] – created scipio | projects:livenet:scipiodev [2018/06/19 11:27] (current) – [prereq] scipio | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== scipio dev environmnet ====== | ====== scipio dev environmnet ====== | ||
| + | |||
| + | ===== prereq ===== | ||
| + | |||
| + | prereq on my dev machine | ||
| + | < | ||
| + | sudo apt install schroot pigz debootstrap syslinux nfs-kernel-server tftpd-hpa xorriso pxelinux zfsutils-linux | ||
| + | cd / | ||
| + | rm -fR / | ||
| + | ln -s `pwd`/ | ||
| + | [ -f / | ||
| + | |||
| + | zfs set sharenfs=ro rpool/ | ||
| + | </ | ||
| + | |||
| + | ====== network ====== | ||
| < | < | ||
| Line 10: | Line 25: | ||
| < | < | ||
| <range start=' | <range start=' | ||
| - | <bootp file='/ | + | <bootp file='/ |
| </ | </ | ||
| </ip> | </ip> | ||
| Line 20: | Line 35: | ||
| </ | </ | ||
| + | ====== image build ====== | ||
| + | < | ||
| + | ln-image --new-name bionic --create | ||
| + | </ | ||
| + | |||
| + | check zfs share **rpool/ | ||
| + | < | ||
| + | zfs get sharenfs rpool/ | ||
| + | NAME | ||
| + | rpool/ | ||
| + | </ | ||