mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +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
|