diff --git a/etc/archboot/allinone-lts.conf b/etc/archboot/allinone-lts.conf index 11b25fad1..f7c5f461c 100644 --- a/etc/archboot/allinone-lts.conf +++ b/etc/archboot/allinone-lts.conf @@ -17,7 +17,7 @@ arch_cpufreq arch_links arch_pacman_lts arch_kexec arch_ppp arch_pppoe arch_grub arch_lilo arch_syslinux arch_iptables arch_pciutils arch_usbutils arch_openvpn arch_vpnc arch_pptpclient \ arch_smartmontools arch_licenses arch_wireless_lts arch_linux_atm arch_netcfg arch_fsarchiver arch_addons \ arch_vim arch_wipe arch_testdisk arch_ddrescue arch_chntpw arch_weechat arch_nmap arch_tcpdump \ -arch_speedtouch arch_openconnect arch_dnsmasq arch_platform arch_mmc arch_hypervisor arch_dmidecode net" +arch_speedtouch arch_openconnect arch_dnsmasq arch_platform arch_mmc arch_hypervisor arch_dmidecode arch_wiki_lite net" ### NETWORK SETUP # the default install media creating process, uses latest files from svn! diff --git a/etc/archboot/allinone.conf b/etc/archboot/allinone.conf index a760182f8..03034c7d6 100644 --- a/etc/archboot/allinone.conf +++ b/etc/archboot/allinone.conf @@ -17,7 +17,7 @@ arch_pppoe arch_lilo arch_grub2 arch_efibootmgr arch_syslinux arch_iptables arch arch_openvpn arch_vpnc arch_pptpclient arch_smartmontools arch_licenses arch_wireless arch_linux_atm \ arch_netcfg arch_fsarchiver arch_addons arch_vim arch_wipe arch_testdisk arch_ddrescue arch_chntpw \ arch_weechat arch_nmap arch_tcpdump arch_speedtouch arch_openconnect arch_dnsmasq arch_platform \ -arch_mmc arch_hypervisor arch_dmidecode net" +arch_mmc arch_hypervisor arch_dmidecode arch_wiki_lite net" ### NETWORK SETUP # the default install media creating process, uses latest files from svn! diff --git a/etc/archboot/default-ftp-pxelinux.conf b/etc/archboot/default-ftp-pxelinux.conf index d42587aff..7a7ac9360 100644 --- a/etc/archboot/default-ftp-pxelinux.conf +++ b/etc/archboot/default-ftp-pxelinux.conf @@ -17,7 +17,7 @@ arch_filesystems arch_remote arch_cpufreq arch_links arch_pacman arch_kexec arch arch_lilo arch_grub2 arch_efibootmgr arch_syslinux arch_iptables arch_pciutils \ arch_usbutils arch_openvpn arch_vpnc arch_pptpclient arch_smartmontools arch_licenses \ arch_wireless arch_linux_atm arch_netcfg arch_fsarchiver arch_addons arch_vim \ -arch_platform arch_chntpw arch_mmc arch_pxelinux arch_dmidecode net" +arch_platform arch_chntpw arch_mmc arch_pxelinux arch_dmidecode arch_wiki_lite net" ### NETWORK SETUP # the default install media creating process, uses latest files from svn! diff --git a/etc/archboot/default-ftp.conf b/etc/archboot/default-ftp.conf index c8d612423..84cebfbfb 100644 --- a/etc/archboot/default-ftp.conf +++ b/etc/archboot/default-ftp.conf @@ -18,7 +18,7 @@ arch_pppoe arch_lilo arch_grub2 arch_efibootmgr arch_syslinux arch_iptables \ arch_pciutils arch_usbutils arch_openvpn arch_vpnc arch_pptpclient arch_smartmontools \ arch_licenses arch_wireless arch_linux_atm arch_netcfg arch_fsarchiver arch_addons \ arch_vim arch_wipe arch_testdisk arch_ddrescue arch_chntpw arch_mmc arch_platform \ -arch_dmidecode net" +arch_dmidecode arch_wiki_lite net" ### NETWORK SETUP # the default install media creating process, uses latest files from svn! diff --git a/etc/archboot/default-pxelinux.conf b/etc/archboot/default-pxelinux.conf index 4bb714ef4..dd316fb85 100644 --- a/etc/archboot/default-pxelinux.conf +++ b/etc/archboot/default-pxelinux.conf @@ -17,7 +17,7 @@ arch_filesystems arch_remote arch_cpufreq arch_links arch_pacman arch_kexec arch arch_lilo arch_grub2 arch_efibootmgr arch_syslinux arch_iptables arch_pciutils \ arch_usbutils arch_openvpn arch_vpnc arch_pptpclient arch_smartmontools arch_licenses arch_wireless \ arch_linux_atm arch_netcfg arch_fsarchiver arch_addons arch_vim arch_pxelinux arch_wipe \ -arch_testdisk arch_ddrescue arch_chntpw arch_platform arch_mmc arch_dmidecode net" +arch_testdisk arch_ddrescue arch_chntpw arch_platform arch_mmc arch_dmidecode arch_wiki_lite net" ### NETWORK SETUP # the default install media creating process, uses latest files from svn! diff --git a/etc/archboot/default.conf b/etc/archboot/default.conf index 513d97771..c17e8660f 100644 --- a/etc/archboot/default.conf +++ b/etc/archboot/default.conf @@ -17,7 +17,7 @@ arch_filesystems arch_remote arch_cpufreq arch_links arch_pacman arch_kexec arch arch_pppoe arch_lilo arch_grub2 arch_efibootmgr arch_syslinux arch_iptables arch_pciutils \ arch_usbutils arch_openvpn arch_vpnc arch_pptpclient arch_smartmontools arch_licenses arch_wireless \ arch_linux_atm arch_netcfg arch_fsarchiver arch_vim arch_addons arch_wipe arch_testdisk \ -arch_ddrescue arch_chntpw arch_platform arch_mmc arch_dmidecide net" +arch_ddrescue arch_chntpw arch_platform arch_mmc arch_dmidecide arch_wiki_lite net" ### NETWORK SETUP # the default install media creating process, uses latest files from svn! diff --git a/usr/lib/initcpio/install/arch_wiki_lite b/usr/lib/initcpio/install/arch_wiki_lite new file mode 100644 index 000000000..04df60764 --- /dev/null +++ b/usr/lib/initcpio/install/arch_wiki_lite @@ -0,0 +1,15 @@ +#!/bin/bash +# Created by Tobias Powalowski + +build () +{ + add_file "/usr/bin/wiki-search" + add_full_dir "/usr/share/doc/arch-wiki/text" +} + +help () +{ +cat<