index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | configs/releng/root-image/arch/report-issues | 1 | ||||
-rwxr-xr-x | configs/releng/root-image/arch/setup | 3 | ||||
-rw-r--r-- | configs/releng/root-image/etc/motd | 16 | ||||
-rw-r--r-- | configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices | 7 | ||||
-rwxr-xr-x | configs/releng/root-image/usr/bin/km | 2 |
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 |