diff options
author | Sven Gothel <[email protected]> | 2021-07-08 15:22:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-08 15:22:41 +0200 |
commit | c651fc65905f431201d1f7858bb9f80e6f026653 (patch) | |
tree | 67202d9a93a9665d2f22b4adc1ead71c408ce396 | |
parent | af00069429a90eabaa9b226f1af6adfe584c33f1 (diff) |
stage2: Reenable nfs-common and rsync (services disabled); Add iotop and powertop
-rw-r--r-- | stage2/01-sys-tweaks/00-packages | 6 | ||||
-rwxr-xr-x | stage2/01-sys-tweaks/01-run.sh | 2 |
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 |