diff options
author | Thomas Bächler <thomas@archlinux.org> | 2006-10-24 10:59:18 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2006-10-24 10:59:18 +0200 |
commit | 8fe5878427767b06abc9378137f2c826fe610d8d (patch) | |
tree | ed09665d84fd1b003bd7c2ad60c53f6870a1dc85 /init | |
parent | 1aff64ef1d0749c6b883ff6ae966ea5516cf87bd (diff) | |
download | mkinitcpio-8fe5878427767b06abc9378137f2c826fe610d8d.tar.gz mkinitcpio-8fe5878427767b06abc9378137f2c826fe610d8d.tar.xz |
- Preset changes to better config file format
- Global kver for all images in a preset
- Allow comments (#) in kernel commandline
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@182 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'init')
-rw-r--r-- | init | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ echo "/bin/modprobe" > /proc/sys/kernel/modprobe for cmd in $CMDLINE; do case "$cmd" in + \#*) break ;; # ignore everything after a # in the commandline [0123456Ss]) export runlevel="$cmd" ;; single) export runlevel="S" ;; #some people use 'single' # replace can cause problems for the following entries |