Skip to main content
Topic: Migrating from Manjaro (Read 15276 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

Re: Migrating from Manjaro

Reply #75
[extra]
#SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist-arch

[community]
#SigLevel = PackageRequired
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
Include = /etc/pacman.d/mirrorlist-arch
[/tt]

You just need generate a arch repo using mirrorlist generator then paste it in /etc/pacman.d/mirrorlist-arch, then refresh your database.

After that run pacman -Qm and you will see many manjaro packages that become foreign pacakges (Inlucing manjaro kernels) . Replace them with packages coming from artix / arch repos

Another way of getting arch mirrors is to install archlinux-mirrorlist which provides arch repo in /etc/pacman.d/mirrorlist-arch automatically. If the file were already existed prior to installing it, the file is saved as /etc/pacman.d/mirrorlist-arch.pacnew

https://github.com/artix-linux/system/tree/testing/archlinux-mirrorlist

If I can hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate!


Re: Migrating from Manjaro

Reply #77
You just need generate a arch repo using mirrorlist generator then paste it in /etc/pacman.d/mirrorlist-arch, then refresh your database.

After that run pacman -Qm and you will see many manjaro packages that become foreign pacakges (Inlucing manjaro kernels) . Replace them with packages coming from artix / arch repos

Another way of getting arch mirrors is to install archlinux-mirrorlist which provides arch repo in /etc/pacman.d/mirrorlist-arch automatically. If the file were already existed prior to installing it, the file is saved as /etc/pacman.d/mirrorlist-arch.pacnew

https://github.com/artix-linux/system/tree/testing/archlinux-mirrorlist



So essential, where we are now and today, forget about copying the manjaro pacman files as in the instructions (and my original question) and to just cut and past a mirror file from the generator?  pacman can't create that mirror list on the command line?

Re: Migrating from Manjaro

Reply #78
So essential, where we are now and today, forget about copying the manjaro pacman files as in the instructions (and my original question) and to just cut and past a mirror file from the generator?
Yes, that is if you want to switch your manjaro repo into arch repo

pacman can't create that mirror list on the command line?

Sadly no, as pacman is just a package manager not a mirrorlist generator
If I can hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate!

Re: Migrating from Manjaro

Reply #79
The results from the mirror list all start with a #

see -


##
## Arch Linux repository mirrorlist
## Generated on 2017-09-21
##

## United States
#Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch
#Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
#Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
#Server = http://ca.us.mirror.archlinux-br.org/$repo/os/$arch
#Server = http://il.us.mirror.archlinux-br.org/$repo/os/$arch
#Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch
#Server = http://arlm.tyzoid.com/$repo/os/$arch
#Server = https://arlm.tyzoid.com/$repo/os/$arch
#Server = http://mirror.as65535.net/archlinux/$repo/os/$arch

~~~

etc

I am removing the comment lines?  They are not in the original manjaro list.

Re: Migrating from Manjaro

Reply #80
linux412-ndiswrapper linux412-tp_smapi

what is this?

Those are modules for the 4.12 linux kernel. ndiswrapper is for some wifis and tp_smapi is a thinkpad extention of features for the kernel.

I am removing the comment lines?  They are not in the original manjaro list.

I am assuming you figured this out, but just in case you did not forget to mark this thread solved:

Yes, uncomment the server(s) you want from the countries you want and/or are closest to. The first uncommented server will be the first checked, then the next, then the next, in seqencial order of the uncommented servers listed.


Sorry for the delay, doing some catch up now.