7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Disable mountmedia, because that can make the cdrom mount fail.
|
||
|
# Not sure why there are two conflicting mounting mechanisms in Debian Installer
|
||
|
# (mountmedia with /media and cdrom-detect with /cdrom).
|
||
|
exit 1
|