Commit Graph

843 Commits

Author SHA1 Message Date
Martin Gracik
48f3858423 Added BCM4331 firmware (#817151) 2012-05-03 13:40:59 -04:00
Matthew Garrett
4df59e77b2 mkefiboot: Add support for disk label files
The Apple boot picker provides drive names by reading small icon files
off the filesystem. Add support for including them.
2012-05-03 10:05:37 -07:00
David Lehman
d909789b95 Include /usr/bin/ntfsinfo. (#816664)
This is required for ntfs resize support in anaconda.
2012-05-02 17:22:38 -05:00
Will Woods
db744fef93 Add /etc/sysctl.d/anaconda.conf, set kernel.printk=1 (#816022)
We use this to set various sysctl settings, like setting kernel.printk=1
so we don't get the screen all crudded up with kernel messages during
text-mode installs.
2012-04-26 16:18:43 -04:00
Brian C. Lane
4c2894684b New version 17.16 2012-04-23 11:44:32 -07:00
Brian C. Lane
7cd2104694 add media check menu option
Add an option to check the media
2012-04-23 08:26:33 -07:00
Brian C. Lane
4ca853cae3 remove unneeded dracut bootargs
anaconda-dracut now adds these itself.
2012-04-23 08:26:20 -07:00
Will Woods
3859368b0e remove 'loadkeys' stub (#804306)
Just use the regular 'loadkeys' binary, for pity's sake.
2012-04-20 16:48:54 -04:00
Martin Gracik
cf24dc01a8 New version 17.15 2012-04-20 09:35:58 +02:00
Martin Gracik
9348023769 Don't remove dosfstools (#806648)
Needed to diagnose problems with EFI partitions.
2012-04-18 12:49:36 +02:00
Martin Gracik
839017cda1 Leave some of the grub2 utilities in the install image (#749323) 2012-04-16 13:53:52 +02:00
Matthew Garrett
afa6fa41cc mkefiboot: Copy Mac bootloader, rather than linking it
The Mac firmware needs special-casing for hardlinked bootloaders, and
it's kind of awkward to handle that in python. Just copy them for now
instead.
2012-04-13 12:54:18 -07:00
Martin Gracik
613822a228 Remove workdir if it was created by lorax (#807964) 2012-04-13 10:43:30 +02:00
Brian C. Lane
cf1c3a8d66 add gdisk to install image (#811083)
Add gdisk and related tools to the install image.
2012-04-12 08:30:01 -07:00
Martin Gracik
23650163a6 New version 17.14 2012-04-11 10:12:14 +02:00
Martin Gracik
488339235a Don't use --allbut for xfsprogs cleanup (#804779) 2012-04-11 08:51:13 +02:00
Martin Gracik
c9438ac117 Log all removed files
This makes finding what glob removed some file easier.
2012-04-10 13:42:49 +02:00
Martin Gracik
9c97371391 Add spice-vdagent to initrd (#804739) 2012-04-10 09:45:43 +02:00
Martin Gracik
5bce2001d5 Add ntfs-3g to initrd (#804302) 2012-04-10 09:45:43 +02:00
Brian C. Lane
d7956e52a0 ntfs-3g now uses /usr/lib (#810039) 2012-04-05 07:47:21 -07:00
Brian C. Lane
4ea8d3b402 New version 17.13 2012-03-28 08:43:03 -07:00
Brian C. Lane
0823441886 add iscsi-initiator-utils (#804522) 2012-03-28 08:38:10 -07:00
Brian C. Lane
e686b67882 use cache outside the installtree
reenable the yum cache in the tmpdir, this means it doesn't end
up on the final squashfs.img, reducing the boot.iso size from
400M to 154M
2012-03-28 08:37:49 -07:00
Brian C. Lane
b389d87c8d New version 17.12 2012-03-21 17:47:29 -07:00
Matthew Garrett
73beff011f mkefiboot: Make Apple boot images appear in the startup preferences
There's a small amount of additional metadata required for the Mac boot
images to appear as bootable devices in the startup preferencs, so add
support for generating that.

Signed-off-by: Brian C. Lane <bcl@redhat.com>
2012-03-21 17:40:08 -07:00
Brian C. Lane
f7e8de8c66 New version 17.11 2012-03-21 17:27:03 -07:00
Will Woods
309bbbb4da add symlink from /mnt/install -> /run/install
Since noloader mounts stuff under /run/install, but anaconda (and
people's scripts etc.) look under /mnt/install, make a symlink so
everything works as expected.
2012-03-19 20:25:20 -04:00
Brian C. Lane
761f183714 New version 17.10 2012-03-16 15:13:47 -07:00
Will Woods
58228ab5f7 Don't trash all the initscripts 'fedora*' services
We need some of them (fedora-import-state.service), so let's just
disable the ones that cause us problems (mostly fedora-storage*).
2012-03-16 16:53:52 -04:00
Will Woods
00c0009e14 remove anaconda-copy-ks.sh
anaconda-copy-ks.sh is included in the 'anaconda' dracut module, so we
don't need to install it here anymore.
2012-03-16 16:47:59 -04:00
Will Woods
e8894b64fa add anaconda dracut module
Install the anaconda dracut module during 'install', use it when
rebuilding initramfs, and clean it up afterward.

Also install '.buildstamp' into the initramfs (the anconda module wants
it).
2012-03-16 16:47:59 -04:00
Will Woods
a077587eb8 runtime-postinstall: remove references to loader
No more loader. Bye-bye, loader.
2012-03-16 16:47:59 -04:00
Will Woods
3a0b059577 runtime-postinstall: remove keymap stuff
anaconda no longer contains the keymap overrides and systemd should be
handling keymap stuff for us, so this isn't necessary.
2012-03-16 16:47:59 -04:00
Martin Gracik
b4ce329235 Add the icfg package (#771733) 2012-03-14 11:03:02 +01:00
Martin Gracik
92a145dd18 Log the output of mkfs (#769928) 2012-03-14 10:56:23 +01:00
Brian C. Lane
084e0e032b livemedia-creator: update TreeBuilder use for isolabel
TreeBuilder class changed its __init__ so add --volid switch,
length check and isolabel.
2012-03-09 13:20:45 -08:00
Martin Gracik
7fa9bda94c New version 17.9 2012-03-07 16:08:21 +01:00
Martin Gracik
4c2bc290e2 Fix product name replacing in templates (#799919)
The product name may contain spaces, so it needs
to be in quotes, otherwise the other words get stripped.
2012-03-07 16:04:45 +01:00
Martin Gracik
16d32f6d4f Fix requires 2012-03-07 16:04:45 +01:00
Brian C. Lane
56a24dd698 New version 17.8 2012-03-06 09:45:04 -08:00
Brian C. Lane
04394ae2cd livemedia-creator: update README 2012-03-02 16:44:08 -08:00
Brian C. Lane
ec00ea7039 example livemedia kickstart for ec2
currently untested on EC2, but it builds an image that looks
like it should work.
2012-03-02 16:42:48 -08:00
Brian C. Lane
8c52cd751f livemedia-creator: console=ttyS0 not /dev/ttyS0 2012-03-02 16:42:42 -08:00
Brian C. Lane
54dd513ed8 livemedia-creator: Add support for making ami images
AMI images are un-partitioned filesystem images with a grub.conf that
is read by the pv-grub bootloader used by EC2. Most of the actual work
making the AMI is done in the kickstart. This just creates the image
file.
2012-03-02 16:42:32 -08:00
Martin Gracik
c2c4762df2 New version 17.7 2012-02-28 13:58:27 +01:00
Martin Gracik
97038f1ab2 Don't remove btrfs utils (#796511) 2012-02-28 13:49:11 +01:00
Martin Gracik
a82acb9145 Remove root and ip parameters from generic.prm (#796572) 2012-02-28 13:48:59 +01:00
Martin Gracik
c4c2f09c0b Check if the volume id is not longer than 32 chars (#786832)
This is a requirement of mkisofs.
Try to check it as soon as possible.
2012-02-28 13:48:50 +01:00
Martin Gracik
e59ff3802f Add option to specify volume id on command line (#786834) 2012-02-28 13:48:42 +01:00
Martin Gracik
0e9d3e0c1c Install nhn-nanum-gothic-fonts (#790266)
Replacing un-core-dotum-fonts.
2012-02-28 13:48:29 +01:00