Commit Graph

11 Commits

Author SHA1 Message Date
Fabio Erculiani
70863621bd [scripts] drop SABAYON_RELEASE, only use RELEASE_VERSION, which is set by molecule 2013-02-12 11:25:48 +01:00
Fabio Erculiani
2f63c02686 [molecules] migrate hardcoded release version to SABAYON_RELEASE env var 2013-02-08 19:16:00 +01:00
Fabio Erculiani
4ce7de0e5b [scripts] move make_grub_efi.sh call farther and assume that it always finds a working grub.cfg 2012-12-25 16:15:45 +01:00
Fabio Erculiani
b5392dbde7 Revert "[scripts] move GRUB2 Live directory from /boot/grub to /boot/sabayon"
This reverts commit 392149d9c4.

Conflicts:
	scripts/make_grub_efi.sh
2012-12-04 21:58:30 +01:00
Fabio Erculiani
43dd030c74 Revert "[molecules*] move kernels on live images to /kernel (from /boot)"
This reverts commit 54be8ed618.
2012-12-04 21:55:23 +01:00
Fabio Erculiani
54be8ed618 [molecules*] move kernels on live images to /kernel (from /boot)
This avoids path clashing with new grub2 UEFI SecureBoot stuff
2012-12-04 21:13:27 +01:00
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