- added openssh and nfs-utils packages
- edited /etc/rc.local
- added installer /arch/setup
- kernel 2.6.31-ARCH
- openbox 3.4.8-2
- persistent /home settings (if you want)
- installable by /arch/setup
- quick-init 1.10-2
- default boot to init 5
- user login: archone
- password: archone
- pm-utils and automatic rules to modify cpufreq dynamically on ac adapter events
- probably compatible with other types of netbook (you should disable acerfand daemon in /etc/rc.local)
- vi
- nano
- xterm
- firefox 3.5.6-1
- opera-snapshot 4744-1
- network manager 0.7.2-1
- keepassx 0.4.1-1
- hsoconnect 1.2.18-3
- gparted 0.5.0-1
- gimp 2.6.8-1
- openoffice 3.1.1-2
- vlc 1.0.4-1
- mplayer
- evince 2.28.2-1
- gedit
- gnome-terminal (gnome v. 2.28)
- gparted
- gimp,
- …….
Shortcut keys (for all keys, see or edit .xbindkeysrc):
- alt + F2 –> “run application”
- alt + x –> xterm
- alt + f –> firefox
- alt + t –> pcmanfm file manager
- alt + k –> keepassx
- alt + g –> gedit
- alt + o –> gnome-terminal
- alt + p –> pidgin
If you want, you can use this feature that allows you to save your data, settings and customizations on your stick.
In this way, you will find all your customizations on every boot, customizations as bash history, firefox settings, icons, theme, email accounts etc.
- Download home archone file from download section
- Extract the file img (don’t rename it!) and go to step 3…
- … OR you can create img manually (eg if you want choose size of img), by following these steps:
-
dd if=/dev/zero of=/<location>/home_archone.img bs=1M count=<size>, eg size 500 for 500 mb
- copy file img in your device
- boot from ArchOne
- mount the partition of your device where’s locate file img
-
sudo losetup /dev/loop2 /<mount_point_of_device>/home_archone.img
-
sudo mke2fs -t ext4 /dev/loop2
-
sudo mkdir /media/temp_home
-
sudo mount /dev/loop2 /media/temp_home
-
sudo cp -R /home/archone/. /media/temp_home/
-
sudo chmod -R 777 /media/temp_home
-
sudo chown -R archone /media/temp_home
-
sudo chgrp -R users /media/temp_home
-
- … OR you can create img manually (eg if you want choose size of img), by following these steps:
- Copy file img in the root of your device (add a partition on the same usb stick or use another device)
- Add the parameter “persistent_home=/dev/sd<ID device>” to kernel parameters, in /<mount_device_archone>/boot/grub/menu.lst, eg:
title ArchOne kernel /boot/vmlinuz26 lang=it ... persistent_home=/dev/sdb2 initrd /boot/ArchOne.img
- reboot
- ArchOne-2009.12_rev2-i686.img
- md5: aa765fdc94d4a4c9a62e0cbba5aee96e
- home_archone_2009.12_rev2.img.tar.gz
- md5: e1cc7b357283f626d722954ad6b53be6
To write the image *.img on flash drive,
sudo dd bs=8M if=<file img> of=/dev/sd<id flashdrive>
From this release, you can install ArchOne on your netbook.
To install it, you can simply run the script /arch/setup:
sudo /arch/setup
I’ve tested the installer on my virtual machine, and it worked without problems.
However, for any problems, post them in comments so I will improve it in the future release.
A special thanks to Gianguido Sorà for the suggestions and support on the new installer of this distro.






















