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:
parent
7dbf8f0873
commit
3e9629c7ce
@ -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
|
||||
|
||||
|
@ -423,7 +423,9 @@ strace
|
||||
ext2 \
|
||||
ext3 \
|
||||
ext4 \
|
||||
fuse \
|
||||
ntfs \
|
||||
ntfs-3g \
|
||||
reiserfs \
|
||||
jfs \
|
||||
gfs \
|
||||
@ -432,6 +434,10 @@ strace
|
||||
msdos \
|
||||
ufs \
|
||||
; do
|
||||
if test -x /sbin/mount.$fs || test -x /usr/sbin/mount.$fs
|
||||
then
|
||||
echo mount.$fs
|
||||
fi
|
||||
echo mkfs.$fs
|
||||
echo fsck.$fs
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user