diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 14:29:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 14:29:38 +0100 |
commit | b8d0d2ff18de3f4de66e89a302cb277328f58433 (patch) | |
tree | 90a2669c30f3efaec4de24555050d81c333f4bc7 /target | |
parent | a96029501d215f16535ab3a879ac384e042c7df1 (diff) |
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.
Diffstat (limited to 'target')
-rw-r--r-- | target/x86/files/etc/notmpfs | 0 | ||||
-rw-r--r-- | target/x86/files/etc/tmpfs | 1 | ||||
-rw-r--r-- | target/x86_64/files/etc/notmpfs | 0 | ||||
-rw-r--r-- | target/x86_64/files/etc/tmpfs | 1 |
4 files changed, 2 insertions, 0 deletions
diff --git a/target/x86/files/etc/notmpfs b/target/x86/files/etc/notmpfs deleted file mode 100644 index e69de29bb..000000000 --- a/target/x86/files/etc/notmpfs +++ /dev/null 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 --- a/target/x86_64/files/etc/notmpfs +++ /dev/null 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 |