Last active
August 29, 2015 14:17
-
-
Save Manouchehri/357b5297c5ad9796d397 to your computer and use it in GitHub Desktop.
Creating portable apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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