ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/partman/finish.d/25create_host_mountpoint

7 lines
93 B
Bash
Executable File

#! /bin/sh
if [ -d /host ]; then
mkdir -p /target/host
mount --bind /host /target/host
fi