Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
manjaro-arm-installer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
manjaro-arm
applications
manjaro-arm-installer
Commits
7e74b9d6
Verified
Commit
7e74b9d6
authored
Feb 26, 2019
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup device settings
parent
5defa5f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
manjaro-arm-installer
manjaro-arm-installer
+1
-4
No files found.
manjaro-arm-installer
View file @
7e74b9d6
...
...
@@ -159,13 +159,10 @@ create_install() {
echo
"/dev/mmcblk0p1 /boot vfat defaults 0 0"
|
sudo tee
--append
$TMPDIR
/root/etc/fstab
elif
[[
"
$DEVICE
"
=
"oc1"
]]
||
[[
"
$DEVICE
"
=
"oc2"
]]
;
then
$NSPAWN
$TMPDIR
/root systemctl
enable
amlogic.service 1> /dev/null 2>&1
elif
[[
"
$DEVICE
"
=
"rock64"
]]
||
[[
"
$DEVICE
"
=
"rockpro64"
]]
;
then
echo
"No device setups for
$DEVICE
..."
elif
[[
"
$DEVICE
"
=
"pinebook"
]]
;
then
$NSPAWN
$TMPDIR
/root systemctl
enable
pinebook-post-install.service 1> /dev/null 2>&1
$NSPAWN
$TMPDIR
/root
--user
$(
cat
$TMPDIR
/user
)
systemctl
--user
enable
pinebook-user.service 1> /dev/null 2>&1
else
echo
""
echo
"
No device specific setting needed for
$DEVICE
"
fi
msg
"Cleaning install for unwanted files..."
...
...
Write
Preview
Markdown
is supported
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