Changes between Version 76 and Version 77 of FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
01/30/14 15:50:06 (10 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDOnEmbeddedDevice

    v76 v77  
    5959build# setenv DESTDIR /mnt
    6060
    61 build# xzcat $BASEPKGDIR/base.txz | tar --unlink -xpzf - -C $DESTDIR
    62 build# xzcat $BASEPKGDIR/kernel.txz | tar --unlink -xpzf - -C $DESTDIR
    63 build# xzcat $BASEPKGDIR/doc.txz | tar --unlink -xpzf - -C $DESTDIR
     61build# tar --unlink -xpzf $BASEPKGDIR/base.txz -C $DESTDIR
     62build# tar --unlink -xpzf $BASEPKGDIR/kernel.txz -C $DESTDIR
     63build# tar --unlink -xpzf $BASEPKGDIR/doc.txz -C $DESTDIR
    6464
    6565Tip: Soekris 2521 requires CPU_ELAN which is not included into the kernel by default. For optimal performance compile the kernel yourself