Displaying 2 results from an estimated 2 matches for "nofscks".
Did you mean:
nofsck
2007 Nov 29
1
lvresize --resizefs
Hi,
There is a difference between the help of lvresize and its man page.
In the manpage, there is nothing about the -r or --resizefs function.
Centos4.
[root at serv01 ~]# lvresize
Please specify either size or extents (not both)
lvresize: Resize a logical volume
lvresize
[-A|--autobackup y|n]
[--alloc AllocationPolicy]
[-d|--debug]
[-h|--help]
2016 Mar 01
0
making a new initrd
...the required driver for a new
motherboard we have here.
I'd like to take this initramfs and rebuild it/modify it so that it is
suitable for pxe booting.
I have tried
dracut -v --force --add "anaconda" initramfs.img # results in an image
that is too large for tftp
Or
dracut --nofscks --nomdadmconf --nolvmconf --xz --no-early-microcode -m
"anaconda" --force initramfs.img # kernel panics
What steps should I be taking to create an initrd image suitable for pxe
boot ?
Thanks