Commit Graph

2265 Commits

Author SHA1 Message Date
Martin Gracik e56dbed280 Don't use ConfigParser for .buildstamp
Anaconda is case sensitive when parsing the .buildstamp
and ConfigParser makes all the keys lowercase.
2010-11-09 16:07:44 +01:00
Martin Gracik b1ce740a18 Setup PATH
Add /sbin and /usr/sbin to PATH, because when used with cron,
cron does not include it in PATH.
2010-11-09 09:46:58 +01:00
Martin Gracik e5ef6300c3 Log PATH variable we have 2010-11-09 09:37:49 +01:00
Martin Gracik c7b4ec9df5 Add implantisomd5 execution 2010-11-08 16:50:59 +01:00
Martin Gracik 85c91cf6b2 Skip the src arch
Pungi returns also src packages,
so we can get a src build architecture,
which is not a usable build arch.
2010-11-08 16:09:04 +01:00
Martin Gracik 08a752551a Print out the buildarch right after we get it 2010-11-08 15:59:38 +01:00
Martin Gracik d8ba02d894 Pungi patch for using lorax 2010-11-08 15:41:01 +01:00
Martin Gracik d9f1f30944 Fix the yum download messages 2010-11-08 15:31:18 +01:00
Martin Gracik 6925e4d3b3 Don't use quotes for gconftool arguments 2010-11-08 15:02:58 +01:00
Martin Gracik 27b8b56431 Print a nice yum download output 2010-11-08 15:02:49 +01:00
Martin Gracik a1d0a53aa1 Initrd tree modifications 2010-11-08 13:52:11 +01:00
Martin Gracik d70189dffc Skip broken packages 2010-11-08 13:51:09 +01:00
Martin Gracik 3c7ad7d9ea Write treeinfo and discinfo 2010-11-03 14:11:08 +01:00
Martin Gracik d09c2980ec Save list of installed packages 2010-11-03 13:40:03 +01:00
Martin Gracik be8c2859af Create kernel symlink
Don't copy kernel to isolinx and pxeboot directory.
Create hard link instead.
2010-11-02 14:11:50 +01:00
Martin Gracik 4dcdd835b0 Make initrd hard link
Don't copy initrd to both isolinux anx pxeboot
directory. Create a hard link in isolinux instead.
2010-11-02 14:06:55 +01:00
Martin Gracik bd476e1d89 Initrd updates 2010-10-29 14:42:28 +02:00
Martin Gracik 5f6c661d28 Remove also broken symlinks 2010-10-29 14:41:42 +02:00
Martin Gracik 2fc71cc74e Catch template exceptions 2010-10-29 14:41:23 +02:00
Martin Gracik 1a5a636e24 Remove code for creating stage2 image 2010-10-27 11:23:47 +02:00
Martin Gracik d6998bd841 Initrd image updates 2010-10-22 16:02:53 +02:00
Martin Gracik e22457b09a Various initrd updates 2010-10-19 17:35:50 +02:00
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