История изменений
Исправление etwrq, (текущая версия) :
из того же man mount:
-O, --test-opts opts
Limit the set of filesystems to which the -a option applies. In this regard it is like the -t option except that -O is useless without -a. For example, the command:
mount -a -O no_netdev
mounts all filesystems except those which have the option _netdev specified in the options field in the /etc/fstab file.
ну и логически, в шаге после 13Snetwork-setup.sh, 14Snetwork-mount-fs.sh например, mount -a -O _netdev
сама опция _netdev уровня #DEFINE OPTION some_value, т.е. чисто логическая и несущая смысловой контекст
Исправление etwrq, :
из того же man mount:
-O, --test-opts opts
Limit the set of filesystems to which the -a option applies. In this regard it is like the -t option except that -O is useless without -a. For example, the command:
mount -a -O no_netdev
mounts all filesystems except those which have the option _netdev specified in the options field in the /etc/fstab file.
ну и логически, в шаге после 13Snetwork-setup.sh, 14Snetwork-mount-fs.sh например, mount -a -O _netdev
сама опция _netdev уровня #DEFINE OPTION some_value
Исправление etwrq, :
из того же man mount:
-O, --test-opts opts
Limit the set of filesystems to which the -a option applies. In this regard it is like the -t option except that -O is useless without -a. For example, the command:
mount -a -O no_netdev
mounts all filesystems except those which have the option _netdev specified in the options field in the /etc/fstab file.
ну и логически, в шаге после 13Snetwork-setup.sh, 14Snetwork-mount-fs.sh например, mount -a -O _netdev
Исходная версия etwrq, :
из того же man mount:
-O, --test-opts opts
Limit the set of filesystems to which the -a option applies. In this regard it is like the -t option except that -O is useless without -a. For example, the command:
mount -a -O no_netdev
mounts all filesystems except those which have the option _netdev specified in the options field in the /etc/fstab file.