UBCD Live V0.2.2b available for download

Discussion/announcements about test/beta releases of UBCD will be posted here.

Moderators: Icecube, StopSpazzing

Post Reply
Message
Author
Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

UBCD Live V0.2.2b available for download

#1 Post by Victor Chew » Tue Apr 28, 2015 4:50 am

New release 0.2.2b is now available: https://www.ultimatebootcd.com/ubcdlive.html

Changelog:

- Updated ClamTK to V5.15 (slightly patched to fix signature update).
- Added time-admin and make single-click on tray clock launch the app.
- Reduce total image size by truncating /usr/share/doc.
- Added persistence.bz2 and modified rc.local to prevent overwriting newer
files during module extraction.
- Added msed.

Build script: http://www.ultimatebootcd.com/download/build022b.txz

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

Re: UBCD Live V0.2.2b available for download

#2 Post by Victor Chew » Tue Apr 28, 2015 5:00 am

If you are running UBCD Live from a USB memory stick, you can now easily persist all changes to the memory stick by doing the following:

1. Write the ISO image to the memory stick using Universal USB Installer or LinuxLive USB Creator.

2. In the root directory, you will find a tiny file called persistence.bz2. Expand that using 7-Zip or some other archival utility. You will get a 1GB file called persistence. All changes you make while booted into UBCD Live will be written to this file.

3. Edit isolinux/live.cfg and add "toram persistence" to all the boot parameters:

Code: Select all

label live-486
	menu label ^Live (486)
	menu default
	linux /live/vmlinuz
	initrd /live/initrd.img
	append boot=live config username=root vga=normal toram persistence

label live-486-failsafe
	menu label ^Live (486 failsafe)
	linux /live/vmlinuz
	initrd /live/initrd.img
	append boot=live config username=root memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal toram persistence
That's it!

Post Reply