Package Details: portablelinux 0.9.3-2

Package Base: portablelinux
Description: A tool that lets you create Casper-based bootable USB and removable drives using popular live CDs
Upstream URL: http://rudd-o.com/new-projects/portablelinux
Category: system
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 17
First Submitted: 2009-12-06 16:47
Last Updated: 2011-03-21 11:28

Latest Comments

Comment by russ0r

2013-12-12 18:44

To install this, edit the PKGBUILD and change the source to https://github.com/Rudd-O/portablelinux/archive/0.9.3.tar.gz

md5sum should be 57b43f63a34822dfaef3d00c31a1d05c

Comment by gna

2013-02-13 15:32

The source package is unavailable for at least 3 days.
http://rudd-o.com/new-projects/portablelinux/releases/0.9.3/portablelinux-0.9.3.tar.gz

Anonymous comment

2011-04-18 19:09

I always get "Errno2: no such file or directory"
Any solution?

Comment by dserban

2011-03-21 11:28

Adopted and updated for python2.

Anonymous comment

2011-03-05 12:40

Won't work, it always says "syntax error"..

Comment by infested999

2010-12-16 01:40

Installed with frm's fix below:

http://paste2.org/p/1144505

Look at the bottom for error.

Anonymous comment

2010-10-10 12:33

Please fix the PKGBUILD and use the $pkgdir variable. In no circumstances should a build script run as root, the sudo command bypass the fakeroot protection, and the build script messes up with your files directly so they can't be tracked/uninstalled via pacman. Also check the content of the resulting package, list the files and use nampac. Obviously there is a problem if it is empty.

Wild files on the loose : /usr/share/portablelinux (containing portablelinux.glade and portablelinux.png)
/usr/share/pixmaps/portablelinux.png
/usr/share/applications/portablelinux.desktop
/usr/lib/python2.6/site-packages/portablelinux-0.9.3-py2.6.egg-info

Anonymous comment

2010-07-28 18:23

OK, just uploaded an update pkgbuild with dosfstools as a dependency. But it looks like we're hitting another error:

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

this occurs at "installing the kernel and initial ram disk"

Anonymous comment

2010-07-28 18:15

dosfstools is a dependency - without it you get [Errno2: no such file or directory] at "Creating the Windows volume on the USB drive".

Comment by Stunts

2010-05-01 17:24

@frm:
Your tip solved the problem for me!
Thanks!

Anonymous comment

2010-05-01 15:41

The PKGBUILD result an empty package. You can check on the pkg directory.
You should fix the build function in PKGBUILD like this:

build() {
cd $srcdir/$pkgname-$pkgver
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

Comment by Stunts

2010-04-28 16:04

Issuing: "sudo pacman -Ql portablelinux"
Returns a blank line...
Something is messed up here...

Comment by Stunts

2010-04-28 16:01

Thanks for the tip, but doing that doesn't solve the problem.
$ sudo pacman -Rf portablelinux
Password:
checking dependencies...
(1/1) removing portablelinux [#####################] 100%

If I type "portablelinux" in my shell it just runs...

Anonymous comment

2010-04-28 15:04

I works normally, do pacman -Rf portablelinux, if not reinstall it and uninstall it.

Comment by Stunts

2010-04-28 14:19

This package is not working for me.
I get an error when trying to make a persistent live USB flash disk: (File not found: /tmp/(string-of-random-characters) ).
But that's not the real issue. I can't uninstall this package.
Issuing "pacman -R portablelinux" says that tha package has been removed, but everything remains in place, even the gnome menu entries remain. The packages no longer comes listen in pacman as installed, but no file gets removed.