Hi,
I'm trying to transition from rc.conf to systemd on my goFlexHome.
Current status is:
$this->bbcode_second_pass_code('', '[root@goflex boot]# cat /proc/1/comm
init
')
As per https://wiki.archlinux.org/index.php/Systemd, I should "append the following to your kernel line: init=/usr/lib/systemd/systemd"
But I'm not clear where I should act.
Could you guide me ?
For info:
$this->bbcode_second_pass_code('', '
[root@goflex ~]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
:: Starting full system upgrade...
there is nothing to do
[root@goflex ~]#
[root@goflex boot]# pwd
/boot
[root@goflex boot]# ls -l
total 5384
-rw-r--r-- 1 root root 2855240 Nov 24 21:37 uImage
-rw------- 1 root root 2643635 May 10 2012 uInitrd
')
Thanks,
Jérôme