diff options
Diffstat (limited to 'stage2/01-sys-tweaks')
-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 |