rename ftp config files to network

This commit is contained in:
Tobias Powalowski 2013-07-15 15:11:13 +02:00
parent f313365e62
commit 50f29b4069
5 changed files with 0 additions and 225 deletions

View file

@ -1,50 +0,0 @@
# vim:set ft=sh:
# Created by Tobias Powalowski <tpowa@archlinux.org>
# For more information on how using mkinitcpio please refer to the main config file
# or check the wiki.
MODULES=""
BINARIES=""
FILES=""
# SETUP
#
# Please change the hooks only if you know what you are doing.
HOOKS="arch_fb arch_base arch_network_install arch_installer arch_tz arch_keymap \
arch_acpi arch_bootmessage arch_motd arch_memtest \
arch_linux_firmware arch_intel_wireless arch_hwdetect block memdisk arch_cdrom \
arch_pcspkr arch_net arch_isdn pcmcia arch_sound keyboard \
dmraid arch_advanced_root arch_devicemapper arch_mdadm arch_lvm2 arch_encrypt btrfs \
arch_filesystems arch_remote arch_cpufreq arch_links arch_kexec arch_ppp arch_xl2tpd arch_pppoe \
arch_grub arch_refind arch_gummiboot arch_efibootmgr arch_syslinux arch_iptables arch_pciutils \
arch_usbutils arch_openvpn arch_vpnc arch_pptpclient arch_smartmontools arch_licenses \
arch_wireless arch_wireless_staging arch_linux_atm arch_netctl arch_fsarchiver \
arch_vim arch_platform arch_chntpw arch_pxelinux arch_dmidecode arch_wiki_lite \
arch_intel_ucode arch_amd_ucode arch_wvdial arch_usb_modeswitch \
arch_lockdown-ms arch_prebootloader arch_efivar arch_efi_kernel_modules net"
### NETWORK SETUP
# the default install media creating process, uses latest files from svn!
#
# SVN SERVER
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k13-R2"
###### LOCAL SETUP
# - only needed if you want to build custom install media
# - disabled by default you can ignore all these parameters below
# if you don't set LOCALSETUP="yes"
#
# - Use archboot-svn.sh to checkout svn tree
# - Set this switch to "yes" if you want a custom install media
LOCALSETUP="no"
# enter here your custom/modified svn tree
SVNTREE=""
# Use this for kernel >= 2.6.38
COMPRESSION="xz"
# Use this for 2.6.30 <= kernel <= 2.6.37
#COMPRESSION="lzma"
# Use this for kernel < 2.6.30
#COMPRESSION="gzip"

View file

@ -1,50 +0,0 @@
# vim:set ft=sh:
# Created by Tobias Powalowski <tpowa@archlinux.org>
# For more information on how using mkinitcpio please refer to the main config file
# or check the wiki.
MODULES=""
BINARIES=""
FILES=""
# SETUP
#
# Please change the hooks only if you know what you are doing.
HOOKS="arch_fb arch_base arch_network_install arch_installer arch_tz arch_keymap \
arch_acpi arch_bootmessage arch_motd arch_memtest \
arch_linux_firmware arch_intel_wireless arch_hwdetect block memdisk arch_cdrom \
arch_pcspkr arch_net arch_isdn pcmcia arch_sound keyboard \
dmraid arch_advanced_root arch_devicemapper arch_mdadm arch_lvm2 arch_encrypt \
btrfs arch_filesystems arch_remote arch_cpufreq arch_links arch_kexec arch_ppp arch_xl2tpd \
arch_pppoe arch_grub arch_refind arch_gummiboot arch_efibootmgr arch_syslinux arch_iptables \
arch_pciutils arch_usbutils arch_openvpn arch_vpnc arch_pptpclient arch_smartmontools \
arch_licenses arch_wireless arch_wireless_staging arch_linux_atm arch_netctl arch_fsarchiver \
arch_addons arch_vim arch_wipe arch_testdisk arch_ddrescue arch_chntpw \
arch_platform arch_dmidecode arch_wiki_lite arch_intel_ucode arch_amd_ucode arch_wvdial \
arch_usb_modeswitch arch_lockdown-ms arch_prebootloader arch_efivar arch_efi_kernel_modules net"
### NETWORK SETUP
# the default install media creating process, uses latest files from svn!
#
# SVN SERVER
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k13-R2"
###### LOCAL SETUP
# - only needed if you want to build custom install media
# - disabled by default you can ignore all these parameters below
# if you don't set LOCALSETUP="yes"
#
# - Use archboot-svn.sh to checkout svn tree
# - Set this switch to "yes" if you want a custom install media
LOCALSETUP="no"
# enter here your custom/modified svn tree
SVNTREE=""
# Use this for kernel >= 2.6.38
COMPRESSION="xz"
# Use this for 2.6.30 <= kernel <= 2.6.37
#COMPRESSION="lzma"
# Use this for kernel < 2.6.30
#COMPRESSION="gzip"

View file

@ -1,44 +0,0 @@
# vim:set ft=sh:
# Created by Tobias Powalowski <tpowa@archlinux.org>
# config file for mkisolinux
# DEFAULT kernel boot options
KERNEL_BOOT_OPTIONS="gpt loglevel=7 rootdelay=10"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/default-ftp.conf"
# kernel version, defaulted to build for runtime kernel
VERSION="$(uname -r)"
# kernel image, defaulted to stock arch kernel
KERNEL="/boot/vmlinuz-linux"
# boot message file
# blank by default arch-bootmessage hook will create it by default
BOOTMESSAGE=""
# append this file to the default bootmessage
APPENDBOOTMESSAGE=""
APPENDOPTIONSBOOTMESSAGE="/usr/share/archboot/bootloader/messages/append-options"
# syslinux.cfg files to use
SYSLINUXCFG="/usr/share/archboot/bootloader/bootloader.cfg"
# Background for menu
BACKGROUND=/usr/share/archboot/bootloader/background/splash.png
# Prompt on CD boot, 1=yes 0=no
PROMPT="0"
# Name of the ISO, if empty Arch Linux is used if not set by a HOOK later
ISONAME=""
# Timeout, 30 seconds to fix usb keyboard issues
# 0 means wait for prompt
TIMEOUT="300"
# Setting cdrecord options
DEVICE="/dev/cdrw"
SPEED="4"
BLANKMODE="fast"

View file

@ -1,41 +0,0 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# config file for mkpxelinux
# DEFAULT kernel boot options like ip=:::::eth0:dhcp etc.
# add your root= option, if you boot from a disk device
# and don't want to add it by hand on each boot
KERNEL_BOOT_OPTIONS="gpt loglevel=7 rootdelay=10"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/default-ftp-pxelinux.conf"
# kernel version, defaulted to build for runtime kernel
VERSION="$(uname -r)"
# kernel image, defaulted to stock arch kernel
KERNEL="/boot/vmlinuz-linux"
# boot message file
# blank by default arch-bootmessage hook will create it by default
BOOTMESSAGE=""
# append this file to the default bootmessage
APPENDBOOTMESSAGE=""
APPENDOPTIONSBOOTMESSAGE="/usr/share/archboot/bootloader/messages/append-options"
# Background for menu
BACKGROUND=/usr/share/archboot/bootloader/background/splash.png
# Prompt on boot, 1=yes 0=no
PROMPT="0"
# Timeout, 30 seconds to fix usb keyboard issues
# 0 means wait for prompt
TIMEOUT="300"
# Installdir of tftp, default location
INSTALLDIR="/var/tftpboot"
# Nfsrootdir, set this to the directory, where the packages should go to
# and which is exported as nfsroot
NFSROOTDIR="/srv/archboot"

View file

@ -1,40 +0,0 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# config file for mksyslinux
# DEFAULT kernel boot options like root=/dev/hda3 etc.
# add your root= option, if you boot from a disk device
# and don't want to add it by hand on each boot
KERNEL_BOOT_OPTIONS="gpt loglevel=7 rootdelay=10"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/default-ftp.conf"
# kernel version, defaulted to build for runtime kernel
VERSION="$(uname -r)"
# kernel image, defaulted to stock arch kernel
KERNEL="/boot/vmlinuz-linux"
# boot message file
# blank by default arch-bootmessage hook will create it by default
BOOTMESSAGE=""
# append this file to the default bootmessage
APPENDBOOTMESSAGE=""
APPENDOPTIONSBOOTMESSAGE="/usr/share/archboot/bootloader/messages/append-options"
# syslinux.cfg files to use
SYSLINUXCFG="/usr/share/archboot/bootloader/bootloader.cfg"
# Background for menu
BACKGROUND=/usr/share/archboot/bootloader/background/splash.png
# Prompt on boot, 1=yes 0=no
PROMPT="0"
# Timeout, 30 seconds to fix usb keyboard issues
# 0 means wait for prompt
TIMEOUT="300"
# default MBR
MBR="/usr/share/mksyslinux/mbr.bin"