Commit Graph

6 Commits

Author SHA1 Message Date
Marek Marczykowski
b5606021c9 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-06-15 13:19:44 +02:00
Marek Marczykowski
d1eb185f1b vm-initrd: fix compatibility with older dracut 2012-06-14 03:51:11 +02:00
Marek Marczykowski
550b5f7d95 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:01:47 +02:00
Marek Marczykowski
041f871514 vm-initrd: support new dracut folder layout
This enables building kernel under FC15.
2012-05-25 23:51:28 +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