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
5defa5f7
Commit
5defa5f7
authored
Jan 28, 2019
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix SSL on installed system
parent
a2342bbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+1
-0
manjaro-arm-installer
manjaro-arm-installer
+4
-1
No files found.
README.md
View file @
5defa5f7
...
...
@@ -26,6 +26,7 @@ To use this script, please make sure that the following is correct:
## Usage:
To use this script, simple run it as normal user after you make it executable:
```
chmod +x manjaro-arm-installer
bash manjaro-arm-installer
...
...
manjaro-arm-installer
View file @
5defa5f7
...
...
@@ -139,7 +139,10 @@ create_install() {
msg
"Setting up system settings..."
#system setup
$NSPAWN
$TMPDIR
/root
chmod
u+s /usr/bin/ping 1> /dev/null 2>&1
$NSPAWN
$TMPDIR
/root update-ca-trust 1> /dev/null 2>&1
sudo rm
-f
$ROOTFS_IMG
/rootfs_
$ARCH
/etc/ssl/certs/ca-certificates.crt
sudo rm
-f
$ROOTFS_IMG
/rootfs_
$ARCH
/etc/ca-certificates/extracted/tls-ca-bundle.pem
sudo cp
-a
/etc/ssl/certs/ca-certificates.crt
$ROOTFS_IMG
/rootfs_
$ARCH
/etc/ssl/certs/
sudo cp
-a
/etc/ca-certificates/extracted/tls-ca-bundle.pem
$ROOTFS_IMG
/rootfs_
$ARCH
/etc/ca-certificates/extracted/
$NSPAWN
$TMPDIR
/root
ln
-sf
/usr/share/zoneinfo/
"
$TIMEZONE
"
/etc/localtime 1> /dev/null 2>&1
$NSPAWN
$TMPDIR
/root
sed
-i
s/
"#
$LOCALE
"
/
"
$LOCALE
"
/g /etc/locale.gen 1> /dev/null 2>&1
echo
"LANG=
$LOCALE
"
|
sudo tee
--append
$TMPDIR
/root/etc/locale.conf 1> /dev/null 2>&1
...
...
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