Skip to content

Script setup/template.sh errors with ubuntu full vm and archlinux micro vm #34

@mik-tf

Description

@mik-tf

Situation

Running the Script setup/template.sh, I get errors with ubuntu full vm and archlinux micro vm

Screenshots

  • Ubuntu full VM on grid
    image
  • Archlinux micro VM on grid
    image

Steps

  • Ubuntu, deploy and ssh into full vm on grid:
apt-get update
apt-get install -y git 
apt-get install -y python3 
apt-get install -y python-is-python3
apt-get install -y python3-flask
apt-get install -y wget
apt-get install -y make
apt-get install -y gcc
apt-get install -y liblzma-dev
apt-get install -y isolinux
apt-get install -y genisoimage
apt-get install -y mkisofs
apt-get install -y xorrisofs
apt-get install -y build-essential
apt-get install -y syslinux
apt-get install -y libz-dev
apt-get install -y dosfstools
apt-get install -y udev

git clone https://github.com/threefoldtech/0-bootstrap
cd 0-bootstrap
bash setup/template.sh
  • Archlinux, deploy and ssh into micro vm on grid:
yes | pacman -Syu 

yes | pacman -S git 
yes | pacman -S python3 
yes | pacman -S python-is-python3
yes | pacman -S python3-flask
yes | pacman -S wget
yes | pacman -S make
yes | pacman -S gcc
yes | pacman -S liblzma-dev
yes | pacman -S isolinux
yes | pacman -S genisoimage
yes | pacman -S mkisofs
yes | pacman -S xorrisofs
yes | pacman -S build-essential
yes | pacman -S syslinux
yes | pacman -S libz-dev
yes | pacman -S dosfstools
yes | pacman -S udev

git clone https://github.com/threefoldtech/0-bootstrap
cd 0-bootstrap
bash setup/template.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions