I have a few entries in /etc/fstab that should not be mounted at boot, unfortunately openrc init ignores noauto option. That's how my /etc/fstab looks:
/dev/mapper/data /home/user/Backup btrfs noauto,user,nodiratime,lazytime,compress=lzo,subvol=@backup 0 2
/dev/mapper/data /home/user/Music btrfs nofail,user,nodiratime,lazytime,compress=lzo,subvol=@music 0 2
/dev/mapper/data /home/user/Videos btrfs nofail,user,nodiratime,lazytime,compress=lzo,subvol=@videos 0 2
All entries are mounted at boot, regardless of noauto option. Does anybody know how to enforce correct behavior?