Displaying 2 results from an estimated 2 matches for "nofsck".
2007 Nov 29
1
lvresize --resizefs
...-A|--autobackup y|n]
[--alloc AllocationPolicy]
[-d|--debug]
[-h|--help]
[-i|--stripes Stripes [-I|--stripesize StripeSize]]
{-l|--extents [+|-]LogicalExtentsNumber[%{VG|LV|FREE}] |
-L|--size [+|-]LogicalVolumeSize[kKmMgGtTpPeE]}
[-n|--nofsck]
[-r|--resizefs]
[-t|--test]
[--type VolumeType]
[-v|--verbose]
[--version]
LogicalVolume[Path] [ PhysicalVolumePath... ]
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