Lines 63-68
Link Here
|
63 |
echo " --bootsplash=<theme> Force bootsplash using <theme>" |
63 |
echo " --bootsplash=<theme> Force bootsplash using <theme>" |
64 |
echo " --gensplash=<theme> Force gensplash using <theme>" |
64 |
echo " --gensplash=<theme> Force gensplash using <theme>" |
65 |
echo " --do-keymap-auto Forces keymap selection at boot" |
65 |
echo " --do-keymap-auto Forces keymap selection at boot" |
|
|
66 |
echo " --evms2 Include EVMS2 support" |
66 |
echo " --lvm2 Include LVM2 support" |
67 |
echo " --lvm2 Include LVM2 support" |
67 |
echo " --bootloader=grub Add new kernel to GRUB configuration" |
68 |
echo " --bootloader=grub Add new kernel to GRUB configuration" |
68 |
echo " --linuxrc=<file> Specifies a user created linuxrc" |
69 |
echo " --linuxrc=<file> Specifies a user created linuxrc" |
Lines 149-157
Link Here
|
149 |
CMD_DOKEYMAPAUTO=1 |
150 |
CMD_DOKEYMAPAUTO=1 |
150 |
print_info 2 "CMD_DOKEYMAPAUTO: $CMD_DOKEYMAPAUTO" |
151 |
print_info 2 "CMD_DOKEYMAPAUTO: $CMD_DOKEYMAPAUTO" |
151 |
;; |
152 |
;; |
152 |
--no-evms2) |
153 |
--evms2) |
153 |
CMD_NOEVMS2=1 |
154 |
CMD_EVMS2=1 |
154 |
print_info 2 'CMD_NOEVMS2: 1' |
155 |
print_info 2 'CMD_EVMS2: 1' |
155 |
;; |
156 |
;; |
156 |
--lvm2) |
157 |
--lvm2) |
157 |
CMD_LVM2=1 |
158 |
CMD_LVM2=1 |