On 15 February 2014 03:51, Charles Plessy <[email protected]> wrote: > Le Fri, Feb 14, 2014 at 04:18:23PM +0100, Juerg Haefliger a écrit : > > > > The SmartOS datasource class is checking for the existance of /dev/ttyS1 > > which is not present in a build chroot. > > Thanks ! Do you know if there is a way to provide it or emulate it in the > chroot ? > > Have a nice week-end, > > -- > Charles Plessy > Tsurumi, Kanagawa, Japan > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: http://lists.debian.org/[email protected] > > Hi Charles
If I have understood your conversation correctly you can just bind it from your own root. `mount --bind /dev /target/root/dev`
