aboutsummarylogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGI Jack2015-08-31 14:02:54 -0400
committerGI Jack2015-08-31 14:02:54 -0400
commit536d184663daac1bfc8afaa16710fff7321c4b6b (patch)
tree5b8df3c2df1c7be6fccad1b22dc5ddfffa2506b4 /README
downloadaur-536d184663daac1bfc8afaa16710fff7321c4b6b.tar.gz
initial commit
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000000..aabbe544199b
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+WHAT - These are mkinitcpio book hooks derived from the "block" hook, which is the new catch all, for all block devices. MMC, USB, and Firewire have been taken out and repacked invidually into their own hooks, meant to be used one at a time, as it was before.
+
+WHY - using "block" as opposed to only using USB increases the boot time, and added some ambiguity over which device got to be /dev/sda. The amount of boot time that was increased by the move was only 3 seconds. Considering previous boot time was around 26 seconds, its more than a %10 increase.
+
+If you need other drivers, just use block. This is specificly for booting live USB sticks faster. If your NOT using a Live USB stick SPECIFICLY(or firewire?), you don't need this package.
+
+It should also be noted that most mmc flash card readers are USB and only need USB drivers.(cell phones, and embedded devices use mmc when booting natively, your computer uses usb when connecting to the cellphone)
+
+HOW - after installing you may use the live_firewire, live_usb and live_mmc HOOKS= in mkinitcpio.conf.
+