From 3f5236e2d04655d9b1f7ac0be57aaba0a0f5b661 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 8 Jan 2024 22:11:16 +0100 Subject: [PATCH] Fix discrepancy b/w profiledef.sh and airootfs/ --- ledoian-debug/airootfs/root/.gitkeep | 0 ledoian-debug/profiledef.sh | 5 ----- 2 files changed, 5 deletions(-) create mode 100644 ledoian-debug/airootfs/root/.gitkeep diff --git a/ledoian-debug/airootfs/root/.gitkeep b/ledoian-debug/airootfs/root/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/ledoian-debug/profiledef.sh b/ledoian-debug/profiledef.sh index 0a371ce..420ecca 100644 --- a/ledoian-debug/profiledef.sh +++ b/ledoian-debug/profiledef.sh @@ -18,9 +18,4 @@ airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' file_permissions=( ["/etc/shadow"]="0:0:400" ["/root"]="0:0:750" - ["/root/.automated_script.sh"]="0:0:755" - ["/root/.gnupg"]="0:0:700" - ["/usr/local/bin/choose-mirror"]="0:0:755" - ["/usr/local/bin/Installation_guide"]="0:0:755" - ["/usr/local/bin/livecd-sound"]="0:0:755" )