• # umount

    Posté par (site web personnel) . En réponse au journal Mettez du Debian et du ArchBSD dans votre FreeBSD : mkjl.sh. Évalué à 10.

    # Populate pacman keyring inside the jail
    jail -c path=/usr/jails/$hostname mount.devfs command=/usr/bin/pacman-key --init
    jail -c path=/usr/jails/$hostname mount.devfs command=/usr/bin/pacman-key --populate archbsd
    # Clean
    # umount is invoked 2 times or it won't work
    umount /usr/jails/$hostname/dev
    umount /usr/jails/$hostname/dev

    umount marche mais ton devfs est monté deux fois. A mon avis tu peux faire plus propre sur ce coup là :)