summaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-04-29 11:24:13 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-04-29 11:24:13 +0200
commit3d48fbb25c5a320b6893d308ec456c536adf1ae2 (patch)
tree9c134331315556735db366457d7a373dc2e2ce23 /profiledef.sh
parent44e0707d428de04919a33f325d4e612335bdb777 (diff)
need a second script for after the chroot, also added grub setup
Diffstat (limited to 'profiledef.sh')
-rw-r--r--profiledef.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiledef.sh b/profiledef.sh
index a44ab1a..fd65beb 100644
--- a/profiledef.sh
+++ b/profiledef.sh
@@ -15,4 +15,5 @@ airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size'
file_permissions=(
["/etc/shadow"]="0:0:400"
["/root/bootstrap"]="0:0:700"
+ ["/root/.loader"]="0:0:700"
)