post_install_sid: Use 'udisks2' instead of pmount.
This commit is contained in:
parent
6d027a1204
commit
e92ab0973a
@ -8,10 +8,12 @@
|
||||
* apticron: To send daily email about pending upgrades.
|
||||
* mirage: Fast and simple GTK+ image viewer.
|
||||
* texinfo: Documentation system for on-line information and printed output.
|
||||
* udisks2: D-Bus service to access and manipulate storage devices.
|
||||
* whois: Intelligent WHOIS client.
|
||||
|
||||
##### Remove
|
||||
* eog: Use 'mirage' or 'gpicview' instead!
|
||||
* pmount: Use udisks2 to allow standard user to mount removable devices.
|
||||
|
||||
#### Changes
|
||||
* Use a function to remove some packages and purge all configuration files.
|
||||
|
10
README.md
10
README.md
@ -233,9 +233,17 @@ vidir
|
||||
* openssh-client: Secure shell (SSH) client, for secure access from remote machines.
|
||||
* openssh-server: Secure shell (SSH) server, for secure access from remote machines.
|
||||
* openvpn: Virtual private network daemon.
|
||||
* pmount: Mount removable devices as normal user.
|
||||
* screen: Terminal multiplexer with VT100/ANSI terminal emulation.
|
||||
* tmux: Terminal multiplexer.
|
||||
* udisks2: D-Bus service to access and manipulate storage devices.
|
||||
* A simple user can mount removable devices:
|
||||
```sh
|
||||
udisksctl mount --block-device /dev/sdb2
|
||||
```
|
||||
* And **unmount** (take, 'u**n**mount' and not 'umount') it's own devices:
|
||||
```sh
|
||||
udisksctl unmount --block-device /dev/sdb2
|
||||
```
|
||||
* unrar: Unarchiver for .rar files (non-free version).
|
||||
* unzip: De-archiver for .zip files.
|
||||
* urlview: Extracts URLs from text.
|
||||
|
@ -589,7 +589,7 @@ fi
|
||||
preconfig backuppc
|
||||
|
||||
##### Installation
|
||||
aptins "System tools for cli" backuppc bsdmainutils colordiff cpio genisoimage keychain knockd lzip moreutils multitail myrepos ntfs-3g openssh-client openssh-server openvpn pmount screen tmux unrar unzip urlview vim-nox vim-doc vim-scripts vlock wakeonlan zsh zip
|
||||
aptins "System tools for cli" backuppc bsdmainutils colordiff cpio genisoimage keychain knockd lzip moreutils multitail myrepos ntfs-3g openssh-client openssh-server openvpn screen tmux udisks2 unrar unzip urlview vim-nox vim-doc vim-scripts vlock wakeonlan zsh zip
|
||||
|
||||
##### Remove
|
||||
arem "Purge: System tools for cli" bluetooth bluez vim-tiny
|
||||
|
Loading…
x
Reference in New Issue
Block a user