SystemImager: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
  mv Install.txt Install.pl
  mv Install.txt Install.pl
  chmod +x Install.pl
  chmod +x Install.pl
*Now we use the installer to grab the required packages:
**systemimager
**systemimager-bittorrent
**systemimager-client
**systemimager-common
**systemimager-flamethrower
**systemimager-server
**systemimager-x86_64boot-standard
**systemimager-x86_64initrd_template 
./install -v --download-only --tag stable --directory . systemconfigurator \ systemimager-client
systemimager-common \ systemimager-i386boot-standard systemimager-i386initrd_template \ systemimager-server \ systemimager-bittorrent systemimager-flamethrower

Revision as of 00:51, 13 August 2007

mkdir systemimager
cd systemimager
wget http://compbio.chemistry.uq.edu.au/mediawiki/upload/b/ba/Install.txt
mv Install.txt Install.pl
chmod +x Install.pl


  • Now we use the installer to grab the required packages:
    • systemimager
    • systemimager-bittorrent
    • systemimager-client
    • systemimager-common
    • systemimager-flamethrower
    • systemimager-server
    • systemimager-x86_64boot-standard
    • systemimager-x86_64initrd_template
./install -v --download-only --tag stable --directory . systemconfigurator \ systemimager-client
systemimager-common \ systemimager-i386boot-standard systemimager-i386initrd_template \ systemimager-server \ systemimager-bittorrent systemimager-flamethrower