You are not logged in.
Pages: 1
I wanted to use an AIF automatic install with a configuration file.
Unfortunatly my latest Archboot doesn't have the AIF package any more.
Is this normal? and how can I get AIF back to my Installation cd?
Regards
Offline
Archboot never shipped aif, it has the setup script to run.
You need to pacman -S aif after boot.
Offline
I failed with trying to install aif under archboot.
I will try a normal Installation
Regards
Offline
How can I use grub2 for aif automatic installation
# Source und Mirror
SOURCE=net
SYNC_URL=http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/x86_64
# Installiere folgende Gruppen:
TARGET_GROUPS='base base-devel gnome libreoffice'
TARGET_PACKAGES_EXCLUDE='reiserfsprogs nano grub heirloom-mailx jfsutils lvm2 ppp psmisc vi wpa_supplicant xfsprogs at-spi2-atk at-spi2-core epiphany gnome-media libreoffice-kde4 libreoffice-sdk libreoffice-sdk-doc libreoffice-common'
# Installiere folgende Packete:
TARGET_PACKAGES='xorg-server xorg-xinit xorg-utils xorg-server-utils xf86-video-intel vim openssh eog evince gnome-tweaks-tool gedit evolution gnome-mplayer gdm cups hplip file-roller gcalctool'
# MBR
GRUB_DEVICE='/dev/sda'
# Partitionierung
PARTITIONS='/dev/sda 300:ext2:+ 8000:swap *:brtfs'
BLOCKDATA='/dev/sda1 raw no_label ext2;yes;/boot;target;no_opts;no_label;no_params
/dev/sda2 raw no_label swap;yes;no_mountpoint;target;no_opts;no_label;no_params
/dev/sda3 raw no_label btrfs;yes;/;target;no_opts;no_label;no_params'
Last edited by archer42 (2011-09-06 20:05:14)
Offline
Pages: 1