index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-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 |
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 |