Commit Graph

5 Commits

Author SHA1 Message Date
Vincent Batts f07bd2f27f env variable for the config 2019-03-14 11:03:18 -04:00
Vincent Batts b5e8e23274 tag the image with bip's NVR 2019-03-07 15:00:55 -05:00
Vincent Batts bc78eaaf6e remove mkosi stuff 2019-03-07 14:32:57 -05:00
Vincent Batts 1d5dc44ed3 make this an oci container, not nspawn 2019-03-07 14:32:20 -05:00
Vincent Batts e41a2e81ae
an attempt at a bip container build
```shell
sudo mkosi -d fedora --hostname image
sudo systemd-nspawn \
	--bind-ro=/etc/passwd \
	--bind-ro=/etc/shadow \
	--bind-ro=/etc/group \
	--bind=/home \
	-i $(pwd)/image.raw \
	-u $(id -u) \
	-a
```

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-10-11 13:55:49 -04:00