summaryrefslogtreecommitdiff
path: root/docs/README.knowissues
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2012-10-14 15:11:11 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2012-10-14 15:11:11 -0300
commite5edfc111b1e9fc5ec65696245e6cbd96b2af1e4 (patch)
tree07bdb2e27180c632ad827b400af44695d7c5a15f /docs/README.knowissues
parent4b38c919cbb133c35a06b330e8de9f305c5b4792 (diff)
parent753d2038024541ac2d10f74e6d408d6ed1a23f2a (diff)
Merge branch 'master' of https://projects.archlinux.org/git/archiso
Conflicts: README configs/releng/build.sh configs/releng/efiboot/EFI/boot/startup_iso.nsh configs/releng/efiboot/EFI/boot/startup_usb.nsh configs/releng/packages.i686 configs/releng/packages.x86_64 configs/releng/root-image/etc/rc.conf configs/releng/root-image/etc/rc.d/pacman-init
Diffstat (limited to 'docs/README.knowissues')
-rw-r--r--docs/README.knowissues16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/README.knowissues b/docs/README.knowissues
new file mode 100644
index 0000000..24bfa41
--- /dev/null
+++ b/docs/README.knowissues
@@ -0,0 +1,16 @@
+*** Know issues
+
+** (1) On shutdown lots of messages from systemd like:
+
+ "Could not unmount /run/archiso/<ABC>: Device or resource busy"
+ "Could not delete loopback /dev/loop<N>: Device or resource busy"
+ 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.
+ Proper shutdown is mostly important when persistent is used.
+
+** (2) syslinux 4.05 bug with relative directories on FAT:
+
+ "Could not find kernel image: boot/syslinux/whichsys.c32"
+ This should be fixed in 4.06. For now, workaround with:
+ sed -i "s|../../|/arch|" /<MNT-TARGET-N>/arch/boot/syslinux/syslinux.cfg