typo in xen howto

Discussion in 'HOWTO-Related Questions' started by rema, Jan 16, 2006.

  1. rema

    rema New Member

    hi,

    is there maybe a typo in the howto on page 2 ?

    cd linux-2.6.11.12
    patch -p1 < ../archive/linux-2.6.11.12-xen0.patch
    cd ../
    mkdir install
    cd linux-2.6.11.12-xen0
    cp arch/xen/configs/xen0_defconfig .config

    Should this not be "cd linux-2.6.11.12" ?
    If not why is the original dir patched ?

    Best regards
    Rene
     
  2. falko

    falko Super Moderator ISPConfig Developer

    I guess you mean page3.

    No, it's not a typo, because shortly before this I do

    Code:
    cp -al linux-2.6.11.12 linux-2.6.11.12-xen0
    which copies linux-2.6.11.12 to linux-2.6.11.12-xen0 by creating symlinks.
     

Share This Page