pacman -Syu from Linode image

Running pacman -Syu from a fresh Linode image results in .pacnew conflicts on six files:

/etc/pacman.d/mirrorlist

/etc/rc.conf

/etc/inittab

/etc/bash.bashrc

/etc/securetty

/etc/hosts

What should be kept and what should be changed in these files?

3 Replies

There are a few important settings in rc.conf (like HARDWARECLOCK) and inittab (like hvc0). Compare the files (diff -u) to find out the differences.

The mirrorlist, bash.bashrc, securetty and hosts files don't contain any Linode-specific settings, but it's worth checking out the differences here as well.

/etc/securetty could contain something related to the virtual serial console, no?

I haven't created a new Arch Linode recently, but I believe the updated securetty does include hvc0. But double check to be sure!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct