tmichett / Fedora_Remix

Fedora Linux Remix
2 stars 0 forks source link

Update setup and Kickstarts for Scripts #8

Closed tmichett closed 11 months ago

tmichett commented 11 months ago
[travis@fedora Fedora_Remix]$ tree /opt
/opt
├── FedoraRemix
│   ├── Ansible_Playbooks
│   │   └── Deploy_Gnome_Tweaks.yml
│   ├── Fedora_Remix_Apps.desktop
│   ├── Fedora_Remix_Customize.sh
│   ├── logos
│   │   └── splash.png
│   └── scripts
│       ├── create_ssh_key.sh
│       ├── customize_gnome.sh
│       ├── update_pkgs.sh
│       └── update_sudoers_nopw.sh
├── FedoraRemixCustomize
│   ├── ansible.cfg
│   ├── ansible-navigator.yml
│   ├── Deploy_Gnome_Tweaks.yml
│   ├── Files
│   │   └── dingrastersoft.com.v57.shell-extension.zip
│   ├── Gnome_Shell
│   │   ├── add-to-desktoptommimon.github.com.v10.shell-extension.zip
│   │   └── dingrastersoft.com.v57.shell-extension.zip
│   └── inventory
tmichett commented 11 months ago

Currently only

/opt/
├── FedoraRemix
│   ├── fixgrub.sh
│   └── grub
├── FedoraRemixCustomize
│   ├── ansible.cfg
│   ├── ansible-navigator.yml
│   ├── Deploy_Gnome_Tweaks.yml
│   ├── Files
│   │   └── dingrastersoft.com.v57.shell-extension.zip
│   └── inventory
tmichett commented 11 months ago

https://bitraboy.wordpress.com/2018/09/17/how-to-run-an-install-script-after-reboot-centos-rhel/

tmichett commented 11 months ago

https://www.golinuxcloud.com/rhel-centos-8-kickstart-example-generator/#Kickstart_command_%E2%80%93_firstboot

tmichett commented 11 months ago

https://docs.fedoraproject.org/en-US/remix-building/remix-ci/

https://fedoraproject.org/wiki/Legal:Secondary_trademark_usage_guidelines

https://forums.fedoraforum.org/showthread.php?329265-Remix-tool-for-Fedora

https://weldr.io/lorax/livemedia-creator.html#ami-images

https://access.redhat.com/solutions/4842101

tmichett commented 11 months ago
/opt
├── FedoraRemix
│   ├── Fedora_Remix_Apps.desktop
│   ├── Fedora_Remix_Customize.sh
│   ├── fixgrub.sh
│   ├── grub
│   ├── logos
│   │   └── splash.png
│   └── scripts
│       ├── create_ssh_key.sh
│       ├── customize_gnome_desktop.sh
│       ├── customize_gnome.sh
│       ├── files
│       │   ├── ding
│       │   │   └── desktop-icons-ng
│       │   └── dingrastersoft.com.v57.shell-extension.zip
│       ├── update_pkgs.sh
│       └── update_sudoers_nopw.sh
├── FedoraRemixCustomize
│   ├── ansible.cfg
│   ├── ansible-navigator.yml
│   ├── Deploy_Gnome_Tweaks.yml
│   ├── Files
│   │   └── dingrastersoft.com.v57.shell-extension.zip
│   └── inventory
tmichett commented 11 months ago

Updated and tested Kickstart file for scripts.