Marek Marczykowski
da5a960584
vm-initramfs: use sysfs directly to get block device parameters
...
Don't use blkdev program, as isn't installed by default by dracut in FC17.
Actually it isn't necessary to get 'ro' and 'size' parameters, as they can be
read directly from sysfs.
2012-11-08 02:54:04 +01:00
Marek Marczykowski
7d4f1a1f28
vm-initrd: fix compatibility with older dracut
2012-06-14 03:52:40 +02:00
Marek Marczykowski
0737d28707
initramfs: setup dmroot as non-persistent snapshot
...
The volatile.img is cleared before each startup anyway.
This should speed up AppVM start and reduce ssd wearing.
2012-06-10 02:03:15 +02:00
Marek Marczykowski
5b684de6b6
vm-initrd: support new dracut folder layout
...
This enables building kernel under FC15.
2012-06-04 15:31:13 +02:00
Marek Marczykowski
844130705c
initramfs: remove explicit -o ro from /lib/modules ( #333 )
...
If /dev/xvdd is R/O, this is done automatically
2011-09-01 11:38:05 +02:00
Marek Marczykowski
3bce01fb11
Fix mounting /lib/modules in initramfs, reduce initramfs size ( #263 )
2011-07-09 20:14:05 +02:00