2009-06-11 12:26:54 +00:00
|
|
|
# initrd template
|
|
|
|
|
2009-09-23 10:21:33 +00:00
|
|
|
#include includes/initrd.common
|
2009-06-11 12:26:54 +00:00
|
|
|
|
|
|
|
# loader
|
2009-09-04 11:34:04 +00:00
|
|
|
copy @instroot@ usr/lib/anaconda-runtime/loader/init to @initrd@ sbin/init
|
2009-06-11 12:26:54 +00:00
|
|
|
link @initrd@/sbin/reboot to init
|
|
|
|
link @initrd@/sbin/halt to init
|
|
|
|
link @initrd@/sbin/poweroff to init
|
|
|
|
|
|
|
|
# screenfont
|
2009-09-04 11:34:04 +00:00
|
|
|
copy @instroot@ usr/lib/anaconda-runtime/screenfont-@buildarch@.gz to @initrd@ etc/screenfont.gz
|