Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Last active August 29, 2015 14:17
Show Gist options
  • Save Manouchehri/357b5297c5ad9796d397 to your computer and use it in GitHub Desktop.
Save Manouchehri/357b5297c5ad9796d397 to your computer and use it in GitHub Desktop.
Creating portable apps
fakechroot fakeroot debootstrap --foreign --variant=fakechroot --arch i386 lucid ~/ubuntu-lucid-fakeroot/ http://mirror.its.dal.ca/ubuntu/
DEBOOTSTRAP_DIR=~/ubuntu-lucid-fakeroot/debootstrap fakechroot fakeroot debootstrap --second-stage --second-stage-target=~/ubuntu-lucid-fakeroot
sudo debootstrap --arch i386 lucid ~/ubuntu-lucid/ http://mirror.its.dal.ca/ubuntu/
fakechroot fakeroot debootstrap --variant=minbase lucid ~/ubuntu-lucid-fakeroot-x64/ http://mirror.its.dal.ca/ubuntu/
fakechroot fakeroot debootstrap --arch i386 --variant=minbase lucid ~/ubuntu-lucid-fakeroot-x86/ http://mirror.its.dal.ca/ubuntu/
cat /home/dave/debian-sid-fakeroot-x64/debootstrap/debootstrap.log
dpkg: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
dpkg: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
dpkg: error while loading shared libraries: libselinux.so.1: cannot open shared object file: no such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment