aboutsummaryrefslogtreecommitdiffstats
path: root/stage2/01-sys-tweaks
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-07-08 15:22:41 +0200
committerSven Gothel <[email protected]>2021-07-08 15:22:41 +0200
commitc651fc65905f431201d1f7858bb9f80e6f026653 (patch)
tree67202d9a93a9665d2f22b4adc1ead71c408ce396 /stage2/01-sys-tweaks
parentaf00069429a90eabaa9b226f1af6adfe584c33f1 (diff)
stage2: Reenable nfs-common and rsync (services disabled); Add iotop and powertop
Diffstat (limited to 'stage2/01-sys-tweaks')
-rw-r--r--stage2/01-sys-tweaks/00-packages6
-rwxr-xr-xstage2/01-sys-tweaks/01-run.sh2
2 files changed, 5 insertions, 3 deletions
diff --git a/stage2/01-sys-tweaks/00-packages b/stage2/01-sys-tweaks/00-packages
index 4f9a803..21c27ce 100644
--- a/stage2/01-sys-tweaks/00-packages
+++ b/stage2/01-sys-tweaks/00-packages
@@ -12,7 +12,7 @@ lua5.1
luajit
hardlink ca-certificates curl
fake-hwclock
-#nfs-common
+nfs-common
usbutils
#libraspberrypi-dev libraspberrypi-doc libfreetype6-dev
libraspberrypi-dev libfreetype6-dev
@@ -29,8 +29,8 @@ usb-modeswitch
libpam-chksshpwd
rpi-update
libmtp-runtime
-#rsync
-htop
+rsync
+htop iotop powertop
man-db
policykit-1
ssh-import-id
diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh
index 2164443..a53b4e9 100755
--- a/stage2/01-sys-tweaks/01-run.sh
+++ b/stage2/01-sys-tweaks/01-run.sh
@@ -32,6 +32,8 @@ fi
on_chroot << EOF
systemctl disable hwclock.sh
+ systemctl disable rsync
+ systemctl mask rsync
systemctl disable nfs-common
systemctl mask nfs-common
systemctl disable rpcbind