kisslinux / init

KISS Linux - Init Framework
https://kisslinux.github.io
MIT License
90 stars 26 forks source link

rc.boot: seed random after root is mounted read-write #8

Closed artemkobets closed 4 years ago

artemkobets commented 4 years ago

Since grub config mounts root read-only by default, first system boot happens with message dd: can't open /var/random.seed: Read-only file system. Moved seed phase until after filesystems are mounted.