# Antler/86 root filesystem policy.
#
# Bootstrap-fs is read from the direct XTIDE boot disk because this file lives
# inside that archive.  These keys describe the block root mounted after the
# archive starts the system services.

# /dev/boot follows the whole XTIDE unit that loaded the nucleus.

# or we can specify for example /dev/mfm0p1 or /dev/ide0p1 depending obviously on file system layout, but that is the general idea
# The default
# writable root is the first partition, so ext2 inode, owner, group, and link
# metadata are mounted directly instead of coming from the boot archive.
#
# NFS can also be root.  Example:
#   ROOT_DEVICE=192.168.10.116:/
#   ROOT_FSTYPE=nfs
#   ROOT_FLAGS=rw
ROOT_DEVICE=/dev/boot
ROOT_FSTYPE=ext2
ROOT_FLAGS=rw
