Commit Graph

1993 Commits

Author SHA1 Message Date
Martin Gracik
6f0f309f84 Initrd cleanup 2010-10-13 11:51:28 +02:00
Martin Gracik
bdbc31b797 Remove /var/lib/yum from initrd 2010-10-13 10:30:22 +02:00
Martin Gracik
f96f015593 Fix error when removing a symbolic link to a dir 2010-10-12 18:56:08 +02:00
Martin Gracik
45c5ef566c Experimental single initrd image 2010-10-12 18:32:35 +02:00
Martin Gracik
8034dd06bb Minor changes 2010-08-17 14:14:36 +02:00
Martin Gracik
120c8105de Added pungi patch 2010-08-17 12:25:22 +02:00
Martin Gracik
342bea9263 Updates to the install image template 2010-08-17 12:24:35 +02:00
Martin Gracik
75fcfc0c9c Added the syslinux package 2010-08-17 12:24:18 +02:00
Martin Gracik
15988fd5b2 Allow specifying a mask when removing package files 2010-08-12 16:27:35 +02:00
Martin Gracik
f602a2eb7b Add the treediff script 2010-08-12 12:39:08 +02:00
Martin Gracik
4b36f8d790 Install image template update 2010-08-12 12:07:01 +02:00
Martin Gracik
6509920691 New install image template 2010-07-29 19:05:12 +02:00
Martin Gracik
5036ff6bd8 Add support for removing whole packages
Remove all files from a package if removepkg <pkg>
is specified in install image template.
2010-07-29 19:04:30 +02:00
Martin Gracik
f277852f7a Don't run ld_config from within the insttree class 2010-07-29 14:38:38 +02:00
Martin Gracik
86d7b2f804 Added package methods to yum helper class 2010-07-29 14:34:30 +02:00
Martin Gracik
2dcd38c908 Added file to remove from install.img 2010-07-29 14:30:37 +02:00
Martin Gracik
af8e78a6b6 Remove cgroup dir from install image 2010-07-29 13:15:59 +02:00
Martin Gracik
f955d4b9f0 Change the man package name 2010-07-29 13:15:19 +02:00
Martin Gracik
aaef55c007 Fix file trees copying
Create the directories in advance to copying files,
not later, becase this caused some destination path
problems, like not appending the filename to the
destination directory, because it didn't exist.
2010-07-14 15:57:19 +02:00
Martin Gracik
d216a61811 Install image blacklist changes 2010-07-14 15:56:29 +02:00
Martin Gracik
fef9fa4c4e Added the gobject-introspection package 2010-07-14 15:56:04 +02:00
Martin Gracik
01a1f80b79 Add the pedantic option
By default copy file errors are ignored,
when pedantic is set to True, they result in an exception.
2010-05-21 09:40:30 +02:00
Martin Gracik
f0052a980b kbd and ncurses packages added
We need these packages to have clear and chvt command
in the install.img
2010-04-28 09:52:50 +02:00
Martin Gracik
4db8d27a22 Fixed some incorrect file paths 2010-04-22 13:04:17 +02:00
Martin Gracik
27b733aacf Fixed the lib paths for 64 bit architectures 2010-04-22 13:03:47 +02:00
Martin Gracik
de4a8efc53 Added packages 2010-04-22 09:33:23 +02:00
Martin Gracik
0bd4f1c50d Packages added 2010-04-13 14:50:43 +02:00
Martin Gracik
20b1ddd4b2 Changed some pathes to work with new anaconda
In recent anaconda version, some paths were changed
from usr/lib/anaconda-runtime to usr/share/anaconda
so we had to change this paths also in lorax
2010-04-09 13:54:02 +02:00
Martin Gracik
3419be1223 Added GConf2 package 2010-04-09 13:53:37 +02:00
Martin Gracik
93d3b4e386 Fixed a typo 2010-04-07 09:40:37 +02:00
Martin Gracik
1ab4a60bc7 Added some packages and config files
Also fixed the modules symlink
2010-04-02 14:20:05 +02:00
Martin Gracik
36104bc143 Fix the modules and firmware symlinks
On architectures which have libdir other than lib,
we have to create the lib directory in the initrd
prior to copying modules and firmware
2010-03-31 17:28:29 +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
945714a9fb Accept also repositories specified by file:// 2010-03-31 09:45:50 +02:00
Martin Gracik
3a914eab34 Changed the modules and firmware symlinks 2010-03-31 09:40:38 +02:00
Martin Gracik
6a4d4a4a56 Don't run modlist on module-info
Running modlist is not needed anymore, because the module-info
we create does not contain any modules, that are not scsi or eth,
so modlist does not make any changes to it.
2010-03-30 14:44:19 +02:00
Martin Gracik
a8f4de6070 Fix some incorrect variable names 2010-03-30 14:40:06 +02:00
Martin Gracik
32c7ffd2eb Sort modules in module-info by modname, not modtype 2010-03-30 13:59:13 +02:00
Martin Gracik
7dbf40fdad Remove the *map files in modules directory 2010-03-30 13:54:19 +02:00
Martin Gracik
68247d2d77 Removed the print of depmod output
Was there only for debugging
2010-03-30 13:15:23 +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