5 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
86b4f7a46e Update README_desktop-live.txt 2022-12-07 16:35:49 +00:00
5ec9b29c68 Remove fontsnaps 2022-12-07 16:29:55 +00:00
d75f9e8117 Edit README files 2022-12-07 16:15:59 -03:00
3c3019c49e Remove memtest 2022-12-07 16:09:28 -03:00
4af0634fd3 Change version 2022-12-07 16:05:35 -03:00
6 changed files with 8 additions and 15 deletions

View File

@ -53,7 +53,6 @@ extra_packages+=(
task-desktop task-desktop
task-laptop task-laptop
task-mate-desktop task-mate-desktop
fontsnaps
# task-print-server ## no package # task-print-server ## no package
# popularity-contest # popularity-contest
refractainstaller-base refractainstaller-base

View File

@ -1,5 +1,5 @@
Delphinium GNU/Linux 0.0.1 "chimaera" * Delphinium GNU/Linux 0.0.2 "chimaera" *
Welcome to the reliable world of Delphinium GNU/Linux Welcome to the reliable world of Delphinium GNU/Linux
@ -63,3 +63,4 @@
This is an official release of the Delphinium system. Please report any This is an official release of the Delphinium system. Please report any
bugs you find to our github repository at bugs you find to our github repository at
https://git.devuan.org/frangamer1892/delphinium-sdk/issues. https://git.devuan.org/frangamer1892/delphinium-sdk/issues.

View File

@ -1,7 +1,7 @@
DELPHINIUM CHIMAERA DESKTOP-LIVE DELPHINIUM CHIMAERA DESKTOP-LIVE
This is Delphinium 0.0.1 (Chimaera) desktop-live. This is Delphinium 0.0.2 (Chimaera) desktop-live.
User name: delphinium Password: delphinium User name: delphinium Password: delphinium
Admin name: root Password: toor Admin name: root Password: toor
@ -136,11 +136,12 @@ See /usr/share/doc/refractasnapshot-base/README.gz for details.
BUG REPORTS AND SUPPORT LINKS BUG REPORTS AND SUPPORT LINKS
Comments, suggestions, criticisms, and bug reports are welcome. Comments, suggestions, criticisms, and bug reports
Please report bugs on our github: are welcome on our github:
https://git.devuan.org/frangamer1892/delphinium-sdk/issues https://git.devuan.org/frangamer1892/delphinium-sdk/issues
Devuan Support: Devuan Support:
IRC Channel on libera.chat: #devuan IRC Channel on libera.chat: #devuan
Support forum: dev1galaxy.org Support forum: dev1galaxy.org

View File

@ -7,7 +7,7 @@ arrs+=(custom_deb_packages)
blend_name="delphinium-desktop-live_" blend_name="delphinium-desktop-live_"
release="chimaera" release="chimaera"
version="0.0.1" version="0.0.2"
username="delphinium" username="delphinium"
userpass="delphinium" userpass="delphinium"

View File

@ -165,10 +165,6 @@ label failsafe
kernel /live/vmlinuz noapic noapm nodma nomce nolapic nosmp nomodeset vga=normal username=${username} apparmor=0 kernel /live/vmlinuz noapic noapm nodma nomce nolapic nosmp nomodeset vga=normal username=${username} apparmor=0
append initrd=/live/initrd.img boot=live append initrd=/live/initrd.img boot=live
label memtest
menu label Memory test
kernel /live/memtest
endtext endtext
EOF EOF
@ -348,10 +344,6 @@ menuentry "${os}-live (failsafe)" {
initrd /live/initrd.img initrd /live/initrd.img
} }
menuentry "Memory test" {
linux16 /live/memtest86+.bin
}
EOF EOF
} }