I hereby claim:
- I am kgoger on github.
- I am beeble (https://keybase.io/beeble) on keybase.
- I have a public key ASB5HYNSlNFgIEqcmioDxFIT9PXOYaucSaQYFbSQD4kHDwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| BLOCK_DEV="/dev/mmcblk0" | |
| PART_NUM="1" | |
| parted ${BLOCK_DEV} resizepart ${PART_NUM} 100% | |
| resize2fs ${BLOCK_DEV}p${PART_NUM} |
| isc-dhcp config | |
| diff --git a/dhcp/dhcpd.conf b/dhcp/dhcpd.conf | |
| index 1674bbc..a6c52ee 100644 | |
| --- a/dhcp/dhcpd.conf | |
| +++ b/dhcp/dhcpd.conf | |
| @@ -51,6 +51,7 @@ subnet 10.1.0.0 netmask 255.255.0.0 { | |
| subnet 10.2.0.0 netmask 255.255.0.0 { | |
| range 10.2.9.1 10.2.254.254; | |
| option routers 10.2.0.1; |
| setenv set_bootpar 'setenv emmc_bootpart 0:${emmc_rootpartnr}' | |
| setenv emmc_rootpartnr 1 | |
| run set_bootpar | |
| echo $emmc_bootpart |