SHA256
1
0
forked from pool/libguestfs

- add mount.ntfs and mount.fuse to initrd

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=114
This commit is contained in:
Olaf Hering 2012-09-25 14:42:26 +00:00 committed by Git OBS Bridge
parent 7dbf8f0873
commit 3e9629c7ce
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 25 16:41:28 CEST 2012 - ohering@suse.de
- add mount.ntfs and mount.fuse to initrd
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 25 07:23:54 CEST 2012 - ohering@suse.de Tue Sep 25 07:23:54 CEST 2012 - ohering@suse.de

View File

@ -423,7 +423,9 @@ strace
ext2 \ ext2 \
ext3 \ ext3 \
ext4 \ ext4 \
fuse \
ntfs \ ntfs \
ntfs-3g \
reiserfs \ reiserfs \
jfs \ jfs \
gfs \ gfs \
@ -432,6 +434,10 @@ strace
msdos \ msdos \
ufs \ ufs \
; do ; do
if test -x /sbin/mount.$fs || test -x /usr/sbin/mount.$fs
then
echo mount.$fs
fi
echo mkfs.$fs echo mkfs.$fs
echo fsck.$fs echo fsck.$fs
done done