11 lines
279 B
Text
11 lines
279 B
Text
|
#!/bin/sh
|
||
|
sudo 66-tree -R net
|
||
|
sudo 66-tree -R root
|
||
|
sudo 66-tree -R boot
|
||
|
sudo 66-tree -n boot
|
||
|
sudo 66-tree -nE net
|
||
|
sudo 66-tree -ncE -S net root
|
||
|
sudo 66-enable -t boot -F boot@sys
|
||
|
sudo 66-enable -t net dhclient@eth0 dhclient@wlan0 wpa_supplicant@wlan0
|
||
|
sudo 66-enable -t root ntpd
|