From: Henrik Gombos Date: Fri, 19 May 2023 00:10:33 +0000 (+0000) Subject: docs: change ext3 to ext4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc182ed8cf779220b95d654a9a2397e991f9c16c;p=thirdparty%2Fdracut.git docs: change ext3 to ext4 Promote ext4 instead of ext3 in the manual. --- diff --git a/man/dracut.asc b/man/dracut.asc index 416eb646a..c806ab2e6 100644 --- a/man/dracut.asc +++ b/man/dracut.asc @@ -50,7 +50,7 @@ computer. This can be: * The root file system itself * A boot image on an optical disc -* A small ext2/ext3 or FAT-formatted partition on a local disk +* A small ext2/ext3/ext4 or FAT-formatted partition on a local disk (a _boot partition_) * A TFTP server (on systems that can boot from Ethernet) diff --git a/man/dracut.cmdline.7.asc b/man/dracut.cmdline.7.asc index 93861c564..2567ce985 100644 --- a/man/dracut.cmdline.7.asc +++ b/man/dracut.cmdline.7.asc @@ -56,7 +56,7 @@ root=PARTUUID=3f5ad593-4546-4a94-a374-bcfb68aa11f7 [listing] .Example -- -rootfstype=ext3 +rootfstype=ext4 -- **rootflags=**____:: diff --git a/man/dracut.usage.asc b/man/dracut.usage.asc index 72d7e4b39..b83abf603 100644 --- a/man/dracut.usage.asc +++ b/man/dracut.usage.asc @@ -232,10 +232,10 @@ creation time. ---- -# dracut --install 'strace fsck.ext3 ssh' initramfs-dbg.img +# dracut --install 'strace fsck.ext4 ssh' initramfs-dbg.img ---- -This will create an initramfs with the strace, fsck.ext3 and ssh executables, +This will create an initramfs with the strace, fsck.ext4 and ssh executables, together with the libraries needed to start those. The --install option can be specified multiple times. @@ -468,7 +468,7 @@ any logical volumes. /dev/sda1: UUID="3de247f3-5de4-4a44-afc5-1fe179750cf7" TYPE="ext4" /dev/sda2: UUID="Ek4dQw-cOtq-5MJu-OGRF-xz5k-O2l8-wdDj0I" TYPE="LVM2_member" /dev/mapper/linux-root: UUID="def0269e-424b-4752-acf3-1077bf96ad2c" TYPE="crypto_LUKS" -/dev/mapper/linux-home: UUID="c69127c1-f153-4ea2-b58e-4cbfa9257c5e" TYPE="ext3" +/dev/mapper/linux-home: UUID="c69127c1-f153-4ea2-b58e-4cbfa9257c5e" TYPE="ext4" /dev/mapper/linux-swap: UUID="47b4d329-975c-4c08-b218-f9c9bf3635f1" TYPE="swap" ---- +