This is the very easy fix:
# set default dirs if FAI_RAMDISKS not already set
-: ${FAI_RAMDISKS:="$target/var/lib/dpkg"}
+: ${FAI_RAMDISKS="$target/var/lib/dpkg"}
@wwaldi: Do you think it's still wrong?
--
regards Thomas
This is the very easy fix:
# set default dirs if FAI_RAMDISKS not already set
-: ${FAI_RAMDISKS:="$target/var/lib/dpkg"}
+: ${FAI_RAMDISKS="$target/var/lib/dpkg"}
@wwaldi: Do you think it's still wrong?
--
regards Thomas