Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Anarchy Installer
installer
Commits
ac1e4181
Verified
Commit
ac1e4181
authored
Nov 11, 2020
by
Erazem Kokot
Browse files
Replace hostname and vconsole.conf files with build.sh instructions
parent
c254a008
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
build.sh
build.sh
+4
-0
src/etc/hostname
src/etc/hostname
+0
-1
src/etc/vconsole.conf
src/etc/vconsole.conf
+0
-1
No files found.
build.sh
View file @
ac1e4181
...
...
@@ -52,6 +52,10 @@ prepare_build_dir() {
# Remove motd since it's not useful in Anarchy
rm
"
${
PROFILE_DIR
}
"
/airootfs/etc/motd
# Set installer's hostname and console font
echo
"anarchy"
>
"
${
PROFILE_DIR
}
"
/airootfs/etc/hostname
echo
"FONT=ter-v16n"
>
"
${
PROFILE_DIR
}
"
/airootfs/etc/vconsole.conf
# Add anarchy packages
cat
"
${
REPO_DIR
}
"
/anarchy-packages.x86_64
>>
"
${
PROFILE_DIR
}
"
/packages.x86_64
...
...
src/etc/hostname
deleted
100644 → 0
View file @
c254a008
anarchy
src/etc/vconsole.conf
deleted
100644 → 0
View file @
c254a008
FONT
=
ter
-
v16n
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