From 6896538a41bf8fe33e576ee618252e1f55ac6847 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 23 Jun 2012 11:40:13 +0200 Subject: Remove aif Signed-off-by: Pierre Schmitz Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/packages.i686 | 1 - configs/releng/packages.x86_64 | 1 - configs/releng/root-image/arch/report-issues | 1 - configs/releng/root-image/arch/setup | 3 --- configs/releng/root-image/etc/motd | 16 ---------------- .../etc/rc.d/functions.d/symlink_used_block_devices | 7 ------- configs/releng/root-image/usr/bin/km | 2 -- 7 files changed, 31 deletions(-) delete mode 100755 configs/releng/root-image/arch/report-issues delete mode 100755 configs/releng/root-image/arch/setup delete mode 100644 configs/releng/root-image/etc/motd delete mode 100644 configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices delete mode 100755 configs/releng/root-image/usr/bin/km (limited to 'configs') diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index 6012e7c..b2319c2 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -1,4 +1,3 @@ -aif b43-fwcutter btrfs-progs crda diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 6012e7c..b2319c2 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -1,4 +1,3 @@ -aif 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 deleted file mode 100644 index ddd9fbc..0000000 --- a/configs/releng/root-image/etc/motd +++ /dev/null @@ -1,16 +0,0 @@ -************************************************************** -* To begin installation, run /arch/setup * -* You can find documentation at * -* /usr/share/aif/docs/official_installation_guide_en * -* * -* 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. * -* * -************************************************************** diff --git a/configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices b/configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices deleted file mode 100644 index f6b6062..0000000 --- a/configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices +++ /dev/null @@ -1,7 +0,0 @@ -symlink_used_block_devices() -{ - mkdir /run/aif - ln -s /run/archiso/used_block_devices /run/aif/ignore_block_devices -} - -add_hook multi_end symlink_used_block_devices diff --git a/configs/releng/root-image/usr/bin/km b/configs/releng/root-image/usr/bin/km deleted file mode 100755 index e24d780..0000000 --- a/configs/releng/root-image/usr/bin/km +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -aif -p partial-keymap -- cgit v1.2.2