From 55844f30341790ba2f749e1a07690283855da653 Mon Sep 17 00:00:00 2001 From: ramon Date: Fri, 30 Nov 2012 13:42:18 +0000 Subject: [PATCH] =?UTF-8?q?Versi=C3=B3n=201.0.5,=20#142:=20Generar=20clien?= =?UTF-8?q?te=20en=20Ext4=20y=20corregir=20errata=20para=20programas=20de?= =?UTF-8?q?=20gesti=C3=B3n=20de=20Btrfs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@3450 a21b9725-9963-47de-94b9-378ad31fedc9 --- boottoolsfunctions.lib | 4 ++-- includes/usr/bin/boot-tools/listpackages/sw.filesystem.local | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boottoolsfunctions.lib b/boottoolsfunctions.lib index b1f00d0..252f34e 100755 --- a/boottoolsfunctions.lib +++ b/boottoolsfunctions.lib @@ -137,7 +137,7 @@ fi PARTLOOP=$(losetup -f) #echo "$FUNCNAME(): Formateando la particion principal $PARTLOOP" -losetup -o 32256 $PARTLOOP $BTROOTFSIMG && mkfs.ext3 -b 4096 -L $BTROOTFSIMGLABEL $PARTLOOP +losetup -o 32256 $PARTLOOP $BTROOTFSIMG && mkfs.ext4 -b 4096 -L $BTROOTFSIMGLABEL $PARTLOOP if [ $? -ne 0 ] then errorAndLog "$FUNCNAME(): Formateando la particion principal del disco virtual: ERROR" @@ -213,7 +213,7 @@ cat << EOF > /etc/schroot/schroot.conf [IMGogclient] type=loopback file=/var/lib/tftpboot/ogclient/ogclient.img -description=ogclient ubuntu luc IMGi +description=ogclient Ubuntu image #priority=1 users=root groups=root diff --git a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local index defc93f..9cc3da7 100644 --- a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local +++ b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.local @@ -10,16 +10,16 @@ install dmraid install dmsetup install lvm2 install e2fsprogs -install btrfs-utils +install btrfs-tools install jfsutils install reiserfsprogs +install reiser4progs install xfsprogs install mhddfs install hfsplus install hfsprogs install hfsutils install nilfs-tools -install reiser4progs install ufsutils install ubuntu-zfs