2018-04-27 16:07:44 +01:00

6 lines
108 B
Bash

#! /bin/sh
set -e
# Install a dummy fstab.
echo /dev/root / ext2 noatime,errors=remount-ro 0 1 >/etc/fstab