mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-27 08:41:31 +00:00
6 lines
108 B
Bash
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
|