Skip to content

Instantly share code, notes, and snippets.

View linux-modder's full-sized avatar

Corey Sheldon linux-modder

  • VA,USA
View GitHub Profile
git config -l
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://github.com/RITLug/TigerOs.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.devel.remote=origin
branch.devel.merge=refs/heads/devel
# planned new layout for Fedora 26 Server (20170912) #
#----------------------------------------------------#
/sda1 /boot/efi
/sda2 /windows 10
/sda3 /RECOVERYCE --for failed bitlocker
/sda4 /boot
/dev/mapper {
/ 15g
/usr 25g
/usr/local/bin 10g
linuxmodder@linwin.ameridea.net ://:Sun, 10 September 23:11:07 EDT ~
0 inxi -Dxx
Drives: HDD Total Size: 480.1GB (40.6% used)
ID-1: /dev/sda model: PNY_CS1311_480GB size: 480.1GB serial: PNY4316219366020000A
linuxmodder@linwin.ameridea.net ://:Sun, 10 September 23:11:16 EDT ~
0 inxi -Sxx
System: Host: linwin.ameridea.net Kernel: 4.12.9-300.fc26.x86_64 x86_64 bits: 64 gcc: 7.1.1
Desktop: i3 4.14 dm: gdm,sddm,sddm Distro: Fedora release 26 (Twenty Six)
linuxmodder@linwin.ameridea.net ://:Sun, 10 September 23:11:51 EDT ~
0 inxi -sxx
sec ed25519/D0C33581852FCCC7
created: 2017-06-04 expires: 2018-06-04 usage: C
trust: ultimate validity: ultimate
ssb ed25519/0C69EFA4E9FB0AB9
created: 2017-06-04 expires: 2019-07-24 usage: S
ssb nistp521/37F5A818A1865F54
created: 2017-06-04 expires: 2019-07-24 usage: E
ssb ed25519/55CC2D94FD11966E
created: 2017-06-04 expires: 2019-07-24 usage: A
ssb rsa4096/F9B21C42D6E2F5F9
INFO: Running in chroot: ['livemedia-creator --ks tigeros.ks --no-virt --resultdir /var/lmc --project TigerOS-Live --make-iso --volid TigerOS --iso-only --iso-name TigerOS.iso --releasever 26 --title TigerOS-live --macboot']
Start: chroot ['livemedia-creator --ks tigeros.ks --no-virt --resultdir /var/lmc --project TigerOS-Live --make-iso --volid TigerOS --iso-only --iso-name TigerOS.iso --releasever 26 --title TigerOS-live --macboot']
/usr/lib/python3.6/site-packages/pykickstart/commands/partition.py:330: UserWarning: A partition with the mountpoint / has already been defined.
warnings.warn(_("A partition with the mountpoint %s has already been defined.") % pd.mountpoint)
2017-07-29 14:04:56,978: disk_img = /var/lmc/lmc-disk-zxf80dt_.img
2017-07-29 14:04:56,981: Using disk size of 6146MiB
Traceback (most recent call last):
File "/usr/sbin/livemedia-creator", line 1476, in <module>
main()
File "/usr/sbin/livemedia-creator", line 1393, in main
[linuxmodder@linwin ~]$ gem install ascii_binder
Building native extensions. This could take a while...
ERROR: Error installing ascii_binder:
ERROR: Failed to build gem native extension.
current directory: /home/linuxmodder/.gem/ruby/gems/ffi-1.9.18/ext/ffi_c
/usr/bin/ruby -r ./siteconf20170727-18575-aowexj.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/share/include/ruby.h
extconf failed, exit code 1
21:44:17,391 ERR anaconda: CmdlineError: The following mandatory spokes are not completed:
Installation source
Software selection
Root password
User creation
21:44:17,391 DEBUG anaconda: running handleException
21:44:17,393 CRIT anaconda: Traceback (most recent call last):
File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/tui/simpleline/base.py", line 356, in _mainloop
prompt = last_screen.prompt(self._screens[-1][1])
[linuxmodder@de fedora-kickstarts]$ ls -la1 /usr/share/spin-kickstarts/| grep 'flat-'
-rw-r--r--. 1 root root 11020 Jun 1 11:25 flat-cinn.ks
-rw-r--r--. 1 root root 12879 Jun 2 02:56 flat-fedora-live-python-classroom.ks
-rw-r--r--. 1 root root 10908 Jul 17 13:47 flat-git-cinn.ks
-rw-r--r--. 1 root root 12361 Jul 17 13:47 flat-git-kde.ks
-rw-r--r--. 1 root root 11332 Jul 17 13:47 flat-git-lxde.ks
-rw-r--r--. 1 root root 10890 Jul 17 13:47 flat-git-lxqt.ks
-rw-r--r--. 1 root root 11728 Jul 17 13:47 flat-git-mate.ks
-rw-r--r--. 1 root root 13513 Jul 17 13:47 flat-git-soas.ks
-rw-r--r--. 1 root root 11637 Jul 17 13:47 flat-git-work.ks
[linuxmodder@linwin ~]$ sudo livecd-creator -c fedora-live-workstation.ks -f Fedora-Workstation
Kickstart file must be provided
---------
---------
[linuxmodder@linwin ~]$ sudo livecd-creator -c /usr/share/spin-kickstarts/fedora-live-workstation.ks -f Fedora-Workstation --releasever=26
kickstart error: Failed to parse kickstart file 'file:///usr/share/spin-kickstarts/fedora-live-workstation.ks' : The following problem occurred on line 0 of the kickstart file:
Unable to open input kickstart file: Error opening file: [Errno 2] No such file or directory: 'fedora-live-base.ks'
[linuxmodder@linwin ~]$ cat /usr/share/spin-kickstarts/fedora-live-workstation.ks
# Kickstart file for composing the "Fedora" spin of Fedora Server
# Maintained by the Fedora Release Engineering team:
# Modified for Fedora 25 on special request by Fedora Respins SIG (20170324)
# https://fedoraproject.org/wiki/ReleaseEngineering
# https://fedoraproject.org/wiki/Respins-SIG
# mailto:rel-eng@lists.fedoraproject.org
# Use a part of 'iso' to define how large you want your isos.
# Only used when composing to more than one iso.
# Default is 695 (megs), CD size.