I'm trying to create some minimal devices on a new mount point I created, but TCL doesn't come with makedev and there is no available package.
mkdir /mnt/ec2-fs/dev
/sbin/MAKEDEV -d <image_mountpoint>/dev -x console
/sbin/MAKEDEV -d <image_mountpoint>/dev -x null
/sbin/MAKEDEV -d <image_mountpoint>/dev -x zero
How can I do this on TCL?