From e41a2e81ae8defc67c8c0c38c55264791520f698 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 11 Oct 2018 13:55:49 -0400 Subject: [PATCH] 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 --- mkosi.cache/.gitkeep | 0 mkosi.default | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 mkosi.cache/.gitkeep create mode 100644 mkosi.default diff --git a/mkosi.cache/.gitkeep b/mkosi.cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/mkosi.default b/mkosi.default new file mode 100644 index 0000000..8b019b8 --- /dev/null +++ b/mkosi.default @@ -0,0 +1,11 @@ +[Distribution] +Distribution=fedora +Release=28 + +[Output] +Format=raw_squashfs +#Bootable=yes + +[Packages] +Packages=bip +#BuildPackages=make gcc libcurl-devel