-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update recipes to new versions. Signed-off-by: Mario Schuknecht <[email protected]>
- Loading branch information
Mario Schuknecht
committed
Nov 17, 2021
1 parent
efa2af9
commit cf612e4
Showing
39 changed files
with
13 additions
and
204 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From 2852e40e4326f22b81e4f53fde203a16893a9131 Mon Sep 17 00:00:00 2001 | ||
From 4c93877e34023ea14b819e942edb8d2166522c41 Mon Sep 17 00:00:00 2001 | ||
From: Mario Schuknecht <[email protected]> | ||
Date: Wed, 8 Jul 2020 07:11:19 +0200 | ||
Date: Wed, 17 Nov 2021 09:03:11 +0100 | ||
Subject: [PATCH] ext4 64bit feature not activated by default HYP-24046 | ||
|
||
The ext4 64bit feature allows partitioning greater than 16TiB. But with | ||
|
@@ -15,20 +15,19 @@ Signed-off-by: Mario Schuknecht <[email protected]> | |
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in | ||
index c95f55bb..e7972dea 100644 | ||
index 83c75a31..a39ef2a4 100644 | ||
--- a/misc/mke2fs.conf.in | ||
+++ b/misc/mke2fs.conf.in | ||
@@ -11,8 +11,9 @@ | ||
@@ -11,7 +11,8 @@ | ||
features = has_journal | ||
} | ||
ext4 = { | ||
- features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize | ||
+ features = has_journal,extent,huge_file,flex_bg,metadata_csum,dir_nlink,extra_isize | ||
inode_size = 256 | ||
+ auto_64-bit_support = 1 | ||
} | ||
small = { | ||
blocksize = 1024 | ||
-- | ||
2.16.4 | ||
2.26.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
From cd301edd32c129b23ddcc76a04c281fac8eaaa74 Mon Sep 17 00:00:00 2001 | ||
From 57165d22cebb63a867ec63ef981b25d06aa07da6 Mon Sep 17 00:00:00 2001 | ||
From: Mario Schuknecht <[email protected]> | ||
Date: Sun, 7 Mar 2021 09:18:41 +0100 | ||
Subject: [PATCH] mke2fs.conf: define a short proceed_delay of 1 sec, | ||
HYP-14823 | ||
Date: Wed, 17 Nov 2021 09:34:11 +0100 | ||
Subject: [PATCH] mke2fs.conf: define a short proceed_delay of 1 sec, HYP-14823 | ||
|
||
Beginning with this version mke2fs asks the user for confirmation if | ||
block device or image file contains an existing file system image. | ||
|
@@ -16,12 +15,12 @@ Signed-off-by: Steffen Sledz <[email protected]> | |
1 file changed, 3 insertions(+) | ||
|
||
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in | ||
index 01e35cf8..a72e0cba 100644 | ||
index 05680992..83c75a31 100644 | ||
--- a/misc/mke2fs.conf.in | ||
+++ b/misc/mke2fs.conf.in | ||
@@ -45,3 +45,6 @@ | ||
blocksize = 4096 | ||
@@ -43,3 +43,6 @@ | ||
inode_size = 128 | ||
warn_y2038_dates = 0 | ||
} | ||
+ | ||
+[options] | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.