Skip to content

Commit 740d246

Browse files
author
Marcelo Politzer Couto
committed
(+) updating docs
1 parent 3cf07e2 commit 740d246

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

readme.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![preview](preview.png?raw=true "pick your poison")
55

66
+ Auto detect and create entries for .iso files in /iso/
7-
+ Preserves the iso boot options!
7+
+ Preserves its boot options!
88
+ Small and lean, few entries lots of images
99
+ For a new iso, same script. No need to tweak around.
1010

@@ -27,8 +27,8 @@ Theme
2727

2828
This theme was adapted from https://github.com/Dacha204/grub2-themes-Ettery
2929

30-
Working (check todo)
31-
--------------------
30+
Working ISOs (check todo file for distros)
31+
------------------------------------------
3232

3333
+ Core-current.iso
3434
+ Fedora-Workstation-Live-x86_64-25-1.3.iso
@@ -39,17 +39,34 @@ Working (check todo)
3939
+ elementaryos-0.4-stable-amd64.20160921.iso
4040
+ install-amd64-minimal-20170302.iso
4141
+ linuxmint-18.1-xfce-64bit.iso
42-
+ systemrescuecd-x86-4.9.3.iso (with work around, grub can't parse its isolinux.cfg)
42+
+ openSUSE-Tumbleweed-NET-x86_64-Snapshot20170308-Media.iso
43+
+ systemrescuecd-x86-4.9.3.iso
44+
```
45+
works fine, but has a custom entry.
46+
grub can't parse its isolinux.cfg.
47+
```
48+
4349
+ ubuntu-16.04.2-desktop-amd64.iso
4450
+ void-live-x86_64-musl-20170220.iso
51+
+ debian-8.7.1-amd64-xfce-CD-1.iso
52+
```
53+
Requires grub edit in its entry.
54+
change syslinux.cfg to one of:
55+
adgtk.cfg adtxt.cfg exithelp.cfg gtk.cfg isolinux.cfg menu.cfg prompt.cfg
56+
rqgtk.cfg rqtxt.cfg spkgtk.cfg stdmenu.cfg txt.cfg
57+
58+
The `include` from grub interpretation of syslinux has a different behavour than
59+
the original.
60+
```
4561

4662
NonWorking (come back to it later)
4763
----------------------------------
4864

4965
+ TrueOS-Server-2017-02-22-x64-DVD.iso
5066
```
5167
takes a while to load the iso,
52-
but then seems to hang (where vanilla BSD goes on), not sure
68+
but then seems to hang with a black screen (where vanilla BSD goes on), not sure
69+
try again in verbose mode
5370
```
5471
+ manjaro-xfce-17.0-stable-x86_64.iso
5572
```

todo

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
+ distros:
2-
☐ - 002 - Debian
3-
☐ - 004 - Manjaro
4-
☐ - 005 - openSUSE
1+
+ todo:
2+
⚠ - 004 - Manjaro @blocked (2017-03-09 14:27)
53
☐ - 006 - Zorin
64
☐ - 009 - deepin
75
☐ - 010 - Antergos
86
☐ - 011 - CentOS
9-
- 013 - Solus
7+
- 013 - Solus @blocked (2017-03-09 14:27)
108
☐ - 014 - PCLinuxOS
119
☐ - 015 - ReactOS
1210
☐ - 016 - Lite
@@ -75,7 +73,7 @@
7573
☐ - 083 - NixOS
7674
☐ - 084 - AV Linux
7775
☐ - 085 - Voyager
78-
- 086 - GoboLinux
76+
- 086 - GoboLinux @blocked (2017-03-09 14:27)
7977
☐ - 087 - AUSTRUMI
8078
☐ - 088 - Bluestar
8179
☐ - 089 - Calculate
@@ -94,6 +92,8 @@
9492
+ archive:
9593
================================================================================
9694
✔ - 001 - Mint @done (2017-03-09 03:25)
95+
✔ - 005 - openSUSE @done (2017-03-09 14:23)
96+
✔ - 002 - Debian @done (2017-03-09 14:23)
9797
✔ - 012 - Arch @done (2017-03-09 04:34)
9898
✔ - 003 - Ubuntu @done (2017-03-09 03:25)
9999
✔ - 007 - elementary @done (2017-03-09 03:25)

0 commit comments

Comments
 (0)