Commit Graph

40 Commits

Author SHA1 Message Date
Martin Gracik
1ab4a60bc7 Added some packages and config files
Also fixed the modules symlink
2010-04-02 14:20:05 +02:00
Martin Gracik
dfbedd6f0e Changed the path where we copy modules and firmware 2010-03-31 14:34:57 +02:00
Martin Gracik
8db94b4bc3 Added xorg and multipath packages 2010-03-31 12:41:29 +02:00
Martin Gracik
0645d2ade3 Fixed the generating of modules.dep
Also added some missing directories to initrd image
2010-03-30 13:08:32 +02:00
Martin Gracik
bcea8cdcdd Run the depmod after compressing the modules
Also create the etc/modprobe.d directory in the initrd image
2010-03-26 08:49:58 +01:00
Martin Gracik
f35031e623 Changed the rsyslog libraries path 2010-03-24 09:06:45 +01:00
Martin Gracik
83cc6123ab Added some missing files from initrd 2010-03-23 14:35:50 +01:00
Martin Gracik
a04ec9d89d Copy the rsyslog conf file 2010-03-19 01:59:35 +01:00
Martin Gracik
425db1e128 Create directories for dbus 2010-03-19 01:58:20 +01:00
Martin Gracik
715d8be221 Copy rsyslog libraries to initrd 2010-03-18 18:55:20 +01:00
Martin Gracik
a6cddf7812 Add ethtool to packages 2010-03-18 18:53:57 +01:00
Martin Gracik
63b236c338 Add rsyslogd to the initrd image 2010-03-18 08:49:02 +01:00
Martin Gracik
321e7c956d Copy arch specific files for i386 to initrd also on x86_64 2010-03-01 09:04:26 +01:00
Martin Gracik
438d73b51a Fix an error when creating the lib directory 2010-02-25 20:43:06 +01:00
Martin Gracik
a4c638f132 New version 2010-02-23 14:20:05 +01:00
Martin Gracik
492037c54b Fixed filename changes 2010-01-15 13:30:23 +01:00
Martin Gracik
9867c805d0 Added specific code for ppc images 2010-01-14 14:26:55 +01:00
Martin Gracik
b92113c801 Fixed the hybrid iso creation 2009-12-17 17:53:47 +01:00
Martin Gracik
b672d9936e New version
Added support for Mako templates.
Changed the Lorax class to require an yumbase object as a parameter.
Changed a lot of unnecessary system calls to native python code.
Moved most of the file paths into a separate object.
The output and config objects are now singletons.
Also done a lot of code cleanup.
2009-12-15 15:26:01 +01:00
Martin Gracik
2c6d450c58 Added some scrubs in the tree scrubs template 2009-10-21 16:57:27 +02:00
Martin Gracik
054bdbf929 Added some directories to remove to scrubs template file 2009-10-21 14:24:34 +02:00
Martin Gracik
b183507118 Link ppc64 initrd template to ppc template 2009-10-21 13:57:51 +02:00
Martin Gracik
b028a210a5 Use a template system for tree scrubbing 2009-10-21 13:56:46 +02:00
Martin Gracik
609a57c491 Added code for alpha images 2009-10-13 13:22:44 +02:00
Martin Gracik
56de80c38a Added code for creating s390 images 2009-09-30 13:02:40 +02:00
Martin Gracik
272ec190c7 New version
I fixed a lot of bugs with copying files to the initrd, and getting the symlinks.
Also I moved some of the code around, to get a clearer flow.
2009-09-23 12:21:33 +02:00
Martin Gracik
b0b61b17a0 Corrected the automatic getting of dynamic libraries 2009-09-08 10:11:06 +02:00
Martin Gracik
14f98446ea Added the nolink option to the copy command 2009-09-07 13:06:24 +02:00
Martin Gracik
3a013f56c4 Rewrote the copy function to copy also symlinks targets; 2009-09-04 13:34:04 +02:00
Martin Gracik
87f9575d8f Huge commit; moved a lot of stuff around; added code for install.img 2009-08-19 16:51:32 +02:00
Martin Gracik
3325611694 Added modules and their dependencies to initrd.img 2009-07-23 15:10:55 +02:00
Martin Gracik
8fd23eca0b Added support for including files in templates.
Also added support for breaking lines with \ at the end.
2009-06-11 14:26:54 +02:00
Martin Gracik
032438ddbc Made some code and file cleanup. 2009-06-09 16:11:11 +02:00
Martin Gracik
1da93076b4 Moved and renamed some of the source files.
Improved the LDD class to search both lib and lib64 directories for libraries.
Made some small changes to fileutils and fileactions.
2009-06-08 16:54:20 +02:00
Martin Gracik
b0b696d66d Wrote a templating system for initrd creation.
A lot of stuff got changed and rewritten. Using a different approach now, so no point of tracking changes to the older commits.
2009-06-04 15:36:56 +02:00
David Cantrell
8ed3d43ca0 Forgot to delete etc/packages.ppc64 2008-10-04 17:57:12 -10:00
David Cantrell
3d9418a652 Created arch subdirs in /etc/lorax.
Rather than have packages.ARCH and modules.ARCH files, use arch
subdirectories in /etc/lorax.  Better organization.
2008-10-04 17:55:38 -10:00
David Cantrell
3ccd97bfb9 Merge etc/rescue* contents in to appropriate etc/packages* files.
After reading upd-instroot [again], I see that we just merge the
PACKAGES and PACKAGESRESCUE lists together at the end since it's
all the same image now.
2008-10-04 17:52:41 -10:00
David Cantrell
57c51abe99 /etc/lorax/modules
The list of kernel modules to include in initrd.img.
2008-09-12 16:08:21 -10:00
David Cantrell
de03ab166c Start of /etc/lorax files.
The existing buildinstall system had all sorts of data that
would be more suited to configuration files stored directly
in the scripts.  The most difficult set to maintain was the
list of packages for install mode and rescue mode.

I have created a set of configuration files divided by
architecture that allow you to specify the packages to be
included in general or for specific platforms.
2008-09-11 14:16:52 -10:00