Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Here comes a solution to the architecture defined #40

Closed
GoogleCodeExporter opened this issue Nov 29, 2015 · 1 comment
Closed

Here comes a solution to the architecture defined #40

GoogleCodeExporter opened this issue Nov 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

in function 

function getsetup()
{
  if test "$noscripts" == "0" -a "$noupdate" == "0"
  then
    touch setup.ini
    mv setup.ini setup.ini-save
//    wget -N $mirror/setup.bz2
    wget -N $mirror/x86/setup.bz2
    if test -e setup.bz2 && test $? -eq 0


THEN

in function 

  install)

    ..........
    ..........

    echo "Unpacking..."
//  cat $file | bunzip2 | tar > "/etc/setup/$pkg.lst" xvf - -C /
    cat $file  | xz -d | tar > "/etc/setup/$pkg.lst" xvf - -C /
    gzip -f "/etc/setup/$pkg.lst"
    cd ../..




THE
the attached file is a sample file of architure x86 using mirrors.ustc.edu.cn

Original issue reported on code.google.com by qiuke...@gmail.com on 25 Dec 2013 at 3:15

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by i...@skl.me on 17 Feb 2014 at 8:57

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant