This commit is contained in:
Michael Hudson-Doyle 2019-11-10 22:55:35 +13:00
parent fbed1e5846
commit 1be2ba1779

View File

@ -50,9 +50,9 @@ JobRunningTimeoutSec=0s
Wants=subiquity_config.mount
EOF
AUTOINSTALL_DEVICE_UNIT='dev-disk-by\x2dlabel-default.device'
AUTOINSTALL_DEVICE_UNIT='dev-disk-by\x2dlabel-autoinstall.device'
mkdir -p "$INSTALLER_ROOT/etc/systemd/system/$AUTOINSTALL_DEVICE_UNIT.d"
cat > "$INSTALLER_ROOT/etc/systemd/system/$AUTOINSTALL_DEVICE_UNIT.d.d/override.conf" <<EOF
cat > "$INSTALLER_ROOT/etc/systemd/system/$AUTOINSTALL_DEVICE_UNIT.d/override.conf" <<EOF
[Unit]
JobRunningTimeoutSec=0s
Wants=subiquity_autoinstall.mount