Steven Blackery escribió:
> Inside devices.txt is:
> 
> dev/null c 1 3
> 
> which, if you are using mknod-cpio.pl with devices.txt as the input to append 
> the devices to your initrd, should work...
> 

Steven,
that is exactly how is done it when building the iso image (I did not know):


## devices
devices.cpio: misc/devices.txt
         tools/mknod-cpio.pl < $< >| $...@.tmp
         mv $...@.tmp $@

....

initrd: devices.cpio .stamp-stage2
         (cd stage2 && find . | cpio -H newc -o) >| $...@.tmp
         cat devices.cpio >> $...@.tmp
         mv $...@.tmp $@

now,
I have try both the iso image and the network image, and both have

ls -l /dev/null

crw------- 1 root 0 1,   3 Jan 18 17:19 /dev/null

Johannes,
are you building up the images from source?


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to