Topic Contributors
creator avatar  
mreschke
Matthew Reschke
Site Developer
Created: Mar 5th, 2010
Updated: Jan 18th, 2012
File
Download Selected (zip)
Download Selected (tar.gz)
Edit
Select All
Select None
View
Detail
Detail Preview
Icons
Preview
Show Hidden
Hide Hidden
Full Manager
Reset Defaults
/ 184
icon
Dyna31GnomeCustom
icon
dev
icon
gnome
icon
hello-1.0.tar.gz
icon
kde4
icon
lfs
icon
mirrorlist.i686
icon
mirrorlist.x86_64
icon
mrchrepo
icon
openbox
icon
pacman-xfercommand
icon
set-gdm-background
icon
update-archlinux
icon
update-mirrorlist
Open In New Tab
Open In New Window
List Archive Contents
Download File
Open
Download Folder (as .zip)
qLinux ArchLinux
Post # 184 permalink Topic #184 by mreschke on 2010-03-05 21:52:14 (viewed 1,375 times)

Info About[-][- -][++]

Info

These are my custom linux distributions based on Arch Linux. I have built several different flavors. See below for version descriptions and how to install them.

All versions can be install for i686 (32bit) or amb64 (64bit). If you install using the i686 live cd, it installs i686, if you install using the amd64 live cd, it installs amd64.

Exclamation4
Do NOT install these distros. These are personal distros, very rough installer, can easily ruin your data! Do NOT USE!

Shell Arch KDE4 Version[-][- -][++]

This distro uses KDE4 as the desktop environment.

Fixme
I want all packages listed here

  1. Archbase, grub2, kdm, kde4
  2. Installed Size: 2302MB

.screenshot01_preview.jpg .screenshot02_preview.jpg

Install Install[-][- -][++]

This is the generic installation procedure for all of my ArchLinux distros. You only need to substitute the correct script download for each distro (kde4, openbox, enlightenment...)

  1. Download the latest installer CD or USB image for Arch Linux i686 or x64
    1. Goto http://www.archlinux.org/download/
    2. Find a mirror close to you (in the USA)
    3. You will see a list of folders, open the newest one (ex: 2009.08)
    4. If you are burning to a CD, pick a .ISO file, if you are using a USB key, download the .img
      1. I usually go with the netinstall since they are small and download quickly
      2. So for a i686 (32bit) install CD, an example file would be archlinux-2009.08-netinstall-i686-isolinux.iso
      3. Or archlinux-2009.08-netinstall-x86_64-isolinux.iso for a 64bit install (use this if you have a 64 bit processor)
  2. Burn the .ISO to a CD or see http://wiki.archlinux.org/index.php/Install_from_a_USB_flash_drive to get the downloaded .IMG file to a USB memory stick
  3. Boot from the CD or USB key
  4. At the first screen after boot, login with root
  5. Configure your network by typing
    1. Note, eth0 is usually your wired ethernet card, most will choose eth0
    2. And most will simply choose DHCP yes _
      Code Snippet
      aif -p partial-configure-network
      
    3. When done, you can test if you have internet access by typing _
      Code Snippet
      ping yahoo.com
      
    4. You should get a continuous response of _
      Code Snippet
      64 bytes from b1.www... (209.191...): icmp_seq=x ttl=xx time=xx ms
      
    5. That means internet is good. Press ctrl+c to stop the ping process
  6. Now download the installer scripts for whichever distro version you want by typing
    1. Arch KDE4 Version _
      Code Snippet
      wget http://mreschke.com/files/184/kde4/install.sh
      
  7. Arch Openbox Version _
    Code Snippet
    coming soon
    
  8. Now make the script executable by typing _
    Code Snippet
    chmod a+x install.sh
    
  9. Now start the installation script by typing _
    Code Snippet
    ./install.sh
    
  10. Follow all the instructions, then type reboot when the installer has finished
  11. After the first reboot, the installer will continue setup.