272ec190c7
I fixed a lot of bugs with copying files to the initrd, and getting the symlinks. Also I moved some of the code around, to get a clearer flow.
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
# initrd template
|
|
|
|
#include includes/initrd.common
|
|
|
|
# loader
|
|
copy @instroot@ usr/lib/anaconda-runtime/loader/init to @initrd@ sbin/init
|
|
link @initrd@/sbin/reboot to init
|
|
link @initrd@/sbin/halt to init
|
|
link @initrd@/sbin/poweroff to init
|
|
|
|
# screenfont
|
|
copy @instroot@ usr/lib/anaconda-runtime/screenfont-@buildarch@.gz to @initrd@ etc/screenfont.gz
|