Brian C. Lane
ca058678d4
livemedia-creator: Update ppc64 live to use grub2
...
Update the templates and configuration files to support grub2 live
image creation.
Related: rhbz#1102318
Related: rhbz#1131199
(cherry picked from commit da8326fd58
)
2014-08-27 16:41:54 -07:00
Brian C. Lane
c8afae35b4
livemedia-creator: Add ppc64 live creation support ( #1102318 )
...
The ppc config files were missing from the live config_files directory
and ppc needs the correct lib directory so lmc has been switched to use
ArchData driven from the installed kernel arch.
Resolves: rhbz#1102318
(cherry picked from commit 59f256e989
)
2014-08-27 16:40:50 -07:00
David Lehman
f035057ef0
Include /sbin/ldconfig from glibc.
...
python-pyudev needs it.
2014-08-19 11:24:10 -05:00
Brian C. Lane
0126945e92
Add ipmitool and drivers ( #1126009 )
...
Add the ipmi tools and keep the impi drivers in the image.
Resolves: rhbz#1126009
2014-08-12 14:29:23 -07:00
Brian C. Lane
41a289fc0e
Add kexec anaconda addon ( #1115914 )
...
Tested against current boot.iso
2014-07-25 14:43:25 -07:00
Brian C. Lane
00057c7b44
Revert "Add kexec anaconda addon ( #1115914 )"
...
This reverts commit f3f2aa4851
.
The addon does not currently work, reverting it until it does and has
been tested so that it doesn't block further Fedora work by breaking the
installer iso.
2014-07-23 08:01:40 -07:00
Brian C. Lane
d828bed65d
Disable dnf-makecache.timer ( #1120368 )
...
We don't want to update the dnf cache in the installation image. The
metadata will be downloaded when it is needed.
2014-07-18 14:46:23 -07:00
Vratislav Podzimek
668fe3aa4b
Keep seq and getconf utilities in the image
...
They are needed by the zram.service.
2014-07-16 10:55:10 +02:00
Brian C. Lane
54acdd3f4b
Allow _ in isolabel ( #1118955 )
2014-07-14 09:52:53 -07:00
Brian C. Lane
e1741763a9
Don't remove usr/lib/rpm/platform/ ( #1116450 )
...
This appears to cause the rpm-plugin-selinux to fail and some of the
selinux lebels aren't applied correctly.
2014-07-11 17:09:51 -07:00
Brian C. Lane
cf2407b618
Add xfsdump and remove extra files from xfsprogs ( #1118654 )
...
Resolves: rhbz#1118654
2014-07-11 10:07:00 -07:00
Brian C. Lane
f3f2aa4851
Add kexec anaconda addon ( #1115914 )
2014-07-11 09:42:19 -07:00
Brian C. Lane
a683940d59
Fix typo in lohit-telugu-fonts
2014-07-10 11:32:42 -07:00
Brian C. Lane
18beed1d27
Drop writing to resolv.conf in postinstall
...
This isn't needed. NetworkManager handles it.
2014-07-10 11:24:39 -07:00
David Shea
0d83979894
Convert metacity gconf settings into gsettings schema overrides
...
The settings in /apps/metacity/general are now covered by gsettings in
org.gnome.desktop.wm.preferences. The keybinding settings are already
covered by the overrides for org.gnome.desktop.wm.keybindings.
2014-07-02 11:57:18 -04:00
David Shea
894c4abd0b
Add more keybindings to the gschema override
...
This covers all keys in org.gnome.desktop.wm.keybindings that still had
non-empty values
2014-07-02 11:57:18 -04:00
Peter Jones
c789f20b66
Don't emit media labels with spaces in them.
...
Spaces cause various bugs like #923374 and #855849 , and it would be
better if we just didn't use them.
Note that there's a corresponding pungi change to go with this.
Signed-off-by: Peter Jones <pjones@redhat.com>
2014-07-01 11:59:19 -04:00
Brian C. Lane
984ebfbef3
Remove biosdevname ( #989209 )
...
biosdevname has been replaced by systemd predictable network interface
names. See
https://fedoraproject.org/wiki/Features/SystemdPredictableNetworkInterfaceNames
for more background and bug 965718 for discussion.
2014-06-30 16:51:21 -07:00
Brian C. Lane
766300d82c
The theme has been absorbed into gtk3
...
and is now the default, so just use it instead of writing a settings.ini
2014-06-27 07:58:52 -07:00
Brian C. Lane
f91881e1d6
Stop removing libcanberra-gtk3 libraries ( #1111724 )
...
metacity needs the library, leave it in the image.
2014-06-24 16:16:13 -07:00
David Shea
5f9cb25baf
Keep virtio_console harder.
...
Kernel modules in F21 are compressed, so sometimes the file we want to
keep is virtio_console.ko.xz
2014-06-19 17:20:41 -04:00
Colin Walters
3345a97f35
runtime-install: Add rpm-ostree, move dnf here
...
rpm-ostree is a new payload type available in Anaconda, will be used
by Project Atomic (http://projectatomic.io ) builds and the new Fedora
Cloud Docker Host.
dnf has previously existed, but as it's only required at installation
time, let's move it here as well.
Per discussion on the anaconda list, we don't want to pull these in as
a dependency of the "anaconda" package as initial-setup -> anaconda
which means they end up on every system.
2014-05-12 08:28:56 -07:00
Brian C. Lane
08d8f3b2fc
Turn on debug output for mkefiboot
...
mkefiboot uses pylorax.imgutils, in order to capture information about
umount problems it needs to be run with --debug. This triggers the fuser
call to show what is holding the mount open.
2014-04-25 06:55:56 -07:00
Brian C. Lane
63d4e7adf2
Install specific lohit fonts instead of all of them ( #1090390 )
...
Tamil-Classical, Marathi, Nepali are variant of other lohit fonts.
Lohit Malayalam is not required as we are installing smc-meera-fonts.
2014-04-24 14:40:51 -07:00
d.marlin
f3ea6e13c6
Update grub2-efi.cfg for aarch64 to more closely match x86 ( #1089418 ).
...
Resolves: rhbz#1089418.
Signed-off-by: David A. Marlin <dmarlin@redhat.com>
Signed-off-by: Brian C. Lane <bcl@redhat.com>
2014-04-21 14:03:53 -07:00
Brian C. Lane
edf2bdbf59
Install rdma so that dracut will use it along with libmlx4 ( #1089564 )
...
libmlx4 needs rdma, otherwise it is skipped when dracut builds the
initrd.
Resolves: rhbz#1089564
2014-04-21 13:59:37 -07:00
Brian C. Lane
127e6c7df1
Update syslinux 6.02 support for noarch change
...
syslinux-nonlinux is now noarch, update the template.
Add loading of the other syslinux modules to the live x86.tmpl
2014-04-15 13:17:39 -07:00
Colin Walters
17eee3ab1a
runtime-cleanup: Do install GPG
...
OSTree actually does check gpg keys. All we'll have to do is install
the package into the boot.iso environment with them.
2014-04-14 17:50:39 -07:00
Brian C. Lane
e38e17259d
Update to support syslinux 6.02
2014-04-10 17:26:03 -07:00
Brian C. Lane
1007542aa7
Use BOOTAA64.efi for AARCH64 bootloader filename ( #1080113 )
...
Need to stay withing the FAT filename 8.3 limits
Resolves: rhbz#1080113
2014-04-02 16:57:08 -07:00
Brian C. Lane
88e6c49bd5
Stop removing curl after adding it
...
curl is useful for things like kickstart %pre and %post
2014-04-01 10:45:57 -07:00
Mark Hamzy
cc2f98bfc5
support ppc64le in lorax
...
Add support for the ppc64le architecture in lorax.
Signed-off-by: Brian C. Lane <bcl@redhat.com>
2014-03-27 10:06:41 -07:00
Brian C. Lane
f3059db6cc
Install bzip2 for liveimg tar.bz2 support
2014-03-26 10:00:20 -07:00
Brian C. Lane
5bc2268a4b
Remove obsolete firstaidkit packages ( #1076237 )
2014-03-14 17:11:10 -07:00
Brian C. Lane
e172803d4a
createrepo is needed by driver disks ( #1016004 )
...
deltarpm is needed by createrepo.
Related: rhbz#1016004
2014-02-26 10:13:20 -08:00
d.marlin
9ec64933db
Improve aarch64 UEFI support ( #1067671 )
...
Update the templates and config file to better support EFI on aarch64
on 64-bit ARM.
Resolves: rhbz#1067671
Signed-off-by: David A. Marlin <dmarlin@redhat.com>
Signed-off-by: Brian C. Lane <bcl@redhat.com>
2014-02-24 12:59:21 -08:00
David Shea
0bbd00a807
Don't remove libraries from bind-libs-lite
...
dhclient links to libirs-export and libisccfg-export now.
2014-02-06 14:55:47 +01:00
Brian C. Lane
9ce0c83d36
Install aajohan-comfortaa-fonts ( #1047430 )
...
Comfortaa is needed by the Fedora SVG ransome notes.
2014-01-30 16:49:57 -08:00
Brian C. Lane
96e5925cf8
Include mesa-dri-drivers ( #1053940 )
...
Radeon cards need these.
Resolves: rhbz#1053940
2014-01-28 15:09:34 -08:00
Will Woods
dff15426f1
Activate anaconda-shell@.service on switch to empty VT ( #980062 )
...
Right now, logind reserves tty6 for a login shell, which is not what we
want - normally anaconda puts Xorg there, and there's no need for a
login prompt anyway.
This configures logind to activate "anaconda-shell@.service" when a user
switches to an unused tty, and reserves tty2 for that purpose (which is
where users expect a shell anyway).
This will avoid us having login prompts that users don't know what to do
with. It also probably saves us a little bit of RAM.
2014-01-21 13:34:31 -05:00
d.marlin
f0d1c76ea4
Add initial 64-bit ARM (aarch64) support ( #1034432 )
...
Signed-off-by: Brian C. Lane <bcl@redhat.com>
Resolves: rhbz#1034432
2013-12-17 10:07:32 -08:00
Brian C. Lane
fa376be19b
s390 switch to generic condev ( #1042766 )
2013-12-13 11:21:47 -08:00
Brian C. Lane
e0ff5eb254
sort glob output before using it
2013-12-13 09:33:02 -08:00
Erik Larsson
0b825ab3ab
Bless grub2 for PPC ( #1020112 )
2013-12-11 10:27:12 -08:00
Adam Williamson
9f748f6839
drop 'xdriver=vesa' from basic graphics mode parameters (per ajax)
2013-11-18 14:26:38 -08:00
Brian C. Lane
2184b1c2cb
Include partx ( #1022899 )
...
Used by lvm on multipath.
Resolves: rhbz#1022899
2013-11-14 13:47:42 -08:00
Vratislav Podzimek
0b741d714b
Do not remove libdaemon from the runtime environment ( #1028938 )
...
It is needed by the new NetworkManager.
2013-11-11 13:01:10 +01:00
Brian C. Lane
c8aec4f7ff
Set UEFI defaults to match BIOS (#1021451,#1021446)
...
60 second timeout and default to testing media.
Resolves: rhbz#1021451
Resolves: rhbz#1021446
2013-11-01 11:16:50 -07:00
Dennis Gilmore
2195ef60e8
ARM: install the dtb files into the install tree.
...
needed for netbooting platforms that dont provide their own dtb file.
2013-10-16 18:06:27 -05:00
Dennis Gilmore
8d84e9d25a
ARM: Don't install or deal with in templates, no longer existing kernels
...
remove no longer used kernel variants from templates
dont try to install no longer existing kernel-tegra variant
2013-10-16 18:06:20 -05:00