Commit Graph

323 Commits

Author SHA1 Message Date
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
Fabio Erculiani
32384949a6 [scripts] improve fault-tolerance of "equo update" 2012-10-10 00:16:29 +02:00
Fabio Erculiani
a02968af22 [scripts] iso_build.sh: implement --sleepnight switch logic 2012-09-17 09:16:13 +02:00
Fabio Erculiani
2cc772056e [scripts] pass argv through locked script till the final execution target 2012-09-17 08:57:00 +02:00
Fabio Erculiani
96b9416504 [scripts] uniform ". /etc/profile" usage 2012-09-16 20:12:27 +02:00
Fabio Erculiani
9026228337 [scripts] make the weekly iso build target inclusive of the daily one 2012-09-16 11:23:24 +02:00
Fabio Erculiani
2f170cb10a [scripts] increase lock timeout up to 24 hours 2012-09-16 11:08:21 +02:00
Fabio Erculiani
73ea097055 [scripts] make "equo update" more resilient to network issues 2012-09-14 08:19:14 +02:00
Fabio Erculiani
e4da6149e9 [scripts] disable ETP_DEBUG_WATCHDOG, it should be all fixed now 2012-09-12 11:51:41 +02:00
Fabio Erculiani
63b15079f5 [scripts] iso_build.sh: enable dailybase target 2012-09-11 17:59:35 +02:00
Fabio Erculiani
d05facdf93 [scripts] add "dailybase" build target to just build SpinBase DAILY ISO images 2012-09-11 17:58:21 +02:00
Fabio Erculiani
bd2bb43d8a [scripts] remove default gtkrc-2.0 config for root, user one will be inherited
This also caused issues with the MATE ISO image and default GTK2 theme.
See Staff ML, September 2012.
2012-09-10 17:46:24 +02:00
Fabio Erculiani
d3515a3ced [scripts] kill_stale_processes must return 1 2012-09-09 18:45:21 +02:00
Fabio Erculiani
8ce1b59ea7 [scripts] temporarily enable ETP_DEBUG_WATCHDOG (please disable in two weeks) 2012-09-09 18:20:01 +02:00
Fabio Erculiani
c32634b6a2 [scripts] add the "games" group back for every remastered ISO image, fixes bug 3134 2012-09-07 20:40:41 +02:00
Fabio Erculiani
3cccf93baf [scripts] only add zfs service to the boot runlevel if uname -m = x86_64 2012-09-05 17:50:34 +02:00
Fabio Erculiani
5f5b8b42e5 [scripts] only touch /lib/rc/init.d/softlevel if parent dir exists 2012-09-05 13:52:06 +02:00
Fabio Erculiani
12df9b25cd [scripts] touch /run/openrc/softlevel if dir exists 2012-09-05 13:34:46 +02:00
Fabio Erculiani
b4029a6363 [scripts] remaster_pre: signal stdout when mounting /proc 2012-09-05 12:34:26 +02:00
Fabio Erculiani
63ff5fdd5a [remaster/scripts] do not mount/umount /proc in inner_chroot_script_after 2012-09-05 12:33:54 +02:00
Fabio Erculiani
4ddf624999 [scripts] kill stale pids automatically 2012-09-05 09:13:16 +02:00
Fabio Erculiani
157a9468ba [scripts] delete existing .sha256 files from CDROOT_DIR/boot 2012-09-04 17:49:17 +02:00
Fabio Erculiani
4f451be2c3 [scripts] do not generate sha256sum for .sha256 files 2012-09-04 17:48:10 +02:00