# One-shot MFM installer defaults.
#
# Normal images keep this disabled.  Installer images set
# MFM_INSTALL_ON_BOOT=yes at build time and use MFM_INSTALL_TAG to avoid
# repeating the same destructive install after a successful run.

MFM_INSTALL_ON_BOOT=no
MFM_INSTALL_DEVICE=/dev/mfm0p1
MFM_INSTALL_FALLBACK_DEVICE=/dev/mfm0
MFM_INSTALL_TARGET=/mnt/mfm
MFM_INSTALL_TAG=manual

# Whole-disk node (for the MBR/partition table), and an optional MBR image and
# boot-record source written before the filesystem copy.  Blank fields keep the
# existing on-disk boot bytes.
MFM_INSTALL_WHOLE_DEVICE=/dev/mfm0
MFM_INSTALL_MBR_IMAGE=
MFM_INSTALL_BOOT_SOURCE=
MFM_INSTALL_BOOT_SECTORS=19

# Fresh-format policy for the target partition.  FORMAT=yes runs mkfs (ext2)
# with BLOCKS 1KiB blocks and LABEL; CHECK=yes runs e2fsck afterwards.
MFM_INSTALL_FORMAT=no
MFM_INSTALL_BLOCKS=4087
MFM_INSTALL_LABEL=AntlerMFM
MFM_INSTALL_CHECK=no

# Optional raw dd clone instead of a file copy.  Blank CLONE_SOURCE disables
# cloning; CLONE_TARGET and CLONE_COUNT default to the install DEVICE/BLOCKS.
MFM_INSTALL_CLONE_SOURCE=
MFM_INSTALL_CLONE_TARGET=
MFM_INSTALL_CLONE_BS=512
MFM_INSTALL_CLONE_COUNT=
MFM_INSTALL_CLONE_SKIP=
MFM_INSTALL_CLONE_SEEK=

# Optional install transcript path.  Blank leaves the run un-logged.
MFM_INSTALL_LOG=
