LINUX.ORG.RU

See /usr/share/aif/examples/ for example profile files. The examples implement quite generic scenarios but you're free to change them how you like to install extra packages, do configuration tweaks, etc.

Оно?

AITap ★★★★★
()
Ответ на: комментарий от AITap

для этого получается надо запустить iso, или где его откопать?

Andaril
() автор топика

смонтировал root-image.sqfs нашел там в /usr/share/aif/examples/ пару файлов...

Все отлично. Асталось только узнать будет где править конфиги типа rc.conf и куда пихать этот aif файл.

Andaril
() автор топика

Вот написал конфиг. Я так понимаю что если я в настройках партиций ничего не укажу, то в этот момент он остановится а потом опять продолжит?

 # this config explains the (all) available options.
# the variables are optional and we define their defaults here (so you could omit the
# definitions), unless otherwise specified.

SOURCE=net #change to 'net' to do a network install
FILE_URL=file:///src/core/pkg
SYNC_URL= http://sunsite.rediris.es/mirror/archlinux/$repo/os/$arch # optional, if you do netinstall use a repository string like ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/$arch (the same format as what you find in /etc/pacman.conf)
HARDWARECLOCK=localtime # UTC is the better option, but some OS'es don't support it (i.e. Windows)
TIMEZONE=Europe/Madrid
LOCALE="en_US.utf8"
KEYMAP="es"
LANG="en"
eth0="dhcp"

# Do you want to have additional pacman repositories or packages available at runtime (during installation)?
# RUNTIME_REPOSITORIES = array like this ('name1' 'location of repo 1' ['name2' 'location of repo2',..])
RUNTIME_REPOSITORIES=
# space separated list
RUNTIME_PACKAGES=

TARGET_REPOS="core extra community"
# packages to install
TARGET_GROUPS=base # all packages in this group will be installed (defaults to base if no group and no packages are specified)
TARGET_PACKAGES_EXCLUDE='nano' # Exclude these packages if they are member of one of the groups in TARGET_GROUPS. example: 'nano reiserfsprogs' (they are in base)
TARGET_PACKAGES= # you can also specify separate packages to install (this is empty by default)

# you can optionally also override some functions...
worker_intro () {
sleep 10
modprobe dm-mod
vgchange -ay
}

worker_configure_system () {
preconfigure_target
sed -i 's/^MODULES=()/MODULES=(!net-pf-10 !pcspkr loop)/' $var_TARGET_DIR/etc/rc.conf
sed -i 's/^HOSTNAME="myhost"/HOSTNAME="Alex"/' $var_TARGET_DIR/etc/rc.conf
sed -i 's/^USELVM="no"/USELVM="yes"/' $var_TARGET_DIR/etc/rc.conf
sed -i 's/^DAEMONS=(syslog-ng network netfs crond)/DAEMONS=(@syslog-ng network netfs @crond)/' $var_TARGET_DIR/etc/rc.conf
sed -i 's/^HOOKS="base udev autodetect pata scsi sata filesystems"/HOOKS="base udev autodetect pata scsi sata lvm2 filesystems keymap usbinput"/' $var_TARGET_DIR/etc/mkinitcpio.conf
postconfigure_target
}


# These variables are mandatory

GRUB_DEVICE=

Andaril
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.