Fabio Erculiani
f832bd2e7b
[scripts] do not SecureBoot sign EFI images if SecureBoot private key is not found
2013-01-27 15:32:28 +00:00
Fabio Erculiani
7e1ce87581
[scripts] make sure to remove old id.---.uefi files
2013-01-20 21:21:42 +00:00
Fabio Erculiani
2b8b62e4a2
[scripts] iso_build.sh: add support for monthly iso images
2013-01-12 15:32:53 +00:00
Fabio Erculiani
3b462513bb
[scripts] add "monthly" build target for images
2013-01-08 23:02:01 +00:00
Fabio Erculiani
a4b043d105
[scripts] complete infinality setup, eselect infinality/lcdfilter calls were missing
2012-12-30 16:32:58 +01:00
Fabio Erculiani
cb90339140
[gnome] our GNOME3 does not have any cpufreq daemon, add cpufrequtils then
2012-12-30 16:11:54 +01:00
Fabio Erculiani
3480082122
[scripts] ignore "equo remove" failures
2012-12-30 09:11:57 +01:00
Fabio Erculiani
fda7c63e9a
[scripts] use shim EFI files inside chroot
2012-12-29 23:15:27 +01:00
Fabio Erculiani
dbeecc5f86
[scripts] always remove man-pages in SpinBase
2012-12-28 09:36:36 +01:00
Fabio Erculiani
f1e9240166
[scripts] copy our SecureBoot certificate into the UEFI boot image as well
2012-12-28 09:23:15 +01:00
Fabio Erculiani
27e5d0a71a
[scripts] fix cp, use -R
2012-12-28 09:09:54 +01:00
Fabio Erculiani
6505e860ac
[scripts] create a fake EFI image for x86, to avoid splitting mkisofs parameters
2012-12-27 07:52:41 +01:00
Fabio Erculiani
60be22f249
[scripts] mail the last 64 lines of the molecule log file
2012-12-26 21:42:09 +01:00
Sławomir Nizio
6c3dc9ef3c
[scripts] fix location of 00-sabayon.package.use
...
previously the file path was:
/etc/portage/package.use/00-sabayon.package.use/00-sabayon.package.use
2012-12-26 21:21:49 +01:00
Fabio Erculiani
5e2a4ba97b
[scripts] fix grub2 setup, only support i386
2012-12-26 00:28:08 +01:00
Fabio Erculiani
fa4d8fdc69
[scripts] spinbase: enable rc_interactive= by default
2012-12-25 22:11:05 +01:00
Fabio Erculiani
73005c3e5c
[scripts] copy all the grub modules or grub goes nuts
2012-12-25 21:48:02 +01:00
Fabio Erculiani
2937f223a5
[molecules] make USB boot off UEFI+isohybrid work
2012-12-25 21:29:57 +01:00
Fabio Erculiani
c037cc7516
[scripts] copy the whole UEFI GRUB2 stuff to the EFI Boot Partition image to make isohybrid happy
2012-12-25 17:20:33 +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
dbef67dc42
[scripts] also include hfsplus and bsd modules in our UEFI GRUB2 image
2012-12-25 15:51:41 +01:00
Fabio Erculiani
0d51e06c65
[molecules] switch back to cdrtools (from cdrkit) and support UEFI USB boot, via isohybrid --uefi
2012-12-25 10:07:34 +01:00
Fabio Erculiani
dd844d4edd
[scripts] use equo match --showslot to determine if kernel should be upgraded
2012-12-18 19:53:55 +01:00
Fabio Erculiani
68d3ccd944
[scripts] bundle nvidia-drivers 304.xx, now legacy
2012-12-08 13:06:19 +01:00
Fabio Erculiani
ce75bc4b14
[scripts] use -p with mkdir
2012-12-05 01:26:16 +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
7df527ffda
[scripts] remove test script, no longer needed
2012-12-04 08:59:08 +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
3cd03a7a5a
[scripts] add cat and reboot modules to grub image
2012-12-03 23:38:26 +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
Fabio Erculiani
9a9d377c5a
[scripts] fix typo in make_grub_efi.sh
2012-12-02 20:37:58 +01:00
Fabio Erculiani
089a446964
[molecules*] implement SecureBoot thanks to shim and Matthew Garrett
2012-12-02 20:16:07 +01:00
Fabio Erculiani
6323ef45df
[molecules*] Add UEFI support to Live images (using GRUB2 currently in sabayon-limbo)
2012-12-02 15:37:49 +01:00
Fabio Erculiani
3b36b1b4a7
Revert "[scripts] add zfs-shutdown to the shutdown runlevel (was missing)"
...
This reverts commit e808f5ff88 .
zfs-shutdown must be installed in the shutdown runlevel iff rootfs is zfs.
2012-11-10 12:29:18 +01:00
Fabio Erculiani
e808f5ff88
[scripts] add zfs-shutdown to the shutdown runlevel (was missing)
2012-11-10 12:08:11 +01:00
Fabio Erculiani
a2a7be67e9
[scripts] drop -r* substring form kernel atom before comparing kernel versions
2012-11-03 12:29:50 +01:00
Fabio Erculiani
b84b31433e
[scripts] do not hardcode sys-kernel/linux-sabayon in script
2012-10-30 20:32:39 +01:00
Sławomir Nizio
4e60cbb13b
[scripts] add MATE to description (*.tmpl)
2012-10-30 13:38:16 +01:00
Fabio Erculiani
d5e926ac44
[scripts] automatic kernel upgrade: remove empty directory only when it's empty
2012-10-17 15:11:56 +02:00
Fabio Erculiani
dbc7e1cd33
[scripts] add automatic kernel upgrade for ISO chroots
2012-10-15 21:38:35 +02:00
Fabio Erculiani
b2357eacc6
[scripts] move for loop into separate function, simplify fault-tolerance related code
2012-10-15 21:25:05 +02:00
Fabio Erculiani
8ca973baf5
[scripts] make "equo upgrade --fetch" more fault tolerant
2012-10-15 21:19:33 +02:00
Fabio Erculiani
7a1fe6d97f
[scripts] enable infinality fontconfig settings, close bug 3672
2012-10-14 13:32:43 +02:00
Fabio Erculiani
878f4b49f6
[scripts] fixup nvidia drivers legacy setup
2012-10-12 17:23:01 +02:00
Fabio Erculiani
d75faf7fa1
[scripts] increase "equo update" retries to 42
2012-10-11 12:25:04 +02:00