Versión 1.0.5, #142: Generar cliente en Ext4 y corregir errata para programas de gestión de Btrfs.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3450 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
e188486f44
commit
55844f3034
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue