Commit Graph

5 Commits

Author SHA1 Message Date
Fabio Erculiani
14ad1459b3 [scripts] source /etc/profile before executing the pre_iso_script 2012-12-04 00:26:00 +01:00
Fabio Erculiani
392149d9c4 [scripts] move GRUB2 Live directory from /boot/grub to /boot/sabayon
This is not /boot/grub for a very good reason:
 Our Live media uses /boot/sabayon instead of /boot/grub
 and this has also the side effect that we can put
 /boot/sabayon into the EFI Boot Partition avoiding
 name clashing. Our /boot/sabayon inside that partition
 will contain a simple grub.cfg doing two things:

 1. set the correct prefix to the real grub boot partition
    (via set prefix=(hdX,X)/boot/grub
 2. load the real grub.cfg file (via configfile (hdX,X)/...)

 In this way, we can ship a SecureBoot signed grubx64.efi
 file and have it working with all the partition layouts.
 The "bootstrap" grub.cfg file is created by our scripts
 that are sourced by grub-mkconfig.
2012-12-03 23:18:27 +01:00
Fabio Erculiani
ff4190320a [scripts] some UEFI related fixes / improvements 2012-12-03 00:51:03 +01:00
Fabio Erculiani
15d0dc3351 [scripts] fix perms of spinbase_pre_iso_script.sh 2012-12-03 00:18:25 +01:00
Fabio Erculiani
43e644a535 [spinbase] convert cdroot.py to a simple bash script, no need to be pythonic 2012-12-02 23:19:29 +01:00