[Ututo-devel] Este mail es una respuesta de Pablo Rizzo

galleguindio galleguindioramirez at tribunahacker.com.ar
Thu Sep 11 01:26:38 CEST 2014


Bueno; che termine de bajar la imagen de ututoxs 2012.
descomprimi la imagen iso en el directorio cdimage y copie los archivos
del kit en XS. Cuando intento montar image.squashfs
mkdir /mnt/XSimage
mount -t squahfs -o loop [ruta_a_image.squashfs] /mnt/XSimage
mount: unknown filesystem type 'squahfs' :(
Alguna idea? Como lo superaron?
Tambien mando el script InstallXS-Turbo para Pablo a ver si puede darnos
una mano.
Lo que quiero es hacer un hibrido entre el armado de gentoo tradicional
y el kit
Abrazo
-------------- next part --------------
#!/bin/bash
# Turno install for UTUTO XS

if [ "$1" = "" ];then
    echo "-----------------------------------------------------------"
    echo "Usage: InstallXS-Turbo [mount_point]"
    echo " "
    echo "or"
    echo " "
    echo "Usage: InstallXS-Turbo [mount_point] [directory_to_install]"
    echo "-----------------------------------------------------------"
    exit
fi
if [ ! -e image.squashfs ];then
    echo "------------------------------------------------------------"
    echo "file image.squashfs not found!"
    echo "------------------------------------------------------------"
    exit
fi
echo "----------------------------------------------------------------"
echo "Installing...$2 from UTUTO XS filesystem image in $1"
unsquashfs -f -d $1 image.squashfs $2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0.make-chroot-upgrade.sh
Type: application/x-shellscript
Size: 108 bytes
Desc: not available
Url : https://lists.ourproject.org/pipermail/ututo-devel/attachments/20140910/3f942281/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.make-squash-vivo.sh
Type: application/x-shellscript
Size: 1993 bytes
Desc: not available
Url : https://lists.ourproject.org/pipermail/ututo-devel/attachments/20140910/3f942281/attachment-0001.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.make-iso-Cambiar-Version.sh
Type: application/x-shellscript
Size: 681 bytes
Desc: not available
Url : https://lists.ourproject.org/pipermail/ututo-devel/attachments/20140910/3f942281/attachment-0002.bin 


More information about the Ututo-devel mailing list