# ============================================================================ # DarkForge Linux — /etc/fstab # ============================================================================ # Filesystem table. Populated by the installer with actual UUIDs. # Partition scheme: GPT with ESP + root (ext4) + swap (96GB) # ============================================================================ # # Root filesystem — ext4 on NVMe UUID=__ROOT_UUID__ / ext4 defaults,noatime 0 1 # EFI System Partition — kernel lives here UUID=__ESP_UUID__ /boot/efi vfat defaults,noatime 0 2 # Swap partition — 96GB for hibernation support UUID=__SWAP_UUID__ none swap defaults 0 0 # Pseudo-filesystems (mounted by rc.sysinit, listed here for completeness) tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0