PCLinuxOS MiniME 2009.2
เพิ่งจะเจอครับเวอร์ชั่นนี้ออกเมื่อ 3 Dec 2009 ขนาดไฟล์ 347 MB
และไปเจอที่เวบ ftp.riken.jp/ ขอแนะนำเลยว่าเป็นเวบที่มีไฟล์เก่าๆ เยอะมาก
ดาวน์โหลด ftp.riken.jp/Linux/pclinuxos/live-cd/english/preview/
เวอร์ชั่นนี่จะยังเป็น kde 3.5.10
เคอร์เนล 2.6.27.31.tex5
และยังติดตั้งโมดูล VirtualBox additions มาด้วย
เหมาะสำหรับนำมาติดตั้งลงในเครื่องแล้วอัพเดทเป็น Kde4 ต่อไปได้

- phong_th's blog
- Login or register to post comments
Comments
Master the Remaste
แนวทางการทำ remaster ครับ
mypclinuxos.com/forum/index.php
Remastering for Distribution.
Requirements:
PCLinuxOS LiveCD
Empty hard drive partition.(Can be done in VirtualBox as well)
Big swap file (2 gig recommended)
Boot the LiveCD
Log in as root
Edit /usr/share/draklive-install/drakelive-install and comment # out the
following lines:
# enable back some disabled services
require services;
services::start_service_on_boot($_) foreach qw(dkms anacron atd crond syslog);
sync_logs();
# Automatically delete the guest account on first boot
system("chroot $::prefix touch /etc/delete-guest-account");
# Setup for root password and create new user at 1st boot
system("rm -f $::prefix/etc/sysconfig/finish-install");
system("touch $::prefix/etc/sysconfig/finish-install");
open FINISH, '>', "$::prefix/etc/sysconfig/finish-install";
print FINISH "FINISH_INSTALL=yes\n";
print FINISH "LICENSE=no\n";
print FINISH "LANGUAGE=no\n";
print FINISH "KEYBOARD=no\n";
print FINISH "TIMEZONE=no\n";
print FINISH "NETWORK=no\n";
print FINISH "AUTHENTICATION=no\n";
print FINISH "USERS=with_root\n";
print FINISH "USER_AUTOLOGIN_FIRST=no\n";
print FINISH "GLX=no\n";
close FINISH;
Save the file.
Installation:
Click install pclinuxos button on the desktop. When the video driver removal screen appears press cancel. It will then proceed to the installer leaving the fglrx and nvidia drivers installed.
I usually select custom partitions and make one / partition to do my install.
This will install an exact duplicate of the livecd preserving the guest account and leaving the disabled services from being started.
Log into your new partition as root. Go back and restore the commented out sections in draklive-install (dont forget).
If you want to save space on your livecd, edit /etc/rpm/macros and add the line %_excludedocs 1 This will exclude any doc files from installing when doing a synaptic update or adding new applications. After installing, removing or updating your applications go back and change the line to %_excludedocs 0 or remove it.
After doing your updates to save even more space you can delete the following:
/usr/share/man folder (most desktop users will never use these)
Extra wallpaper in /usr/share/wallpapers.
Delete pkgcache.bin srcpkgcache.bin located in the /var/cache/apt folder.
Delete the package lists (main,extra,nonfree,kde,gnome) in /var/lib/apt/lists
Delete everything in the usr/share/doc folder except for the HTML folder.
Customizations:
One area of interest is /etc/skel folder. When a new user is created, everything in /etc/skel is copied to the users home folder. If you decide to do any changes to your kde settings be sure to copy the .kde file from root into /etc/skel so the new user created on install will get your customizations. Gnome users would want to copy .gconf .gconfd .gnome2 .gnome2_private to /etc/skel folder.
There are 3 areas that can affect your ability to remaster. Make sure the partition that you are remastering is not over 4 gigs of installed applications. Make sure no other partitions are mounted when running your remasterme or mklivecd command. Remove any entries in fstab that contain the line tmpfs. After removing the entries reboot so that no ramdrive is created.
Example items in /etc/fstab to remove:
none /tmp/jack tmpfs defaults 0 0
none /tmp tmpfs defaults 0 0
none /dev/shm tmpfs defaults 0 0
Now that you have your install tweaked you can run remasterme in the console and create a new compressed iso.
Have fun!
Tex
สามารถ download ผ่าน mirror
สามารถ download ผ่าน mirror ของทาง pclinuxclub ได้แล้วครับผมผ่าน url
http://mirror.pclinuxclub.com/pclinuxos/pclinuxos/live-cd/english/previe...