--- /lib/initcpio/init 2009-07-19 16:18:29.000000000 +0200 +++ /tmp/initramfs_init 2009-10-08 13:17:45.901997383 +0200 @@ -20,6 +20,7 @@ \#*) break ;; # ignore everything after a # in the commandline # The kernel passes those to the kernel on its own [0123456Ss]) ;; + [0-9]*) ;; single) ;; #Allow "init=X" to pass-through init=*) kinit_params="${kinit_params} ${cmd}" ;;