La distro è basata su ArchLinux, e come desktop avrete Gnome, ed è semplice da installare.....
KahelOS
Una volta avviato il DVD, scegliete la partizione dove volete installare KahelOS, e seguite i semplici passaggi:
Date un'occhiata qui prima.
Alla fine non installate Grub, se nel vostro HD avete già Lucid, più avanti avviate LL e in un terminale date:
Codice: Seleziona tutto
sudo update-grubOk, ora avviate KahelOS.
Prima cosa da fare è modificare in questo modo il file
Codice: Seleziona tutto
sudo gedit /etc/pacman.confCodice: Seleziona tutto
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl %u > %o
#CleanMethod = KeepInstalled
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist
#[gnome-unstable]
#Include = /etc/pacman.d/mirrorlist
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include=/etc/pacman.d/mirrorlist
Server=ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
[extra]
Include=/etc/pacman.d/mirrorlist
Server=ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
[community]
Include=/etc/pacman.d/mirrorlist
Server=ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
[archlinuxfr]
Server=http://repo.archlinux.fr/i686
[blaster]
Server = http://ilportalinux.it/arch_repo/i686
[unarch]
Server = http://us4all.info/unarch/arch/i686
[xyne-any]
Server = http://xyne.archlinux.ca/repos/xyne-any
Codice: Seleziona tutto
sudo gedit/ etc/locale.genCodice: Seleziona tutto
it_IT.UTF-8 UTF-8
it_IT ISO-8859-1
it_IT@euro ISO-8859-15 Codice: Seleziona tutto
sudo gedit /etc/pacman.d/mirrorr.listCodice: Seleziona tutto
#
# Arch Linux repository mirrorlist
# Generated on 2009-12-06
#
# Italy
Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
Server = http://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
# Switzerland
Server = ftp://archlinux.puzzle.ch/$repo/os/i686
Server = http://archlinux.puzzle.ch/$repo/os/i686Codice: Seleziona tutto
sudo gedit /etc/rc.confCodice: Seleziona tutto
LOCALE="it_IT.UTF8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Rome"
KEYMAP="it"
CONSOLEFONT="lat0-16"
CONSOLEMAP=
USECOLOR="yes"Codice: Seleziona tutto
sudo pacman -SyyCodice: Seleziona tutto
sudo pacman -SyuPoi dovete rigenerare il locale...
Codice: Seleziona tutto
sudo locale-genFateci sapere come vi sembra...................... (b2b)


