On Wed, 23 Apr 2003, rosella keating wrote: >I am trying to do partitioning in the %pre section of the kickstart, >while installing RH 9. . I am executing following steps: > >$mknod /tmp/sda >$dd if=$PATH/mbr.dd of=/tmp/sda bs=512 >$/usr/sbin/fdisk /tmp/sda Shouldn't there be more args to mknod? # mknod /tmp/sda b 8 0 Cheers, Phil