Nabend,
ich versuche seit gestern ein eigenes Arch Image zu erstellen, scheitere aber jedes mal am selben Punkt:
// Auszug aus build.sh
# Build all filesystem images specified in aitab (.fs .fs.sfs .sfs)
make_prepare() {
mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" prepare
}
[mkarchiso] INFO: Mounting 'work/root-image.fs' on 'work/mnt/root-image'
mount: could not find any free loop device
[mkarchiso] INFO: Total: 458841 MiB (100%) | Used: 228920 MiB (53%) | Avail: 206955 MiB (47%)
[mkarchiso] INFO: Unmounting 'work/root-image.fs'
umount: work/root-image.fs: not mounted
Ich habe mittels "mknod /dev/loop
n b 7 0" auch bereits mehrere loop-devices erstellt, leider bringt das nichts.
Ich komme wirklich nicht weiter, kann mir evtl. jemand helfen?