]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
docs: change ext3 to ext4
authorHenrik Gombos <henrik99999@gmail.com>
Fri, 19 May 2023 00:10:33 +0000 (00:10 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 5 Jun 2023 13:53:09 +0000 (15:53 +0200)
Promote ext4 instead of ext3 in the manual.

man/dracut.asc
man/dracut.cmdline.7.asc
man/dracut.usage.asc

index 416eb646a23a895a1a13a6f9521a9366569c478b..c806ab2e6519550665bfc7e2954f7743bbcf55ac 100644 (file)
@@ -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)
 
index 93861c5643ad830cbbe14a8fbc6f95606aa5b018..2567ce9850a6194a7b6daba2b8435fda7850f9b7 100644 (file)
@@ -56,7 +56,7 @@ root=PARTUUID=3f5ad593-4546-4a94-a374-bcfb68aa11f7
 [listing]
 .Example
 --
-rootfstype=ext3
+rootfstype=ext4
 --
 
 **rootflags=**__<mount options>__::
index 72d7e4b397140571005e19981dd83e54b1f481ac..b83abf603c00d86b6aa4e9b039e8dc048134530d 100644 (file)
@@ -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"
 ----
 +