Hola.
Sorry, I was wrong files, je je, I'm very tired today.
I just wanted them to see that possibility. And now would align it so that
it can be used as "live" or "normal."
But tomorrow is another day, je je.
Greetings.
2011/1/26 joseangon <[email protected]>
> Hello.
>
> Please review this patch.
>
> I think the problem is the media itself (memory-usb). ... For some reason,
> I think, you lose the interactivity and debconf stop receiving/sending data.
>
> Thank you very much!
>
>
> Greetings.
>
>
>
> --
> José A. González
>
> Siempre GNU Linux-libre.
>
--
José A. González
Siempre GNU Linux-libre.
--- live-installer.postinst 2011-01-19 21:56:33.000000000 +0100
+++ mio-live-installer.postinst 2011-01-26 04:55:29.000000000 +0100
@@ -17,6 +17,12 @@
db_get live-installer/mode
mode="$RET"
+# Instalar previamente el soporte de archivos, necesario en usb-hdd
+
+anna-install squashfs-modules || true
+
+depmod -a || true
+
install_live_system () {
# Look at
PLACES=""
--- squashfs 2011-01-19 21:56:33.000000000 +0100
+++ mio-squashfs 2011-01-26 05:50:56.000000000 +0100
@@ -6,7 +6,7 @@
PLACES="$PLACES /cdrom/casper/filesystem.squashfs"
squashfs_prepare() {
- anna-install squashfs-modules || true
+# anna-install squashfs-modules || true
if [ -x /sbin/depmod ]; then
depmod -a > /dev/null 2>&1 || true