2f22430c29
Merge branch 'master' into 'master'
...
Updating prerequisites
See merge request applications/vps2parch!2
2025-02-06 11:50:41 +00:00
dde8854099
Updating prerequisites
2024-10-04 20:55:34 +03:30
173f28b438
Merge branch 'master' into 'master'
...
updated to use arch bootstrap
See merge request applications/vps2parch!1
2024-10-04 15:44:48 +00:00
98bbd556ec
updated to use arch bootstrap
2024-10-03 19:05:24 +03:30
hikari
acbf87722e
fix the fucking parch-licence-fix
2024-06-25 19:29:21 +03:30
hikari
7b9eb23d0d
Update README.md
2024-06-04 03:35:49 +03:30
Sohrab Behdani
863c5e4c60
Re-done readme.md
2024-05-27 20:16:38 +03:30
hikari
8301777472
Update README.md
2024-05-27 20:11:47 +03:30
hikari
0db404b49b
Update README.md
2024-05-27 20:10:18 +03:30
hikari
5b9b600a88
Update README.md
2024-05-27 20:10:01 +03:30
hikari
45ba8a686b
FIX: network issue
2024-05-27 13:30:02 +03:30
hikari
e600c1b156
Delete .gitlab-ci.yml
2024-05-27 13:27:34 +03:30
hikari
bbe417b896
Rename vps2arch to vps2parch
2024-05-27 11:04:39 +03:30
899d9f2641
got edited to install parchlinux
2024-05-26 16:03:24 +03:30
Felix Yan
5f125fd860
Update URL for archlinux.org
...
Avoids an unnecessary redirect.
2023-06-10 18:01:13 +03:00
edgist
6a0df5f10a
feat: add support for IPv6 only vps
2023-05-27 17:23:28 +08:00
aagist
9ab5633b0a
fix: replace sha1sum with sha256sum
2022-10-04 06:21:55 +08:00
w72
655e6f0cfd
fix: fix keyring
2022-08-02 12:34:42 +03:00
KunoiSayami
e7b61e7e5f
fix: Remove useless lines in checksum
...
Signed-off-by: KunoiSayami <i@leanhe.dev>
2022-07-09 16:35:15 +03:00
Felix Yan
91b078a7de
Use vps2arch as user-agent ( fixes #7 )
2022-04-10 20:51:13 +03:00
Felix Yan
d03497bdbb
Fix for latest glibc
...
ld-${pkgver}.so was not present anymore. Since the tarball is for a
single architecture, referring to the actual interpreter should be fine.
2022-03-04 14:51:58 +02:00
Felix Yan
1e100adbd1
Add vim to default set
2022-01-29 04:44:40 +02:00
Felix Yan
f5d200d61b
Remove xfsprogs from default set
2022-01-29 04:40:02 +02:00
Felix Yan
fd868391dc
Merge remote-tracking branch 'upstream/master'
2022-01-29 04:38:05 +02:00
Felix Yan
a5050dbee2
Update URL to make it more accessible
2021-09-29 21:22:14 +03:00
Timothy Redaelli
43a1d7d58d
Fix CI and test UEFI too
2021-08-05 17:33:44 +02:00
Timothy Redaelli
78234c8bb6
Use mirror.pkgbuild.com as first mirror and use only https mirrors
2021-08-05 17:33:44 +02:00
Timothy Redaelli
8b78932af7
Revert "Use mirrors.kernel.org as first mirror"
...
This reverts commit 664dcd02c3
.
2021-08-05 17:16:54 +02:00
Timothy Redaelli
01ee93e1f0
Install netctl if needed
2021-08-05 17:16:23 +02:00
Timothy Redaelli
2c894d01a9
In some cases (like Oracle Cloud) the root account is disabled
2021-08-04 19:22:51 +02:00
Timothy Redaelli
d99769e0b0
Merge branch 'patch-1' into 'master'
...
Pass --needed when installing pkgs with pacman
See merge request drizzt/vps2arch!50
2021-08-04 16:43:06 +00:00
Timothy Redaelli
c88d7ce0b5
Add support for UEFI (Oracle Cloud)
2021-08-04 16:30:52 +02:00
Timothy Redaelli
f8d673dc7a
Install xfsprogs when rootfs is xfs
...
Currently when rootfs is xfs and lvm2 is enabled,
`mkinitcpio -p linux` returns 1 when fsck.xfs is missing
which fails the whole installation.
2021-08-02 17:05:33 +02:00
Felix Yan
2b9ee8fc4e
Merge pull request #1 from s1eke/master
...
修复download()的字符串拼接错误
2020-09-22 13:34:54 +08:00
Sean Fang
2931201e6a
Fix string splicing errors
2020-09-22 12:54:07 +08:00
Felix Yan
1dcf524b05
Don't rely on local dns
...
Could possibly be systemd-resolved or dnsmasq, etc. Broken on running
pacstrap.
2020-08-12 05:21:17 +08:00
Felix Yan
e5c82ad97f
Unfortunately the old name is occupied
2020-08-04 04:24:25 +08:00
Felix Yan
529d8872b4
Remove unneeded awk hack
...
It's now a dependency of base.
2020-08-04 03:08:14 +08:00
Felix Yan
308142cf6f
Attempt to use a local mirror
...
And will fallback to global mirror list if ip.sb fails us or if we have
no mirrors in that country.
2020-08-04 02:56:07 +08:00
Felix Yan
0369983da6
Update URL to point to this repo
2020-08-04 02:33:32 +08:00
Felix Yan
c26b950d93
Install xfsprogs by default
2020-08-04 02:30:52 +08:00
Timothy Redaelli
1397085d27
Merge branch 'patch-2' into 'master'
...
Install lvm2 explicitly
See merge request drizzt/vps2arch!52
2019-11-14 23:40:43 +00:00
Felix Yan
cf1a8d08b1
Install lvm2 explicitly
...
lvm2 is not part of the base installation now and vps2arch fails on lvm-enabled templates because of the missing package. Install lvm2 explicitly to fix this.
2019-11-10 08:50:42 +00:00
Timothy Redaelli
c0f0417743
Merge branch 'patch-1' into 'master'
...
Add linux to default installation packages
See merge request drizzt/vps2arch!51
2019-10-07 20:07:57 +00:00
Felix Yan
a16dd7bbf6
Add linux to default installation packages
...
As of Oct 6 the base group becomes a metapackage and removed linux the kernel. We need to install linux explicitly now.
2019-10-06 16:47:45 +00:00
Megver83
b2f4774044
Pass --needed when installing pkgs with pacman
2019-02-20 01:45:40 +00:00
Timothy Redaelli
233a436d74
Add multiple CI tests
2018-12-13 14:16:35 +01:00
Timothy Redaelli
9e1da7cc43
Disable "graphic" terminal output in grub
2018-12-13 14:16:35 +01:00
Timothy Redaelli
7e93a39dcc
Merge branch 'patch-1' into 'master'
...
Fix issue #58 : There is no grub folder in the latest grub package.
Closes #58
See merge request drizzt/vps2arch!49
2018-12-10 15:14:53 +00:00
Bruce Zhang
e75329814a
fix issue #58
2018-12-10 05:28:09 +00:00