2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
Added missing lst to grub-mkrescue * util/i386/pc/grub-mkrescue.in: added ${input_dir}/handler.lst and ${input_dir}/parttool.lst
This commit is contained in:
parent
ad22a610fe
commit
d9dc87b01b
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Added missing lst to grub-mkrescue
|
||||
|
||||
* util/i386/pc/grub-mkrescue.in: added ${input_dir}/handler.lst
|
||||
and ${input_dir}/parttool.lst
|
||||
|
||||
2009-04-30 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* util/hostdisk.c (device_is_wholedisk): New function.
|
||||
|
|
|
@ -118,6 +118,7 @@ mkdir -p ${aux_dir}/boot/grub
|
|||
|
||||
cp ${input_dir}/*.mod \
|
||||
${input_dir}/command.lst ${input_dir}/moddep.lst ${input_dir}/fs.lst \
|
||||
${input_dir}/handler.lst ${input_dir}/parttool.lst \
|
||||
${aux_dir}/boot/grub/
|
||||
|
||||
modules="biosdisk `cat ${input_dir}/partmap.lst` ${modules}"
|
||||
|
|
Loading…
Reference in a new issue