# Mountaineer apkovl manifest # # Two profiles for the Server build: # # - `server` — the apkovl that ships on the live ISO, applied to the # live environment at boot. Includes the installer # and embeds the target apkovl as a payload. # - `server-target` — the apkovl that the installer extracts onto the # installed disk. The "Mountaineer system" config. # # Profile `server` sources = ["common", "live"] + dynamic embedding of the # server-target apkovl, the installer script, and the docs. The dynamic # pieces are placed into a staging directory by genapkovl-mountaineer-server.sh # and merged in as a third "source". # # Profile `server-target` sources = ["common"] only. Pure config. version = "0.0.1-mvp" [profiles.server] description = "Mountaineer Server live-ISO apkovl (installer + embedded target apkovl)" sources = ["common", "live"] world = "common/etc/apk/world" [profiles.server-target] description = "Mountaineer Server target-system apkovl (lands on the installed disk)" sources = ["common"] world = "common/etc/apk/world" # [profiles.sysadmin] # description = "Mountaineer Sysadmin — Server plus the graphical layer" # sources = ["common", "live", "sysadmin"] # world = "sysadmin/etc/apk/world"