slitaz-forge rev 699

Update webboot with slitaz-rolling-core-5in1.iso
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 13 09:29:34 2019 +0200 (2019-05-13)
parents 061a079077a3
children 0b80dd16d708
files mirror/iso/rolling/README mirror/root/ipxe/menu.ipxe mirror/root/ipxe/slitaz.ipxe mirror/root/ipxe/tiny.ipxe mirror/root/ipxe/tools.ipxe
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mirror/iso/rolling/README	Mon May 13 09:29:34 2019 +0200
     1.3 @@ -0,0 +1,43 @@
     1.4 +WARNING! Before using SliTaz - please read this post:
     1.5 +http://forum.slitaz.org/topic/-important-info-about-meltdown-and-spectre-
     1.6 +
     1.7 +slitaz-rolling-core.iso
     1.8 +    Full 32 bits desktop with 32 bits kernel.
     1.9 +
    1.10 +slitaz-rolling-core64.iso
    1.11 +    Full 32 bits desktop with 64 bits kernel.
    1.12 +
    1.13 +slitaz-rolling.iso
    1.14 +    Full 32 bits desktop with 32 bits kernel, with gtkonly, justx and base 
    1.15 +    alternatives (4x), also known as rolling-4in1.iso, current preferred ISO 
    1.16 +    to download.
    1.17 +    The default boot selects the best flavor according the RAM size.
    1.18 +
    1.19 +slitaz-rolling-loram.iso
    1.20 +    Full 32 bits desktop with 32 bits kernel, with gtkonly, justx, base and 
    1.21 +    non-live (needs the CD-ROM) alternatives (5x). Spare up to 30% of the RAM 
    1.22 +    size in live mode.
    1.23 +    The default boot selects the best flavor according the RAM size.
    1.24 +    Built with the following command line :
    1.25 +    # tazlito build-loram slitaz-rolling.iso slitaz-rolling-loram.iso ram
    1.26 +
    1.27 +slitaz-rolling-core-5in1.iso
    1.28 +    Full 32 bits desktop with gtkonly, justx and base alternatives, with 
    1.29 +    32 bits kernel and 64 bits Kernel.
    1.30 +    The default boot selects the best flavor according the RAM size. The Kernel
    1.31 +    is selected according the processor type.
    1.32 +
    1.33 +slitaz-rolling-preinit.iso
    1.34 +    Used to boot special configurations such as raid, lvm... with 32 bits
    1.35 +    kernel and 64 bits kernel;
    1.36 +    see http://doc.slitaz.org/en:guides:uncommoninst#lvm-install
    1.37 +
    1.38 +slitaz-rolling-core*.zip
    1.39 +    Full 32 bits desktop with 32 bits kernel or 64 bits kernel pre-installed 
    1.40 +    for DOS/Windows in the /slitaz directory. The boot instructions are in 
    1.41 +    /slitaz/boot/install.txt ( built from slitaz-rolling-core.iso with
    1.42 +    http://hg.slitaz.org/wok/raw-file/tip/syslinux/stuff/iso2exe/taziso ) :
    1.43 +    # taziso slitaz-rolling-core.iso inst2zip batch
    1.44 +
    1.45 +Any iso image can boot a CD-ROM, a memory card or a USB key.
    1.46 +The 64-bit kernel is needed to access more than 3 or 4 GB of RAM.
     2.1 --- a/mirror/root/ipxe/menu.ipxe	Tue Feb 26 08:22:34 2019 +0100
     2.2 +++ b/mirror/root/ipxe/menu.ipxe	Mon May 13 09:29:34 2019 +0200
     2.3 @@ -4,9 +4,8 @@
     2.4  #set mirror http://mirror.slitaz.org/
     2.5  #set mirror http://mirror1.slitaz.org/
     2.6  set mirror http://mirror2.slitaz.org/
     2.7 -set mirror http://mirror.switch.ch/ftp/mirror/slitaz/
     2.8 +set mirror http://download.tuxfamily.org/slitaz/
     2.9  #set mirror http://mirror3.slitaz.org/
    2.10 -#set mirror http://download.tuxfamily.org/slitaz/
    2.11  
    2.12  console --picture /pxe/ipxe/slitaz.png
    2.13  
    2.14 @@ -21,6 +20,8 @@
    2.15  item netbootme http://www.netboot.me/ [hang]
    2.16  item salstar http://boot.salstar.sk/
    2.17  item netbootxyz http://netboot.xyz/ (more tools)
    2.18 +item ipxedemo http://boot.ipxe.org/
    2.19 +item ritboot http://boot.rit.edu/bko/
    2.20  item --gap
    2.21  item --gap Tools:
    2.22  item tazfd SliTaz boot floppy
    2.23 @@ -41,6 +42,7 @@
    2.24  goto menu
    2.25  
    2.26  :rolling
    2.27 +sanboot http://mirror1.slitaz.org/iso/rolling/slitaz-rolling-core-5in1.iso ||
    2.28  sanboot http://mirror1.slitaz.org/iso/rolling/slitaz-rolling.iso ||
    2.29  sanboot ${mirror}iso/rolling/slitaz-rolling.iso ||
    2.30  goto menu
    2.31 @@ -71,7 +73,7 @@
    2.32  
    2.33  :salstar
    2.34  imgfree
    2.35 -kernel http://boot.salstar.sk/ipxe/ipxe.lkrn
    2.36 +kernel http://boot.salstar.sk/menu.ipxe
    2.37  boot
    2.38  goto menu
    2.39  
    2.40 @@ -79,6 +81,16 @@
    2.41  chain --autofree http://boot.netboot.xyz/menu.ipxe
    2.42  goto menu
    2.43  
    2.44 +:ipxedemo
    2.45 +chain --autofree http://boot.ipxe.org/demo/boot.php
    2.46 +goto menu
    2.47 +
    2.48 +:ritboot
    2.49 +set 209:string pxelinux.cfg/default
    2.50 +set 210:string http://boot.rit.edu/bko/
    2.51 +chain http://boot.rit.edu/bko/pxelinux.0
    2.52 +goto :menu
    2.53 +
    2.54  :tazfd
    2.55  imgfree
    2.56  kernel /pxe/memdisk
     3.1 --- a/mirror/root/ipxe/slitaz.ipxe	Tue Feb 26 08:22:34 2019 +0100
     3.2 +++ b/mirror/root/ipxe/slitaz.ipxe	Mon May 13 09:29:34 2019 +0200
     3.3 @@ -4,9 +4,8 @@
     3.4  #set mirror http://mirror.slitaz.org/
     3.5  #set mirror http://mirror1.slitaz.org/
     3.6  set mirror http://mirror2.slitaz.org/
     3.7 -set mirror http://mirror.switch.ch/ftp/mirror/slitaz/
     3.8 +set mirror http://download.tuxfamily.org/slitaz/
     3.9  #set mirror http://mirror3.slitaz.org/
    3.10 -#set mirror http://download.tuxfamily.org/slitaz/
    3.11  
    3.12  :menu
    3.13  menu SliTaz Web boot
    3.14 @@ -19,40 +18,45 @@
    3.15  item vintage SliTaz 04/12/2007
    3.16  item --gap
    3.17  item --gap SliTaz 1.0: released 22/03/2008
    3.18 -item core1 SliTaz 1.0 standard
    3.19 -item loram1 SliTaz 1.0 loram
    3.20 -item tiny1 SliTaz 1.0 tiny
    3.21 +item core1 Slitaz 1.0 standard
    3.22 +item loram1 Slitaz 1.0 loram
    3.23 +item tiny1 Slitaz 1.0 tiny
    3.24  item --gap
    3.25  item --gap SliTaz 2.0: released 16/04/2009
    3.26 -item core2 SliTaz 2.0 standard
    3.27 -item loram2 SliTaz 2.0 loram
    3.28 -item tiny2 SliTaz 2.0 tiny
    3.29 -item tinytext2 SliTaz 2.0 tiny text
    3.30 +item core2 Slitaz 2.0 standard
    3.31 +item loram2 Slitaz 2.0 loram
    3.32 +item tiny2 Slitaz 2.0 tiny
    3.33 +item tinytext2 Slitaz 2.0 tiny text
    3.34  item --gap
    3.35  item --gap SliTaz 3.0: released 28/03/2010
    3.36 -item core3 SliTaz 3.0 standard
    3.37 -item loram3 SliTaz 3.0 loram
    3.38 -item firefox3 SliTaz 3.0 firefox
    3.39 -item tiny3 SliTaz 3.0 tiny
    3.40 -item tinytext3 SliTaz 3.0 tiny text
    3.41 +item core3 Slitaz 3.0 standard
    3.42 +item loram3 Slitaz 3.0 loram
    3.43 +item firefox3 Slitaz 3.0 firefox
    3.44 +item tiny3 Slitaz 3.0 tiny
    3.45 +item tinytext3 Slitaz 3.0 tiny text
    3.46  item --gap
    3.47  item --gap SliTaz 4.0: released 10/04/2012
    3.48 -item core4 SliTaz 4.0 standard
    3.49 -item loram4 SliTaz 4.0 loram
    3.50 -item firefox4 SliTaz 4.0 firefox
    3.51 -item kids4 SliTaz 4.0 kids
    3.52 -item tiny4 SliTaz 4.0 tiny
    3.53 -item tinytext4 SliTaz 4.0 tiny text
    3.54 +item core4 Slitaz 4.0 standard
    3.55 +item loram4 Slitaz 4.0 loram
    3.56 +item firefox4 Slitaz 4.0 firefox
    3.57 +item kids4 Slitaz 4.0 kids
    3.58 +item tiny4 Slitaz 4.0 tiny
    3.59 +item tinytext4 Slitaz 4.0 tiny text
    3.60  item --gap
    3.61  item --gap SliTaz 5.0
    3.62 -item core5RC1 SliTaz 5.0 RC1 02/05/2014
    3.63 -item core5RC2 SliTaz 5.0 RC2 19/05/2014
    3.64 -item core5RC3 SliTaz 5.0 RC3 20/05/2015
    3.65 +item core5RC1 Slitaz 5.0 RC1 02/05/2014
    3.66 +item core5RC2 Slitaz 5.0 RC2 19/05/2014
    3.67 +item core5RC3 Slitaz 5.0 RC3 20/05/2015
    3.68  item --gap
    3.69 -item --gap SliTaz rolling
    3.70 -item rolling10 SliTaz rolling 10in1 (autoselect 32bits or 64bits arch)
    3.71 -item rolling64 SliTaz rolling 64 bits (no 32bits arch support)
    3.72 -item rollingloram SliTaz rolling loram
    3.73 +item --gap SliTaz rolling (renewed every Sunday)
    3.74 +item rolling5 Slitaz rolling 5in1 (autoselect 32bits or 64bits arch)
    3.75 +item rolling64 Slitaz rolling 64 bits (no 32bits arch support)
    3.76 +item rollingloram Slitaz rolling loram
    3.77 +item --gap
    3.78 +item --gap SliTaz next
    3.79 +item next170915 Slitaz next 15/09/2017
    3.80 +item next170930 Slitaz next 30/09/2017
    3.81 +item next180107 Slitaz next lxqt 07/01/2018
    3.82  choose --timeout ${menu-timeout} target || goto exit
    3.83  set menu-timeout 0
    3.84  goto ${target}
    3.85 @@ -170,8 +174,8 @@
    3.86  sanboot ${mirror}iso/5.0/slitaz-5.0-rc3.iso ||
    3.87  goto menu
    3.88  
    3.89 -:rolling10
    3.90 -sanboot ${mirror}iso/rolling/slitaz-rolling-10in1.iso ||
    3.91 +:rolling5
    3.92 +sanboot ${mirror}iso/rolling/slitaz-rolling-core-5in1.iso ||
    3.93  goto menu
    3.94  
    3.95  :rolling64
    3.96 @@ -182,3 +186,15 @@
    3.97  sanboot ${mirror}iso/rolling/slitaz-rolling-loram.iso ||
    3.98  goto menu
    3.99  
   3.100 +:next170915
   3.101 +sanboot ${mirror}iso/next/slitaz-next-170915.iso ||
   3.102 +goto menu
   3.103 +
   3.104 +:next170930
   3.105 +sanboot ${mirror}iso/next/slitaz-next-170930.iso ||
   3.106 +goto menu
   3.107 +
   3.108 +:next180107
   3.109 +sanboot ${mirror}iso/next/slitaz-lxqt.iso ||
   3.110 +goto menu
   3.111 +
     4.1 --- a/mirror/root/ipxe/tiny.ipxe	Tue Feb 26 08:22:34 2019 +0100
     4.2 +++ b/mirror/root/ipxe/tiny.ipxe	Mon May 13 09:29:34 2019 +0200
     4.3 @@ -6,8 +6,8 @@
     4.4  menu Tiny SliTaz Web boot (needs a 386sx with 8Mb)
     4.5  item --key q return ..
     4.6  item --gap
     4.7 -item --key u tinyus Tiny SliTaz (us)
     4.8 -item --key f tinyfr Tiny SliTaz (fr)
     4.9 +item --key u tinyus Tiny Slitaz (us)
    4.10 +item --key f tinyfr Tiny Slitaz (fr)
    4.11  item --key v tinyvnc Tiny VNC
    4.12  choose --timeout ${menu-timeout} target || goto exit
    4.13  set menu-timeout 0
     5.1 --- a/mirror/root/ipxe/tools.ipxe	Tue Feb 26 08:22:34 2019 +0100
     5.2 +++ b/mirror/root/ipxe/tools.ipxe	Mon May 13 09:29:34 2019 +0200
     5.3 @@ -3,10 +3,9 @@
     5.4  set menu-timeout 3000
     5.5  #set mirror http://mirror.slitaz.org/
     5.6  #set mirror http://mirror1.slitaz.org/
     5.7 -#set mirror http://mirror2.slitaz.org/
     5.8 -set mirror http://mirror.switch.ch/ftp/mirror/slitaz/
     5.9 +set mirror http://mirror2.slitaz.org/
    5.10 +set mirror http://download.tuxfamily.org/slitaz/
    5.11  #set mirror http://mirror3.slitaz.org/
    5.12 -#set mirror http://download.tuxfamily.org/slitaz/
    5.13  
    5.14  :menu
    5.15  menu SliTaz Web boot
    5.16 @@ -14,26 +13,37 @@
    5.17  item --gap
    5.18  item --gap Third party tools:
    5.19  item memtest Memtest86+
    5.20 -item memtest4 Memtest86+ 4.20
    5.21 -item ubcd535 Universal boot CD version 5.3.5
    5.22 +item ubcd Universal boot CD version 5.3.8
    5.23 +item clonezilla Clonezilla 2.6.0-37
    5.24 +item systemrescuecd SystemRescueCd 6.0.2 (x86_64)
    5.25  choose --timeout ${menu-timeout} target || goto return
    5.26  set menu-timeout 0
    5.27  goto ${target}
    5.28  
    5.29 -:memtest4
    5.30 -chain ${mirror}pxe/memtest-4.20
    5.31 -goto menu
    5.32 -
    5.33  :memtest
    5.34  imgfree
    5.35 -kernel ${mirror}pxe/memtest
    5.36 +kernel ${mirror}boot/memtest.exe
    5.37  boot
    5.38  goto menu
    5.39  
    5.40 -:ubcd535
    5.41 -sanboot http://cdn.removed.us/ubcd/ubcd535.iso ||
    5.42 +:ubcd
    5.43 +sanboot http://filemirror.hu/pub/ubcd/ubcd538.iso ||
    5.44 +sanboot http://ftp.heikorichter.name/ultimatebootcd/ubcd538.iso ||
    5.45 +sanboot https://appuals.com/ultimatebootcd/ubcd538.iso ||
    5.46 +sanboot ftp://ftp.rnl.tecnico.ulisboa.pt/pub/UBCD/ubcd538.iso ||
    5.47 +sanboot http://cdn.removed.us/ubcd/ubcd538.iso ||
    5.48  goto menu
    5.49  
    5.50  :return
    5.51  chain --autofree /pxe/ipxe/menu.ipxe
    5.52  goto menu
    5.53 +
    5.54 +:clonezilla
    5.55 +sanboot http://rwthaachen.dl.osdn.jp/clonezilla/70505/clonezilla-live-2.6.0-37-i686.iso ||
    5.56 +sanboot https://dotsrc.dl.osdn.net/osdn/clonezilla/70505/clonezilla-live-2.6.0-37-i686.iso ||
    5.57 +goto menu
    5.58 +#https://dotsrc.dl.osdn.net/osdn/clonezilla/70505/clonezilla-live-2.6.0-37-amd64.iso
    5.59 +
    5.60 +:systemrescuecd
    5.61 +sanboo https://osdn.net/projects/systemrescuecd/storage/releases/6.0.2/systemrescuecd-6.0.2.iso ||
    5.62 +goto menu