Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
3874867e
Commit
3874867e
authored
Jul 03, 2019
by
Jonathan Carter
Browse files
Fix initramfs permissions
parent
79463750
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-live/aims-live-2020/calamares/scripts/bootloader-eficonfig
View file @
3874867e
...
...
@@ -2,6 +2,9 @@
CHROOT
=
$(
mount |
grep
proc |
grep
calamares |
awk
'{print $3}'
|
sed
-e
"s#/proc##g"
)
# Set secure permissions for initramfs
echo
"UMASK=0077"
>
/etc/initramfs-tools/conf.d/initramfs-permissions
if
[
-d
/sys/firmware/efi/efivars
]
;
then
echo
" * Replacing grub-pc with grub-efi..."
# grub-probe doesn't work in a chroot...
...
...
2020.1/aims-live/aims-live-2020/debian/changelog
View file @
3874867e
aims-live (1:2020.14) buster; urgency=medium
* Add better access defaults for initramfs
-- Jonathan Carter <jcc@debian.org> Wed, 03 Jul 2019 12:13:28 +0000
aims-live (1:2020.13) buster; urgency=medium
* Don't update package lists in live session
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment