From 555f2c8f72674c705fcdb18d57288d0f4a69f8c8 Mon Sep 17 00:00:00 2001 From: raabe Date: Thu, 18 Aug 2022 12:09:14 +0200 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index ed73844..c3d08eb 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -247,4 +247,10 @@ edit /etc/security/limits.conf add at the end: control soft memlock 2000000 control hard memlock 2000000 -``` \ No newline at end of file +``` + +- copy startup scripts +``` +cp -a ~/work/stxm/SystemInstall/PolLux/StartupScripts/ ~ +``` +