We are trying to store an entire Linux image in SVN.
We have hit a show stopper with regards to node files, aka "character special" files. E.g. /dev/console (and the rest of the content in /dev)
The plan was to be able to "svn export" a revision from the SVN repo, copy/move to a flashcard and boot the hardware from it. (All machines that will use this image are identical and operate from a flash drive instead of disk.)
Does anyone have any experience with this kind of thing? What alternatives do we have?
We've tried MAKEDEV'ing and/or mknod'ing on the new card after exporting everything else, but it still won't boot ("no init found" i.e. can't load the console)
Ta for any info.
We have hit a show stopper with regards to node files, aka "character special" files. E.g. /dev/console (and the rest of the content in /dev)
The plan was to be able to "svn export" a revision from the SVN repo, copy/move to a flashcard and boot the hardware from it. (All machines that will use this image are identical and operate from a flash drive instead of disk.)
Does anyone have any experience with this kind of thing? What alternatives do we have?
We've tried MAKEDEV'ing and/or mknod'ing on the new card after exporting everything else, but it still won't boot ("no init found" i.e. can't load the console)
Ta for any info.