diff options
Diffstat (limited to 'debian/openssh-client-udeb.isinstallable')
-rw-r--r-- | debian/openssh-client-udeb.isinstallable | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/openssh-client-udeb.isinstallable b/debian/openssh-client-udeb.isinstallable new file mode 100644 index 000000000..7591b6245 --- /dev/null +++ b/debian/openssh-client-udeb.isinstallable | |||
@@ -0,0 +1,10 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | # This is a hack to arrange for openssh-client-udeb to show up as a | ||
4 | # retrievable debian-installer component in expert mode (due to the | ||
5 | # Installer-Menu-Item: control field) while not actually appearing on the | ||
6 | # d-i main menu. See: | ||
7 | # | ||
8 | # http://lists.debian.org/debian-boot/2004/07/msg01207.html | ||
9 | |||
10 | exit 1 | ||