Commit Graph

210 Commits (2ee36ca0866cfff6a5ad387f6aa5b84b6b8894b1)
 

Author SHA1 Message Date
Natalia Serrano 2ee36ca086 refs #597 improve doc and logging 2024-08-20 16:16:18 +02:00
Natalia Serrano 0ab0e61027 refs #597 translate and clean up comments 2024-08-20 14:57:54 +02:00
Natalia Serrano c79d715ccc refs #596 use a main() function 2024-08-20 14:25:07 +02:00
Natalia Serrano 5ecf9f3b2a refs #596 simplify some variables, pass parameters to functions 2024-08-20 12:54:50 +02:00
Natalia Serrano 866cdb4d86 refs #597 make image smaller by not keeping a copy of the opengnsys repo 2024-08-20 12:16:04 +02:00
Natalia Serrano f002c5678a refs #597 use docker to create the oglive images 2024-08-20 10:38:44 +02:00
Natalia Serrano d4564f6ad9 refs #596 take cmdline parameters, make wget quieter 2024-08-20 10:31:44 +02:00
Natalia Serrano bb2d57b637 refs #596 correctly handle invalid param, make mkisofs quieter 2024-08-20 10:13:14 +02:00
Natalia Serrano ef4ff2a739 refs #596 log subprocess' output as it is generated 2024-08-19 12:27:04 +02:00
Natalia Serrano c2fe8f7695 refs #596 remove deprecated sshd config items, add shell code for some unused functions 2024-08-16 14:54:18 +02:00
Natalia Serrano 53310a8e5b refs #596 remove debconf_settings2, do chdir first 2024-08-16 13:22:34 +02:00
Natalia Serrano ffc24fb48b refs #596 fix bug when removing packages 2024-08-16 13:02:58 +02:00
Natalia Serrano d1822ec5fb refs #596 rename files and functions 2024-08-16 13:00:10 +02:00
Natalia Serrano 0aa118a88b refs #596 add a forgotten file 2024-08-16 12:45:06 +02:00
Natalia Serrano feae768405 refs #596 group chroot tasks in a single script 2024-08-16 12:43:26 +02:00
Natalia Serrano 9a6fecf90d refs #596 use apt modules rather than forking apt-get 2024-08-16 12:15:10 +02:00
Natalia Serrano 1bd24c9733 refs #596 separate more functions to their own module 2024-08-15 17:38:00 +02:00
Natalia Serrano 95a24ac6a6 refs #596 separate some functions to a new "utils" module 2024-08-14 15:57:54 +02:00
Natalia Serrano bd56977510 refs #596 move 02-boottoolsFsOpengnsys to a function, rename functions, reorganise code and config 2024-08-14 14:57:25 +02:00
Natalia Serrano e6aa11e5b3 refs #596 sort phases out 2024-08-14 13:37:59 +02:00
Natalia Serrano f04ace2b3c refs #596 some cleanup, move code around 2024-08-14 13:21:18 +02:00
Natalia Serrano 727cd1a666 refs #596 unhardcode gitrelease 2024-08-14 12:50:17 +02:00
Natalia Serrano ef212bc84e refs #596 reorganise configuration, refactor md5 hashing, move installation files 2024-08-14 12:04:23 +02:00
Natalia Serrano 0371870fa0 refs #596 refactor read_config, remove unused ogclient.cfg, use templates, make logging level configurable, fix bugs 2024-08-14 11:32:24 +02:00
Natalia Serrano 45f533aca9 refs #596 refactor (u)mounts 2024-08-14 11:01:35 +02:00
Natalia Serrano c67b7f6e91 refs #596 refactor (u)mounts 2024-08-14 10:59:56 +02:00
Natalia Serrano c5e9f6858d refs #596 use f-strings, refactor the main program a bit 2024-08-14 09:47:28 +02:00
Natalia Serrano 4ac6b8cdd4 refs #596 move more debconf settings to the config 2024-08-13 15:11:17 +02:00
Natalia Serrano 305e6209bf refs #596 move isolinux.cfg template and debconf settings to the config 2024-08-13 14:57:11 +02:00
Natalia Serrano bf16103817 refs #596 build squash and iso filesystems 2024-08-13 14:33:13 +02:00
Natalia Serrano be59919977 refs #596 fix bugs, actually implement btogFsInitrd() 2024-08-13 13:24:02 +02:00
Natalia Serrano 960b66ea81 refs #596 add ssh config, 05-boottoolsFsLocales.py and 06-boottoolsInitrdGenerate.py 2024-08-13 12:22:02 +02:00
Natalia Serrano a193b678c0 refs #596 use sys.exit(), improve logging, remove uninstallable packages 2024-08-13 09:42:36 +02:00
Natalia Serrano 8419065f0b refs #596 add 04-boottoolsSoftwareCompile 2024-08-12 16:26:23 +02:00
Natalia Serrano 7fc700a6ab refs #596 remove unused files, remove non-existing apt repo 2024-08-12 15:30:57 +02:00
Natalia Serrano 2a2da12966 refs #596 install newly added dkms modules 2024-08-12 15:29:01 +02:00
Natalia Serrano 3fffd212da refs #596 add config file, install more packages per the config 2024-08-12 14:58:08 +02:00
Natalia Serrano 2729431ad1 refs #596 add some forgotten changes 2024-08-12 13:03:33 +02:00
Natalia Serrano ec2ab82eb1 refs #596 fix more bugs, set debconf selections, add support for ubuntu noble 2024-08-12 12:58:08 +02:00
Natalia Serrano cc5701c870 refs #596 fix bugs, add 03-boottoolsSoftwareInstall.py to install packages 2024-08-12 11:37:11 +02:00
Natalia Serrano 31e3607256 refs #596 add 02-boottoolsFsOpengnsys.py to copy some OG files into the rootfs 2024-08-09 18:42:47 +02:00
Natalia Serrano acc32a2948 refs #596 fix bugs, configure schroot, do debootstrap 2024-08-09 13:38:15 +02:00
Natalia Serrano c6cf3786e5 refs #596 add initial python test 2024-08-09 10:12:44 +02:00
unizar bbef6a4e92 Changes jenkinsfile name
Opengnsys/oglive-builder/pipeline/head There was a failure building this commit Details
2023-07-19 15:54:36 +02:00
unizar aa5563b0aa Adds Jenkinsfile 2023-07-19 15:54:13 +02:00
Jose M. Guisado adfc3f2617 Add python-libfdisk
python-libfdisk is a python binding for libfdisk library.

The bindings are used by new versions of ogClient.

Prior versions of ogClient do not break when running inside a new
ogLive.

http://git.48k.eu/python-libfdisk/
2022-05-05 12:40:04 +02:00
Ramón M. Gómez 1dbca8974a #997: Changes to build an ogLive client based on Ubuntu 20.04 2020-08-13 12:49:20 +02:00
Ramón M. Gómez cda688b6cb #914: Adapting all scripts to use the `master` branch. 2019-11-25 11:22:48 +01:00
Ramón M. Gómez eda4704078 #922: ogLive with Kernel 5.0 installs Grub on BIOS computers. 2019-09-04 13:41:53 +02:00
Ramón M. Gómez 218fe767af Merge branch 'devel-browser-newlinks' into devel 2019-08-20 17:31:21 +02:00