Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2014-11-30 | 3.7 kB | |
Totals: 1 Item | 3.7 kB | 0 |
-=][ What you see is, what you get! ][=- [mkarchiso] INFO: Configuration settings [mkarchiso] INFO: Command: iso [mkarchiso] INFO: Architecture: x86_64 [mkarchiso] INFO: Working directory: work [mkarchiso] INFO: Installation directory: arch [mkarchiso] INFO: Image name: tuxhatlinux-2-3-amd64.iso [mkarchiso] INFO: Disk label: ARCH_201411 [mkarchiso] INFO: Disk publisher: Arch Linux <http://www.archlinux.org> [mkarchiso] INFO: Disk application: Tux Hat Linux 2.3 - Arch Linux Based ======================================================================================== [mkarchiso] INFO: Done! | 936M out/tuxhatlinux-2-3-amd64.iso Tux Hat Linux 2.3 Packages on the live iso =========================================== arch-install-scripts base-devel networkmanager zsh gparted gksu irssi archey3 feh yaourt xorg xorg-xinit xorg-server fluxbox nitrogen pcmanfm lxappearance mc tmux rxvt-unicode rtorrent xmms2 volumeicon network-manager-applet alsa-utils dmenu scrot vim geany firefox sudo file-roller terminus-font Welcome to Tux Hat Linux 2.3 ============================= You can load up bash ;) first thing you need to do is pacman -Syy systemctl enable NetworkManager.service systemctl start NetworkManager.service yaourt -S bmpanel2 compton toilet startx Welcome to the New Fluxbox system (based on fluxbsd project) ============================================================= • [ KEY BINDINGS ] • MOD4 = Windows Key on the keyboard Mod4 + p = dmenu Mod4 + t = urxvt with bash Mod4 + e = geany editor text editor Mod4 + f = pcmanfm file manager Mod4 + w = firefox web browser Mod4 + c = lxappearance to change gtk2 themes, icons and mouse cursors Mod4 + n = nitrogen to change wallpapers Mod4 + x = close Mod4 + s = Maximize Mod4 + d = Iconify (minimize) Mod4 + z = Fullscreen Mod4 + r = Restart Fluxbox Mod4 + q = Quit fluxbox to GNU/Linux Console My "Keep it Simple" way of installing Arch Linux with my configs (FluxBSD SKEL) ================================================================================ [ from the iso shell to install Tux Hat Linux, you need to setup the partition and arch base ] lsblk -f cfdisk -- make root / (dos) mkfs.ext4 /dev/sda1 lsblk -f mount /dev/sda1 /mnt time (cp -ax /{home,root} /mnt) pacstrap -i /mnt base base-devel genfstab -U -p /mnt >> /mnt/etc/fstab nano /mnt/etc/fstab (if you want to check) arch-chroot /mnt /bin/bash [ Tux Hat Linux Base Installer Script ] cd root ./tuxhat-install [ after the script you need to tidy up the rest of the system ] echo LANG=en_US.UTF-8 > /etc/locale.conf export LANG=en_US.UTF-8 ls /usr/share/zoneinfo/ ln -s /usr/share/zoneinfo/Zone/SubZone /etc/localtime hwclock --systohc --utc echo myhostname > /etc/hostname nano /etc/hosts << add hostname ip link show (enter you interface.service) systemctl enable dhcpcd@interface_name.service example: systemctl enable dhcpcd@eno1.service systemctl enable NetworkManager.service [ Boot loader Setup ] [ syslinux ] pacman -S syslinux syslinux-install_update -iam nano /boot/syslinux/syslinux.cfg replace sda3 with your boot usally sda1 ;) [ grub ] pacman -S grub grub-install --target=i386-pc --recheck /dev/sda grub-mkconfig -o /boot/grub/grub.cfg [ OpenRC Setup ] optional yaourt -S openrc add this line in your /boot/syslinux/syslinux.cfg where u have the initrd after initramfs-linux.img init=/usr/bin/init-openrc save as root add: rc-update add dhcpcd default rc-update add udev default rc-update add alsa default rc-update add localmount default Thanks for trying out Tux Hat Linux 2.3! Developed By: Gary Perreault - Nov.30.2014