mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-04 22:07:30 +00:00
Merge branch 'dump' into 'master'
Add dump/restore utilities (#226) See merge request systemrescue/systemrescue-sources!116
This commit is contained in:
commit
9f96a25871
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
errcnt=0
|
||||
|
||||
for curfile in /usr/bin/{*btrfs*,*xfs*,dislocker*,udp*} \
|
||||
for curfile in /usr/bin/{*btrfs*,*xfs*,dislocker*,udp*,dump,restore} \
|
||||
/usr/bin/{featherpad,ms-sys,nwipe,whdd,zerofree} \
|
||||
/opt/firefox*/firefox* /usr/lib/ntfs-3g/ntfs-plugin*.so \
|
||||
/usr/lib/libdislocker.so*
|
||||
|
|
|
|||
1
packages
1
packages
|
|
@ -28,6 +28,7 @@ dmraid
|
|||
dnsmasq
|
||||
dosfstools
|
||||
dstat
|
||||
dump
|
||||
dvd+rw-tools
|
||||
e2fsprogs
|
||||
efitools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue