fail-safe:
kernel /boot/multiboot kernel/unix -s
module /boot/x86.miniroot-safe
single-user:
kernel /platform/i86pc/multiboot -s
module /platform/i86pc/boot_archive
Basically, I just want to know the difference and when installing
patches should we be doing that from fail-safe or single-user?
> Basically, I just want to know the difference and when installing
> patches should we be doing that from fail-safe or single-user?
Failsafe boots it from some ramdisk (the miniroot) which I think aims
to have enough tools to, say, do a recovery of some kind. single-user
boots it from the real disk. So use single-user.