LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-28-2009, 05:07 AM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
PocketWriterLinux PWL, a Frugal Persistent Linux for CD, USB, and HDD!


Nice name huh?

OK, I built this baby like I was making a fine piece of Art
built off grml/hag linux

Features the Fluxbox desktop (only)
No gdm, xdm, or slim
all script driven

Many Many writing, web-dev stuff here

abiword
openoffice-writer and math
scribus
wordgrinder
wwmkr
leafpad
geany
iceape web developer
iceweasel -tor, -webdev, -firebug
midori
screem html/xml
osmo organizer

also includes

wine
supertux
gimp
imagemagick
mtpaint
xsane
xpdf

audacious
brasero
gxine
mplayer, smplayer
chatzilla
filezilla
gftp

fileroller
xarchiver
pcmanfm
rox-filer
xchat

synaptic
aptitude
gdebi
alien
unetbootin
live-magic

and more
http://multidistro.com/pwl/1st.png

http://multidistro.com/pwl/2nd.png

http://multidistro.com/pwl/3rd.png

http://multidistro.com/pwl/4th.png

http://multidistro.com/pwl/5th.png

download link in like 1hr
670mb iso
you can run persistent from livcd
or use unetbootin to put on usb

OH, and it runs nicely at 80mb ram, approx 123mb ram with Iceweael running

Last edited by linus72; 09-28-2009 at 05:24 AM.
 
Old 09-28-2009, 07:07 AM   #2
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
heres the "alpha" build
Download link at Bottom of page
I just call it that, as its not finished
I have to write docs & clean it up
all the progarms and what not work good
it has stuff to help you hook up your printer, etc too
hplip-gui & more

heres the complete Apps list
http://multidistro.com/pwl/apps.txt

something like 1340 apps altogether!

VERY IMPORTANT:

1) its made to run from CD, USB or Hard drive in Frugal persistent/non-persistent mode
grml2hd Can install it to hd like a debian hd install
there are bugs in grml2hd, nothing serious
but its really made to run frugal

2) In the download are the 680mb ISO image, the md5sum.txt, and a pre-made 500mb
"pwl-rw" persistent file
the persistent file is empty, so it compressed down to like 500kb
after extracting (its a tar.gz), it will decompress to 500MB

3) You can use Unetbootin to install to usb, and it works good
you will have to make a 2nd partition on usb for persistence
either Label the 2nd partition "pwl-rw" or just place the incuded
pwl-rw in that partition

4) you can install to any linux hd partition by simply copying the iso to hd
and setiing up grub, and you can also just place the pwl folder in your Ubuntu, Slack, Debian, etc partition, add the boot/pwlk folder to your boot folder
and edit your menu.lst

5) example usb setup
sdb1 fat32, installed iso via Unetbootin or manually, must be at least 700MB
sdb2 ext2, either labeled "pwl-rw", or you place a persistent file here named pwl-rw, size variable, but should be at least 500+MB

6) to label a usb partition or hd partition pwl-rw
use Gparted or thru terminal, with USB unmounted, or hd partition unmounted
do
Code:
mkfs.ext2 -L pwl-rw /dev/sdxx
the command above will format the partition ext2 and label it pwl-rw
note that any data there will be destroyed as its getting formatted
sdxx = whatever your usb or hd is designated

7) to make your own persistent pwl-rw
you must cd into a mounted usb or hd partition and create and format the pwl-rw
example assuming usb is sdb1 and sdb2,
assuming I'm making a persistent file on usb, instead of labeleing usb partition

first cd into sdb2

Code:
cd /mnt/sdb2
creating a 500MB persistent file

Code:
dd if=/dev/null of=pwl-rw bs=500M seek=1
formatting the pwl-rw
Code:
mkfs.ext2 -F pwl-rw
now its ready to use, just boot with the persistent option in menu
this works for cd, usb, and hd too
you can make the persistent file/partition any size I guess.

so, please try it out
there is a menu option for playing in qemu too

also, when you boot, it will go to a script-driven console gui
named Pocketwriter-quickconfig
eth0, eth1 should come up auto
no need for grml-network

just hit x and then s to start fluxbox desktop
the toolbar is on auto-hide as fbpanel at the top runs most stuff

HERE IS THE DOWNLOAD LINK
http://multidistro.com/pwl/PWL-FULL.tar.gz

Note, in Live mode (default) it requires at least 128mb ram
in "toram" mode at least 300mb RAM

EDIT: user/password info

user: root
password: 77

user: grml
password: 66

note that many apps can be opened as root without password via the fluxbox root-menu

there are also abotu 15 gkrellm2 themes, about 20 fluxbox styles, 10-15 wallpapers, and many gnome icon themes via fbpanel menu settings/appearence

any questions?
Please check it out!

Last edited by linus72; 09-28-2009 at 07:24 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I install 3,4 persistent linux in usb memory? miros84 Linux - Software 2 08-22-2009 04:39 PM
Special Edition DSL-SE-Embedded-4.4.10 USB with Persistent Qemu for Linux/Windows linus72 DamnSmallLinux 3 04-21-2009 04:56 AM
frugal install on usb cf - dual boot xp actmnophn Linux - Newbie 3 03-31-2008 09:07 AM
customising frugal usb install linuxmandrake DamnSmallLinux 1 03-10-2008 11:15 AM
persistent fs mounts between linux usb-boot and qemu guest on windows? stairwayoflight Linux - Software 0 01-11-2007 03:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration