https://github.com/mjeanson/nsec-router
https://github.com/mjeanson/nsec-router
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjeanson/nsec-router
- Owner: mjeanson
- Created: 2016-03-22T03:30:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T03:48:28.000Z (about 9 years ago)
- Last Synced: 2025-02-16T10:14:51.071Z (4 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
git clone https://github.com/mjeanson/nsec-router.git
wget https://buildroot.org/downloads/buildroot-2016.02.tar.bz2
tar xvf buildroot-2016.02.tar.bz2
cd buildroot-2016.02
patch -p0 < ../nsec-router/quagga.patch
make BR2_EXTERNAL=../nsec-router nsec_defconfig
make BR2_JLEVEL=$(nproc)cat << EOF > metadata.yaml
architecture: x86_64
creation_date: $(date +%s)
properties:
description: NSEC router
os: busybox
EOFtar -cf metadata.tar metadata.yaml
lxc image import metadata.tar output/images/rootfs.tar --alias nsec-router
```