# /etc/fstab — AYANEO Pocket DS
#
# Mount layout:
#   sda1   FAT32, LABEL=ROCKNIX     -> /boot   (holds the boot.img-wrapped kernel
#                                               that the ROCKNIX-signed ABL loads;
#                                               must be mounted so dnf-installed
#                                               kernel updates land where the ABL
#                                               actually reads from)
#   sda2   ext4,  PARTLABEL=STORAGE -> /       (rootfs; the kernel mounts it
#                                               directly from the cmdline
#                                               root=PARTLABEL=STORAGE token,
#                                               this entry is here so
#                                               systemd-fstab-generator emits a
#                                               fsck unit on first boot)
#
# /tmp and zram swap come from systemd-tmpfiles and zram-generator
# (zram-generator.conf shipped by pocketds-userspace) -- no entries needed.

PARTLABEL=STORAGE  /      ext4  defaults,noatime,errors=remount-ro  0  1
LABEL=ROCKNIX      /boot  vfat  defaults,nofail,iocharset=utf8       0  2
