Creating application packages on Vector Linux

What features/apps/bugfixes needed in a future Puppy
Post Reply
Message
Author
Kayaker
Posts: 1
Joined: Wed 20 Jul 2005, 14:47
Location: Evanston, Illinois, USA
Contact:

Creating application packages on Vector Linux

#1 Post by Kayaker »

Evanston, Illinois, USA

Dear Barry and Puppy-fans!

I stumbled onto a couple recent rave reviews of Puppy Linux, and a friend and I are both excited about what we read. I took renewed interest lately in Puppy when I learned Puppy now has a full BASH shell! Great!

I've followed Puppy going on two years now. I always thought that the idea of loading a ca. 60 MB distro fully into RAM is a very good idea. We like that your site goes into the preparation of application packages.

I especially like Puppy forking internally instead of trying to be one size
fits all.
When all else has been ruled out,
Whatever remains standing,
However absurd,
Must be true.

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#2 Post by GuestToo »

unionfs is fairly simple
for example, to turn off /usr read/write, just type umount /usr

this is an interesting package system
http://oblisk.codu.org/
everything is in one app dir
it can be run directly from the dir
or it can be installed to any dir you choose

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#3 Post by BarryK »

Actually, Bash is not yet the default on 1.0.4.

#!/bin/sh

in a script still runs the old Ash.
You have to do this:

#!/bin/bash

I'm cautious! Will probably put Bash as the default shell for 1.0.5.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#4 Post by Flash »

GuestToo wrote:<snip>this is an interesting package system
http://oblisk.codu.org/
everything is in one app dir
it can be run directly from the dir
or it can be installed to any dir you choose
Isn't that basically the same thing as a DotPup? I thought DotPups were applications-in-a-directory.

Post Reply