Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kali Linux
Build-Scripts
kali-arm
Commits
956aadd6
Commit
956aadd6
authored
Jun 14, 2019
by
Steev Klimaszewski
Browse files
pinebook: Disable resume in initrd and speed up boot
parent
16fe275a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pinebook.sh
View file @
956aadd6
...
...
@@ -164,6 +164,12 @@ ExecStartPost=/bin/systemctl disable pinebook-wifi-dkms.service
EOF
chmod
644 kali-
${
architecture
}
/usr/lib/systemd/system/pinebook-wifi-dkms.service
# Disable RESUME (suspend/resume is currently broken anyway!) which speeds up boot massively.
mkdir
-p
kali-
${
architecture
}
/etc/initramfs-tools/conf.d/
cat
<<
EOF
> kali-
${
architecture
}
/etc/initramfs-tools/conf.d/resume
RESUME=none
EOF
cat
<<
EOF
> kali-
${
architecture
}
/third-stage
#!/bin/bash
set -e
...
...
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