systemd conversion checklist!

Auke Kok auke at foo-projects.org
Sun Jul 8 00:34:43 CEST 2012


For those converting from systemd to sysvinit, please note my checklist 
items:

# lin systemd
# lrm udev
# lin systemd
# lrm sysvinit
# lin systemd-sysv

you will need some of these at a minimum:

CONFIG_CGROUPS=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_SCHED=y
CONFIG_FANOTIFY=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y

Also, do:

# ln -sf /proc/self/mounts /etc/mtab
# systemd-machine-id-setup

And last, remove *EVERYTHING* in /etc/fstab that is not "a real 
partition or physical device. (yes, that includes sysfs, proc, devpts, 
devfs, tmpfs). You should only have partitions, swap and maybe removable 
media in there.

Cheers,


Auke


More information about the Lunar mailing list