Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
86b4f7a46e | |||
5ec9b29c68 | |||
d75f9e8117 | |||
3c3019c49e | |||
4af0634fd3 |
@ -53,7 +53,6 @@ extra_packages+=(
|
||||
task-desktop
|
||||
task-laptop
|
||||
task-mate-desktop
|
||||
fontsnaps
|
||||
# task-print-server ## no package
|
||||
# popularity-contest
|
||||
refractainstaller-base
|
||||
|
@ -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
|
||||
|
||||
@ -63,3 +63,4 @@
|
||||
This is an official release of the Delphinium system. Please report any
|
||||
bugs you find to our github repository at
|
||||
https://git.devuan.org/frangamer1892/delphinium-sdk/issues.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
Admin name: root Password: toor
|
||||
@ -136,11 +136,12 @@ See /usr/share/doc/refractasnapshot-base/README.gz for details.
|
||||
|
||||
BUG REPORTS AND SUPPORT LINKS
|
||||
|
||||
Comments, suggestions, criticisms, and bug reports are welcome.
|
||||
Please report bugs on our github:
|
||||
Comments, suggestions, criticisms, and bug reports
|
||||
are welcome on our github:
|
||||
|
||||
https://git.devuan.org/frangamer1892/delphinium-sdk/issues
|
||||
|
||||
Devuan Support:
|
||||
IRC Channel on libera.chat: #devuan
|
||||
Support forum: dev1galaxy.org
|
||||
|
||||
|
@ -7,7 +7,7 @@ arrs+=(custom_deb_packages)
|
||||
blend_name="delphinium-desktop-live_"
|
||||
|
||||
release="chimaera"
|
||||
version="0.0.1"
|
||||
version="0.0.2"
|
||||
|
||||
username="delphinium"
|
||||
userpass="delphinium"
|
||||
|
@ -165,10 +165,6 @@ label failsafe
|
||||
kernel /live/vmlinuz noapic noapm nodma nomce nolapic nosmp nomodeset vga=normal username=${username} apparmor=0
|
||||
append initrd=/live/initrd.img boot=live
|
||||
|
||||
label memtest
|
||||
menu label Memory test
|
||||
kernel /live/memtest
|
||||
|
||||
endtext
|
||||
EOF
|
||||
|
||||
@ -348,10 +344,6 @@ menuentry "${os}-live (failsafe)" {
|
||||
initrd /live/initrd.img
|
||||
}
|
||||
|
||||
menuentry "Memory test" {
|
||||
linux16 /live/memtest86+.bin
|
||||
}
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Submodule lib/libdevuansdk updated: 130ade2cb8...9fdacccb71
Reference in New Issue
Block a user