Magellan Linux

Log of /tags/grubby-8_15/new-kernel-pkg

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1871 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 2 13:28:01 2012 UTC (11 years, 8 months ago) by niro
File length: 23654 byte(s)
Diff to previous 1848
tagged 'grubby-8_15'

Revision 1848 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 2 13:07:56 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 23654 byte(s)
Diff to previous 1847
Update the code to set the ubootAddress.

Revision 1847 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 2 13:04:02 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 23607 byte(s)
Diff to previous 1843
Update the ubootDir default.

Revision 1843 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 2 12:58:29 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 23614 byte(s)
Diff to previous 1803
Support UBOOT_IMGADDR override

Revision 1803 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 16 17:51:27 2012 UTC (11 years, 11 months ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 23527 byte(s)
Diff to previous 1778
Explicitly check for Grub2 on ppc

Revision 1778 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 16:05:42 2012 UTC (12 years ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 23494 byte(s)
Diff to previous 1770
-support /etc/os-release

Revision 1770 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 15:22:47 2012 UTC (12 years ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 22508 byte(s)
Diff to previous 1757
Add support to new-kernel-pkg to recognize ARCH == armv5tel needed for 
Kirkwood based systems.



Revision 1757 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 11:57:40 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 22480 byte(s)
Diff to previous 1756
-let the menuentries match our grub-cosmetic patch

Revision 1756 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 11:05:14 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 22456 byte(s)
Diff to previous 1752
-fix a infinite loop caused by dropping the path prefix of mkinitrd

Revision 1752 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 01:22:03 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 22452 byte(s)
Diff to previous 1749
new-kernel-pkg fails to find U-Boot.

new-kernel-pkg fails to find U-Boot if the boot directory is not on a
separate partition.

This only affects the U-Boot image creation section of the 
new-kernel-pkg
script, for ARM based systems.  My initial changes were only tested on
specific ARM-OMAP systems that required a specific U-Boot partition.  
Testing
on additional systems (ARM-Tegra) revealed this incorrect assumption.

The attached patch includes the following:

- Cosmetic: Correction - change uBoot to U-Boot in comments.
- Additions:
-- Recognize ARCH == armv7hl
-- Make U-Boot load/execute address variable (based on machine)
-- Bug: Correct invalid assumption that the U-Boot directory would 
always
   be on a separate partition.



Revision 1749 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 01:09:18 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 21989 byte(s)
Diff to previous 1728
Fix hard coded paths so kernel's "make install" will DTRT.



Revision 1728 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 00:59:04 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 21995 byte(s)
Diff to previous 1716
Don't hardcode dracut path. (#768645)

dracut moved from /sbin to /usr/bin, so fix that, but also it's
pointless to hardcode what's in PATH.



Revision 1716 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 00:46:32 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 22001 byte(s)
Diff to previous 1710
Adding extlinux support for new-kernel-pkg

Signed-off-by: Christopher Li <kernel@chrisli.org>




Revision 1710 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 00:28:45 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 20363 byte(s)
Diff to previous 1706
    Fix new-kernel-pkg invocation of grubby for grub (bz 725185)
    
    new-kernel-pkg did not specify --grub when it called grubby to 
update the
    kernel entry with an initrd. Grubby would then try to probe what to 
do and
    would give preference to grub2 and thus leave an incomplete grub 
entry.
    
    new-kernel-pkg did also not specify the grub config file explicitly 
to
    grubby as it do for the grub2 config file. That could perhaps in 
some
    situations cause grubby to do something else than new-kernel-pkg 
expected.
    
    Now --grub -c $grubConfig is specified explicitly in all cases.



Revision 1706 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 00:23:51 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 20290 byte(s)
Diff to previous 1702
Read HYPERVISOR and HYPERVISOR_ARGS from /etc/conf.d/grubby and 
set 
mbkernel and mbargs Signed-off-by: W. Michael Petullo <mike@flyn.org>



Revision 1702 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 00:21:34 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 20259 byte(s)
Diff to previous 1697
Fix a miss-spelled variable name.

"grub2Config", not "grub2Cfg".



Revision 1697 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 00:15:09 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 20220 byte(s)
Diff to previous 1691
Update grub2 support to new-kernel-pkg

This uses grubby for grub2 on efi and non-efi machines.



Revision 1691 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 17 23:10:15 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 17422 byte(s)
Diff to previous 1431
Add uboot support for ARM (#712199)

Revision 1431 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 19 17:02:36 2011 UTC (12 years, 8 months ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 13629 byte(s)
Diff to previous 1334
-we install grub2 without '2' suffix

Revision 1334 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 3 20:56:30 2011 UTC (12 years, 9 months ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 13635 byte(s)
Diff to previous 1332
-be more dracut and plymouth friendly

Revision 1332 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 3 20:32:19 2011 UTC (12 years, 9 months ago) by niro
Original Path: trunk/grubby/new-kernel-pkg
File length: 12412 byte(s)
Copied from: trunk/mkinitrd-magellan/grubby/new-kernel-pkg revision 1305
Diff to previous 1305
-forkin standalone grubby

Revision 1305 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 27 17:31:15 2011 UTC (12 years, 10 months ago) by niro
Original Path: trunk/mkinitrd-magellan/grubby/new-kernel-pkg
File length: 12412 byte(s)
Diff to previous 925
merged with 7.0.16: upstream commit:  http://git.fedorahosted.org/git?p=grubby.git;a=commit;h=1301a5819fa50b432b6ab0075f36f4019855e860
Add support for grub2 to new-kernel-pkg

http://git.fedorahosted.org/git?p=grubby.git;a=commit;h=da297818977654a680f938a1ccef84f3994a9de0
Make --update capable of adding an initramfs, so that we can use it in  --posttrans from the kernel, and add an entry without the initrd in
 %post.  This way we can build the initrd later than the kernel
 %installation.

and added some minor fixes

Revision 925 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 28 13:29:18 2009 UTC (14 years, 5 months ago) by niro
Original Path: trunk/mkinitrd-magellan/grubby/new-kernel-pkg
File length: 11655 byte(s)
Diff to previous 924
-read config from /etc/conf.d/grubby

Revision 924 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 28 13:26:45 2009 UTC (14 years, 5 months ago) by niro
Original Path: trunk/mkinitrd-magellan/grubby/new-kernel-pkg
File length: 11661 byte(s)
Diff to previous 923
-updated style

Revision 923 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 28 12:02:45 2009 UTC (14 years, 5 months ago) by niro
Original Path: trunk/mkinitrd-magellan/grubby/new-kernel-pkg
File length: 11611 byte(s)
Diff to previous 532
-pulled in new version from fedora (7.0.8) with update support
-removed dracut and fedara specific stuff
-fixed to work with magellan


Revision 532 - (view) (download) (annotate) - [select for diffs]
Added Sat Sep 1 22:45:15 2007 UTC (16 years, 7 months ago) by niro
Original Path: trunk/mkinitrd-magellan/grubby/new-kernel-pkg
File length: 10183 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a