mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
9 lines
132 B
Bash
Executable File
9 lines
132 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
echo "creating mtab and modules dir" >&2
|
|
ln -sf /proc/mounts /etc/mtab
|
|
mkdir -p /lib/modules
|
|
mkdir -p /writable
|