From 7df0b5861844806b73700fa0b0f49b411042fe00 Mon Sep 17 00:00:00 2001 From: Yihuang Yu Date: Fri, 17 May 2024 12:50:01 +0800 Subject: [PATCH] docs: Delete outdate docs/src/bootc.md Signed-off-by: Yihuang Yu --- docs/src/bootc.md | 57 ----------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 docs/src/bootc.md diff --git a/docs/src/bootc.md b/docs/src/bootc.md deleted file mode 100644 index d8c313ea7..000000000 --- a/docs/src/bootc.md +++ /dev/null @@ -1,57 +0,0 @@ -# NAME - -bootc - Deploy and transactionally in-place with bootable container -images - -# SYNOPSIS - -**bootc** \[**-h**\|**\--help**\] \<*subcommands*\> - -# DESCRIPTION - -Deploy and transactionally in-place with bootable container images. - -The \`bootc\` project currently uses ostree-containers as a backend to -support a model of bootable container images. Once installed, whether -directly via \`bootc install\` (executed as part of a container) or via -another mechanism such as an OS installer tool, further updates can be -pulled via e.g. \`bootc upgrade\`. - -Changes in \`/etc\` and \`/var\` persist. - -# OPTIONS - -**-h**, **\--help** - -: Print help (see a summary with -h) - -# SUBCOMMANDS - -bootc-upgrade(8) - -: Download and queue an updated container image to apply - -bootc-switch(8) - -: Target a new container image reference to boot - -bootc-edit(8) - -: Apply full changes to the host specification - -bootc-status(8) - -: Display status - -bootc-usr-overlay(8) - -: Add a transient writable overlayfs on \`/usr\` that will be - discarded on reboot - -bootc-install(8) - -: Install the running container to a target - -bootc-help(8) - -: Print this message or the help of the given subcommand(s)