summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/sbin/cfdisk
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/sources/initrd/sbin/cfdisk')
-rwxr-xr-xsource/installer/sources/initrd/sbin/cfdisk5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/installer/sources/initrd/sbin/cfdisk b/source/installer/sources/initrd/sbin/cfdisk
new file mode 100755
index 000000000..582a1414b
--- /dev/null
+++ b/source/installer/sources/initrd/sbin/cfdisk
@@ -0,0 +1,5 @@
+#!/bin/sh
+cfdisk.bin $*
+if [ -x /dev/makedevs.sh ]; then
+ /dev/makedevs.sh
+fi