summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/sbin/fdisk
blob: 7b0c2693fd94ff5f241903c5f44379d3b6470cbe (plain) (blame)
1
2
3
4
5
#!/bin/sh
fdisk.bin $*
if [ -x /dev/makedevs.sh ]; then
  /dev/makedevs.sh
fi