Notes:
##############
Known Problems
##############
Sometimes you may lost the input focus in X. If this happened, just switch
to another window, then switch back. This is caused by a patch applied to SCIM
to make Java applications work with SCIM. There's no fix for this problem yet.
But fortunately, this rarely happens.
#############
ISO emulation
#############
This version supports boot directly from the ISO image via GRUB4DOS and
other boot loaders.
Recent versions of GRUB4DOS supports ISO emulation, here is a example
menu.lst entry to boot the CDlinux ISO:
#============================== begin ==============================#
title GNU/CDlinux (ISO emulation)
map --mem (hd0,0)/boot/CDlinux/CDlinux.iso (hd32)
map --hook
kernel (hd32)/boot/CDlinux/bzImage quiet CDL_IMG=CDlinux.iso
initrd (hd32)/boot/CDlinux/initrd
map --unhook
boot
#=============================== end ===============================#
Or, if the former setting failed, add a line with "map --status" and try again:
#============================== begin ==============================#
title GNU/CDlinux (ISO emulation)
map --mem (hd0,0)/boot/CDlinux/CDlinux.iso (hd32)
map --hook
map --status
kernel (hd32)/boot/CDlinux/bzImage quiet CDL_IMG=CDlinux.iso
initrd (hd32)/boot/CDlinux/initrd
map --unhook
boot
#=============================== end ===============================#
For other boot loaders, you many need to extract the "bzImage" file and the
"initrd" file from the ISO first. Then boot them with the following parameters:
CDL_DEV=xx CDL_DIR=yy CDL_IMG=zz
For details, please refer to:
http://cdlinux.info/wiki/doku.php/doc/faq/inst_wo_burn
Changes:
=========================
CDlinux 0.9.2 2009/02/27
=========================
This is mainly a bug fix release with a few new features.
Several bugs found in 0.9.0 and 0.9.1 were fixed:
* a bug in the installation wizard was fixed, now install CDlinux to
Windows 2k/XP/2k3 C: drive works again
* yet another a bug in the installation wizard was fixed, now you can boot
directly from the ISO image and install CDlinux without actually burning
a CD
* a bug in the rc.swap script that cause CDlinux fail to setup pagefile.sys
as swap on some vfat partition was fixed
* a bug in the cups package was fixed, and now printing works again
* wine was downgraded to the stable 1.0.1
New features/packages add in this release:
* added qt-x11-opensource-4.4.3
* added opera-10.00.4102 as an alternative browser
* added smplayer-0.6.6 as the default media player
* added gmlive-0.21.2, a live video player
* added xfburn-0.4.1
* added gparted-0.4.3
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use