[arch-releng] [PATCH 2/2] [configs/releng] Remove AIF

Thomas Bächler thomas at archlinux.org
Sat Jul 14 10:01:29 EDT 2012


AIF development has stalled, and installation moves towards a more manual installation.
Remove everything AIF-specific, add the new install scripts and adjust the motd.

motd is quite unfriendly right now, but should change as documentation updates.
---
 configs/releng/packages.i686                 |  2 +-
 configs/releng/packages.x86_64               |  2 +-
 configs/releng/root-image/arch/report-issues |  1 -
 configs/releng/root-image/arch/setup         |  3 ---
 configs/releng/root-image/etc/motd           | 22 ++++++++++++----------
 5 Dateien geändert, 14 Zeilen hinzugefügt(+), 16 Zeilen entfernt(-)
 delete mode 100755 configs/releng/root-image/arch/report-issues
 delete mode 100755 configs/releng/root-image/arch/setup

diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686
index 6012e7c..043ef8d 100644
--- a/configs/releng/packages.i686
+++ b/configs/releng/packages.i686
@@ -1,4 +1,4 @@
-aif
+arch-install-scripts
 b43-fwcutter
 btrfs-progs
 crda
diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64
index 6012e7c..043ef8d 100644
--- a/configs/releng/packages.x86_64
+++ b/configs/releng/packages.x86_64
@@ -1,4 +1,4 @@
-aif
+arch-install-scripts
 b43-fwcutter
 btrfs-progs
 crda
diff --git a/configs/releng/root-image/arch/report-issues b/configs/releng/root-image/arch/report-issues
deleted file mode 100755
index bf3b3a3..0000000
--- a/configs/releng/root-image/arch/report-issues
+++ /dev/null
@@ -1 +0,0 @@
-aif-report-issues.sh
diff --git a/configs/releng/root-image/arch/setup b/configs/releng/root-image/arch/setup
deleted file mode 100755
index 908d106..0000000
--- a/configs/releng/root-image/arch/setup
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-#
-aif -p interactive -d -l
diff --git a/configs/releng/root-image/etc/motd b/configs/releng/root-image/etc/motd
index ddd9fbc..674efa9 100644
--- a/configs/releng/root-image/etc/motd
+++ b/configs/releng/root-image/etc/motd
@@ -1,16 +1,18 @@
 **************************************************************
-* To begin installation, run /arch/setup                     *
-* You can find documentation at                              *
-*  /usr/share/aif/docs/official_installation_guide_en        *
+* To install Arch, configure your network, mount an empty    *
+* file system on /mnt and run 'pacstrap -r /mnt base'.       *
+* Then run 'arch-chroot /mnt' and perform the following      *
+* steps:                                                     *
+*  - Install and configure a bootloader                      *
+*  - Install other essential packages                        *
+*  - If you use LVM, RAID or something similar, configure    *
+*    mkinitcpio.conf to your needs and run                   *
+*    'mkinitcpio -p linux'                                   *
+* There is no documentation yet, but something is likely to  *
+* show up in the wiki:                                       *
+*    http://wiki.archlinux.org                               *
 *                                                            *
 * i18n: Use the 'km' utility to change your keyboard layout  *
 *       and console font.                                    *
 *                                                            *
-* If you encounter issues and want to report them or         *
-* seek help, run /arch/report-issues                         *
-*                                                            *
-* If you are looking to install Arch on something more       *
-* exotic, such as your kerosene-powered cheese grater,       *
-* please consult http://wiki.archlinux.org.                  *
-*                                                            *
 **************************************************************
-- 
1.7.11.2



More information about the arch-releng mailing list