#142: Preparar soporte para sistemas de archivos ZFS, montar BTRFS, UFS y ZFS y extender BTRFS.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3263 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
57f35cfbce
commit
9119104e16
|
@ -54,3 +54,7 @@ deb http://free.nchc.org.tw/ubuntu OSCODENAME-security main restricted universe
|
|||
deb http://ppa.launchpad.net/freenx-team/ubuntu/ OSCODENAME main
|
||||
deb http://ppa.launchpad.net/randomaction/ppa/ubuntu OSCODENAME main
|
||||
deb-src http://ppa.launchpad.net/randomaction/ppa/ubuntu OSCODENAME main
|
||||
# Ubuntu-ZFS
|
||||
deb http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main
|
||||
deb-src http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main
|
||||
|
||||
|
|
|
@ -20,3 +20,5 @@ install hfsutils
|
|||
install nilfs-tools
|
||||
install reiser4progs
|
||||
install ufsutils
|
||||
install ubuntu-zfs
|
||||
|
||||
|
|
Loading…
Reference in New Issue