Search the Puppy Bugs Forum for your problem: http://www.murga-linux.com/puppy/∞
Posted: Wed Feb 15, 2006 9:01 am Post subject: Puppy 1.0.8beta released. 15th Feb
See the News here: http://www.puppylinux.com/news.htm∞
Report bugs here: http://www.murga-linux.com/puppy/viewtopic.php?t=6139∞
= = = Feb 15
Ted Dog has mirrored Puppy 1.0.8beta here: http://www.puptrix.org/beta/puppy-1.0.8beta-mozilla.iso∞ Md5Sum:603aad31658d072ce00df909e268f73c puppy-1.0.8beta-mozilla.iso
Also Mark Ulrich's mirror: http://dotpups.de/puppy-releases/1.0.8-beta/∞
There are some small bugs discovered. Read about them, and contribute your own discoveries to the following Forum threads: http://www.murga-linux.com/puppy/viewtopic.php?t=6139∞ http://www.murga-linux.com/puppy/viewtopic.php?p=37861∞ http://www.murga-linux.com/puppy/viewtopic.php?t=6143∞
One important bug: the JWM Setup submenu is missing the install and CD remaster scripts. The Puppy Universal Installer is only in puppy2. You can run all these scripts from the commandline. This is what is supposed to be in /root/.jwmrc:
<Program label="Create custom Puppy live-CD" icon="mini-ray.xpm">exec /usr/sbin/createpuppyonline</Program> <Program label="Alienx simple remaster-CD" icon="mini-ray.xpm">exec /usr/sbin/alienx-shell</Program> <Program label="Install Puppy USB drive" icon="mini-ray.xpm">rxvt -bg "#ffffc0" -e /usr/sbin/install-usb.sh</Program> <Program label="Install Puppy Zip disk" icon="mini-ray.xpm">rxvt -bg "#ffffc0" -e /usr/sbin/install-zip.sh</Program> <Program label="Install Puppy hard drive" icon="mini-ray.xpm">rxvt -bg "#ffffc0" -e /usr/sbin/install-hd.sh</Program>
For example, at the commandline, you type:
# install-usb.sh
to run the the USB installer script.