Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christian Rebischke
arch-boxes
Commits
734c592f
Unverified
Commit
734c592f
authored
Oct 15, 2019
by
Christian Rebischke
Committed by
GitHub
Oct 15, 2019
Browse files
Merge branch 'master' into patch-4
parents
7b8dfbb9
25aeda9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
http/install-chroot.sh
View file @
734c592f
...
...
@@ -74,6 +74,10 @@ systemctl enable systemd-networkd
systemctl
enable
systemd-resolved
systemctl
enable
pacman-init.service
grub-install
if
[
-b
"/dev/sda"
]
;
then
grub-install /dev/sda
elif
[
-b
"/dev/vda"
]
;
then
grub-install /dev/vda
fi
sed
-i
-e
's/^GRUB_TIMEOUT=.*$/GRUB_TIMEOUT=1/'
/etc/default/grub
grub-mkconfig
-o
/boot/grub/grub.cfg
local.json
View file @
734c592f
{
"variables"
:
{
"iso_url"
:
"https://mirror.
rackspace.com/archlinux
/iso/latest/archlinux-201
8
.10.01-x86_64.iso"
,
"iso_checksum_url"
:
"https://mirror.
rackspace.com/archlinux
/iso/latest/sha1sums.txt"
,
"iso_url"
:
"https://mirror.
pkgbuild.com
/iso/latest/archlinux-201
9
.10.01-x86_64.iso"
,
"iso_checksum_url"
:
"https://mirror.
pkgbuild.com
/iso/latest/sha1sums.txt"
,
"iso_checksum_type"
:
"sha1"
,
"disk_size"
:
"20480"
,
"memory"
:
"1024"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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