EDITOR=nano visudo 重要
これからの予定
Manjaro派生はNetrunner 2014.09.1 Snapshotで新しい物は出ていませんでした。
この方が新しい物が必要だと思うのですが。
http://www.netrunner.com/download/
これをV-BOXにインストールしてUpdateで問題が起きないような方法が存在するのか試してみる。
***********************************************************
-------------------------------------------------------------------
KaOS
# EDITOR=nano visudo で
------------------------------------------------------------------
# Defaults specification
# Runas alias specification
# User privilege specification
root ALL=(ALL) ALL
live ALL=(ALL) ALL
live ALL=NOPASSWD: /bin/cp
live ALL=NOPASSWD: /usr/bin/dbus-launch
live ALL=NOPASSWD: /usr/bin/installerlauncher
live ALL=NOPASSWD: /usr/bin/installer
live ALL=NOPASSWD: /usr/bin/thus
live ALL=NOPASSWD: /usr/bin/calamares
live ALL=NOPASSWD: /usr/bin/pacman
live ALL=NOPASSWD: /usr/bin/partitionmanager
live ALL=NOPASSWD: /usr/bin/netcfgGUI
live ALL=NOPASSWD: /usr/lib/installer/installerlauncherworker
# Uncomment to allow people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
# Samples
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now
# %bundle ALL=NOPASSWD: /bin/mount -o loop -t squashfs *
# %bundle ALL=NOPASSWD: /bin/mount -o loop -t ext4 *
# %bundle ALL=NOPASSWD: /bin/umount *
# %bundle ALL=NOPASSWD: /usr/bin/pacman -Sy
# %bundle ALL=NOPASSWD: /usr/bin/yaourt -Sy
hoge ALL=(ALL) NOPASSWD:ALL
あるいは
hoge ALL=(ALL:ALL) NOPASSWD: ALL
-----------------------------------------------------------------------------
上記でパスワードなしで#に成る。hogeはユーザー名です。
これがDebian、Mintだと例として
# %wheel ALL=(ALL) ALL のところが
# %wheel ALL=(ALL:ALL) ALL だったと思う。
ホストのMint17で
# EDITOR=nano visudo で
-------------------------------------------------------------------------------