#!/bin/sh -efu

sed '/[[:space:]]\/[[:space:]]/d'

printf "/dev/sda1\t/\t$GLOBAL_VM_FSTYPE\tdefault\t1 1\n" >> /etc/fstab
