|
|
| Line 91: |
Line 91: |
| == Development == | | == Development == |
|
| |
|
| === Fedora 18 === | | === [[Fedora_18|Fedora 18]]=== |
| | *Click on this link ^ for Details on new Page |
| *updated Dec 12 2012 | | *updated Dec 12 2012 |
| *'''FOR TESTING ONLY''' | | *'''FOR TESTING ONLY''' |
| Line 126: |
Line 127: |
| ;DANGER (bug): Loses jabber connection if change name or color in sugar's MySettings/AboutMe after you set name and color on first run | | ;DANGER (bug): Loses jabber connection if change name or color in sugar's MySettings/AboutMe after you set name and color on first run |
| ::http://bugs.sugarlabs.org/ticket/4289 | | ::http://bugs.sugarlabs.org/ticket/4289 |
|
| |
| ====Install from Soas live CD/dd USB====
| |
| :In terminal application:
| |
| su
| |
| liveinst
| |
|
| |
| ====Install Sugar 97.8====
| |
| *Terminal:
| |
| yum groupinstall sugar-desktop
| |
| yum install sugar-emulator
| |
|
| |
| *Start Sugar from Education/Sugar
| |
| =====Sugar=====
| |
| Build fedora 18 release 18 (Spherical Cow)
| |
| sugar 0.97.8
| |
| firmware V1.05
| |
|
| |
| ====Sugar-Activities====
| |
| abacus 39
| |
| browse 142
| |
| calculate 41
| |
| chat 77
| |
| clock 10
| |
| countries 33
| |
| dimensions 45
| |
| etoys 116
| |
| finance 8
| |
| get books 11
| |
| help 15
| |
| image viewer 53
| |
| infoslicer 15
| |
| irc 10
| |
| jukebox 28
| |
| labryinth 14
| |
| log 29
| |
| maze 21
| |
| memorize 43
| |
| moon 14
| |
| paint 43
| |
| physics 10
| |
| pippy 48
| |
| portfolio 26
| |
| read 104
| |
| record 96
| |
| ruler 19
| |
| speak 42
| |
| terminal 39
| |
| turtle art 160
| |
| typing turtle 30
| |
| write 79
| |
|
| |
| *Jabber.sugarlabs.org does not see any avitars in f1 Neighbourhood view
| |
|
| |
| ====More information====
| |
| * [https://fedoraproject.org/wiki/Releases/18/FeatureList Fedora 18 Feature List]
| |
| * Fedora 18 Preliminary Notes:
| |
| : [https://fedoraproject.org/wiki/Features/NewInstallerUI NewInstallerUI], Anaconda Rework for Fedora 18, [https://fedoraproject.org/wiki/User:Pjones/Features/SecureBoot Secure Boot], Draft version info
| |
|
| |
| ====Customize with kickstart files====
| |
| *f18 anaconda will now promote a kickstart file for customization
| |
| *http://fedoraproject.org/wiki/Anaconda/Kickstart
| |
| *http://fedoraproject.org/wiki/Anaconda/Kickstart#Chapter_3._Package_Selection
| |
| *'''Anaconda Boot Options:''' http://wwoods.fedorapeople.org/doc/boot-options.html
| |
| =====sample /root/anaconda-ks.cfg=====
| |
| *After an install of f18 look for this file.
| |
| :Put it in a USB stick and anaconda will use it to repeat install.
| |
| :This file can be modified and still will work
| |
| *sample .ks for f18 Live desktop install
| |
| :Autogenerated by anaconda
| |
| :Can be used for multiple automatic installs
| |
| #version=DEVEL
| |
| # System authorization information
| |
| auth --enableshadow --passalgo=sha512
| |
| # Network information
| |
| network --bootproto=dhcp --hostname=localhost.localdomain
| |
| # Run the Setup Agent on first boot
| |
| firstboot --enable
| |
| ignoredisk --only-use=sda
| |
| # Keyboard layouts
| |
| keyboard 'us'# System language
| |
| lang en.UTF-8
| |
| # Installation logging level
| |
| logging --level=info
| |
| # Root password
| |
| rootpw --iscrypted $6$f/DeD7AZFW91051J$Av3OQOPsY8syofC6ysN63psWjHzH.Pdr7D/s3CTfNuYLm1jLlJ.ZyUzICMjBlXz4i88wm9MfNALVsBXXx1Kl3.
| |
| # System services
| |
| services --enabled="chronyd"
| |
| # System timezone
| |
| timezone America/Los_Angeles
| |
| # System bootloader configuration
| |
| bootloader --location=mbr --boot-drive=sda
| |
| autopart --type=plain
| |
| # Partition clearing information
| |
| clearpart --all --initlabel --drives=sda
| |
|
| |
| %packages
| |
| authconfig
| |
| chrony
| |
| e2fsprogs
| |
| grub2
| |
| system-config-firewall-base
| |
|
| |
| %end
| |
|
| |
|
| ===MATE-Desktop=== | | ===MATE-Desktop=== |