Brian C. Lane
878e4c3e85
livemedia-creator: make libvirt module optional
...
When running with no-virt mode libvirt and virt-install are not needed
so make the import optional and update the usage info reflect that the
virt options are disabled.
2012-05-14 15:08:45 -07:00
Brian C. Lane
b1ba9cacca
stop moving /run ( #818918 )
...
This was a hack, /run is on tmpfs so lorax should leave it to the apps
to create their own directories.
2012-05-08 10:45:03 -07:00
Brian C. Lane
115788ed09
New version 18.3
2012-05-03 11:23:00 -07:00
Martin Gracik
1b4c61c68e
Added BCM4331 firmware ( #817151 )
2012-05-03 11:00:34 -07:00
Matthew Garrett
3aa1fcadb9
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:03:13 -07:00
Will Woods
c03ac93997
Add 'tmux' to runtime image
...
Having tmux would let us set things up so we can run all our 'terminals'
(shell, log output, etc) inside one terminal. Useful for headless stuff.
2012-04-27 14:26:18 -04:00
Will Woods
9d90760f93
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-27 14:25:50 -04:00
Will Woods
467847e095
reduce image size from 2GB to 1GB
...
It's a sparse file, so this really just changes the size of the
squashfs.img by about 100kb. But hey - 100kb!
2012-04-24 14:47:42 -04:00
Will Woods
42737f0abf
keep all filesystem tools
...
This adds ~700kb to the installer runtime, but it also adds a lot of
useful filesystem tools and reduces complexity a bit. A fair trade!
2012-04-24 14:47:42 -04:00
Martin Gracik
ef214183ec
Leave some of the grub2 utilities in the install image ( #749323 )
2012-04-24 14:47:41 -04:00
Brian C. Lane
5ca1aa089e
add media check menu option
...
Add an option to check the media
2012-04-23 08:24:34 -07:00
Brian C. Lane
371e59d27f
remove unneeded dracut bootargs
...
anaconda-dracut now adds these itself.
2012-04-23 08:24:34 -07:00
Matthew Garrett
0ec326eb3c
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:41 -07:00
Martin Gracik
366cd617b2
Remove workdir if it was created by lorax ( #807964 )
2012-04-13 10:44:15 +02:00
Brian C. Lane
60f8c9fabe
add gdisk to install image ( #811083 )
...
Add gdisk and related tools to the install image.
2012-04-12 08:29:39 -07:00
Martin Gracik
5d026fed46
Don't use --allbut for xfsprogs cleanup ( #804779 )
2012-04-12 08:29:17 -07:00
Martin Gracik
b61927badc
Log all removed files
...
This makes finding what glob removed some file easier.
2012-04-12 08:28:58 -07:00
Martin Gracik
d45e583c7b
Add spice-vdagent to initrd ( #804739 )
2012-04-12 08:28:47 -07:00
Martin Gracik
fd984f77f9
Add ntfs-3g to initrd ( #804302 )
2012-04-12 08:28:36 -07:00
Brian C. Lane
159f9eac3d
ntfs-3g now uses /usr/lib ( #810039 )
2012-04-05 07:47:42 -07:00
Brian C. Lane
a680fd2fc3
New version 18.2
2012-03-30 13:44:52 -07:00
Matthew Garrett
bb18614c3b
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-30 13:23:02 -07:00
Will Woods
b856297986
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-30 13:22:54 -07:00
Will Woods
1fe6e6ce54
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-30 13:22:48 -07:00
Will Woods
562be7eaec
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-30 13:22:48 -07:00
Will Woods
2d9a56a9ec
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-30 13:22:48 -07:00
Will Woods
34f5397768
runtime-postinstall: remove references to loader
...
No more loader. Bye-bye, loader.
2012-03-30 13:22:48 -07:00
Will Woods
d61f330462
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-30 13:22:48 -07:00
Martin Gracik
4e3c11c5eb
Add the icfg package ( #771733 )
2012-03-30 13:22:48 -07:00
Martin Gracik
d81ef79ffd
Log the output of mkfs ( #769928 )
2012-03-30 13:22:48 -07:00
Martin Gracik
4762c45b22
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-30 13:22:45 -07:00
Martin Gracik
2e24ef2cc6
Fix requires
2012-03-30 13:22:45 -07:00
Brian C. Lane
af99682215
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:38:46 -07:00
Brian C. Lane
6c93dcde9a
add iscsi-initiator-utils ( #804522 )
2012-03-28 08:38:41 -07:00
Brian C. Lane
607bd49ed7
livemedia-creator: update TreeBuilder use for isolabel
...
TreeBuilder class changed its __init__ so add --volid switch,
length check and isolabel.
2012-03-08 10:01:18 -08:00
Brian C. Lane
ecda30d999
New version 18.1
2012-03-06 09:37:48 -08:00
Brian C. Lane
d5d9881602
livemedia-creator: update README
2012-03-02 16:41:27 -08:00
Brian C. Lane
e9aba42587
example livemedia kickstart for ec2
...
currently untested on EC2, but it builds an image that looks
like it should work.
2012-03-02 16:41:27 -08:00
Brian C. Lane
3a5fb1415c
livemedia-creator: console=ttyS0 not /dev/ttyS0
2012-03-02 16:41:27 -08:00
Brian C. Lane
69c14b8f84
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:41:27 -08:00
Martin Gracik
b84fba40a5
Don't remove btrfs utils ( #796511 )
2012-02-28 12:50:34 +01:00
Martin Gracik
73faf711bd
Remove root and ip parameters from generic.prm ( #796572 )
2012-02-28 12:50:34 +01:00
Martin Gracik
524dfa28db
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 12:50:34 +01:00
Martin Gracik
20fa29b32b
Add option to specify volume id on command line ( #786834 )
2012-02-28 12:50:34 +01:00
Martin Gracik
746811944a
Install nhn-nanum-gothic-fonts ( #790266 )
...
Replacing un-core-dotum-fonts.
2012-02-28 12:50:34 +01:00
Martin Gracik
84c56294bf
Change the locale to C ( #786833 )
2012-02-28 12:50:34 +01:00
Brian C. Lane
f6876beea6
iputils is small and required by dhclient-script
2012-02-27 13:04:52 -08:00
Brian C. Lane
b3ac408748
util-linux-ng is now util-linux
2012-02-20 14:44:22 -08:00
Brian C. Lane
be4d8ebe2b
New version 18.0
2012-02-20 14:40:33 -08:00
Will Woods
dcc6a41a31
use --prefix=/run/initramfs when building initramfs
...
Having the initramfs at /run/initramfs means that it will be retained at
/run/initramfs once we switch to the root image. We want that.
2012-02-20 14:16:52 -08:00