From b8d0d2ff18de3f4de66e89a302cb277328f58433 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 22 Nov 2010 14:29:38 +0100 Subject: enable cfgfs for x86/x86_64 targets fix a bug, where the wrong cfgfs partition was used, when more than one cfgfs partition is available. Always use the cfgfs partition from the block device, the system is booted. --- target/x86/files/etc/notmpfs | 0 target/x86/files/etc/tmpfs | 1 + target/x86_64/files/etc/notmpfs | 0 target/x86_64/files/etc/tmpfs | 1 + 4 files changed, 2 insertions(+) delete mode 100644 target/x86/files/etc/notmpfs create mode 100644 target/x86/files/etc/tmpfs delete mode 100644 target/x86_64/files/etc/notmpfs create mode 100644 target/x86_64/files/etc/tmpfs (limited to 'target') diff --git a/target/x86/files/etc/notmpfs b/target/x86/files/etc/notmpfs deleted file mode 100644 index e69de29bb..000000000 diff --git a/target/x86/files/etc/tmpfs b/target/x86/files/etc/tmpfs new file mode 100644 index 000000000..08558e471 --- /dev/null +++ b/target/x86/files/etc/tmpfs @@ -0,0 +1 @@ +16384 diff --git a/target/x86_64/files/etc/notmpfs b/target/x86_64/files/etc/notmpfs deleted file mode 100644 index e69de29bb..000000000 diff --git a/target/x86_64/files/etc/tmpfs b/target/x86_64/files/etc/tmpfs new file mode 100644 index 000000000..08558e471 --- /dev/null +++ b/target/x86_64/files/etc/tmpfs @@ -0,0 +1 @@ +16384 -- cgit v1.2.3