summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-03-12 11:35:57 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-03-12 11:35:57 -0300
commit25c535fa17a0cbbc5ea3afd5c9b736413b1c3ee5 (patch)
tree1eb03b19708d0a55f670e8ea03dbbce32ec8e076
parent630f5f9f6a5666906ccda9d35f87ee0f948b89db (diff)
[archiso] README update
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 2fec0a0..4bab18d 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ INDEX
* Image types generated by mkarchiso.
* File format for aitab.
* Why the /isolinux and /arch/boot/syslinux directories?
+* Know issues
* Building the most basic Arch Linux live media. (configs/baseline)
* Building official Arch Linux live media. (configs/releng)
@@ -210,6 +211,15 @@ When make your custom boot-pendrive, you need to copy /arch directory to it.
/isolinux/isolinux.cfg just holds /arch/boot/syslinux/syslinux.cfg
+*** Know issues
+
+** On shutdown there are two steps that [FAIL]:
+ "Unmounting Swap-backed Filesystems" and "Unmounting Non-API Filesystems",
+ These filesystem are in use at this stage by archiso, but...
+ This is not a real issue since, all mounted filesystem, loopback devices
+ and device mapper devices made by archiso will be "free" on "shutdown tmpfs"
+ (A.K.A deinitramfs), build at initramfs by [archiso_shutdown] initcpio hook.
+
*** Building the most basic Arch Linux live media. (configs/baseline)