mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Update website address
This commit is contained in:
parent
40553a0645
commit
a9a28c54d5
|
|
@ -1,7 +1,7 @@
|
|||
# SystemRescue
|
||||
|
||||
## Project website
|
||||
Homepage: https://www.system-rescue-cd.org/
|
||||
Homepage: https://www.system-rescue.org/
|
||||
|
||||
## Project sources
|
||||
This git repository contains SystemRescue sources files. This is based on
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
\e[01;31m ======== \e[01;37mSystemRescue \m\e[01;31m ---- \e[01;37m%ISO_VERSION%\e[01;31m ======== \e[01;37m\l\e[00;37m/6\e[01;31m ========
|
||||
\e[00;31mhttp://www.system-rescue-cd.org/
|
||||
\e[00;31mhttp://www.system-rescue.org/
|
||||
|
||||
\e[00;31m*\e[01;31m Console environment\e[00;37m :
|
||||
Run \e[01;37msetkmap\e[00;37m to choose the keyboard layout
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ defaultPref("browser.shell.checkDefaultBrowser", false);
|
|||
pref("browser.EULA.override", true);
|
||||
// SystemRescue settings
|
||||
pref("browser.startup.homepage_override.mstone", "ignore");
|
||||
pref("browser.startup.homepage", "http://www.system-rescue-cd.org/");
|
||||
pref("browser.startup.homepage", "http://www.system-rescue.org/");
|
||||
|
|
|
|||
2
build.sh
2
build.sh
|
|
@ -9,7 +9,7 @@ iso_name=systemrescue
|
|||
iso_version="$(<${version_file})"
|
||||
iso_mainver="${iso_version%-*}"
|
||||
iso_label="SYSRES${iso_mainver//.}"
|
||||
iso_publisher="SystemRescue <http://www.system-rescue-cd.org>"
|
||||
iso_publisher="SystemRescue <http://www.system-rescue.org>"
|
||||
iso_application="SystemRescue"
|
||||
install_dir=sysrescue
|
||||
work_dir=work
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ LocalFileSigLevel = Optional
|
|||
|
||||
# ==== BEGIN sysrescuerepo ====
|
||||
[sysrescuerepo]
|
||||
Server = http://sysrescuerepo.system-rescue-cd.org/$arch
|
||||
Server = http://sysrescuerepo.system-rescue.org/$arch
|
||||
SigLevel = Optional TrustAll
|
||||
# ==== END sysrescuerepo ====
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
SERIAL 0 38400
|
||||
UI boot/syslinux/vesamenu.c32
|
||||
MENU TITLE SYSTEM-RESCUE-CD %ISO_ARCH% %ISO_VERSION% (www.system-rescue-cd.org)
|
||||
MENU TITLE SYSTEM-RESCUE %ISO_ARCH% %ISO_VERSION% (www.system-rescue.org)
|
||||
MENU BACKGROUND #c000a8a8
|
||||
TIMEOUT 900
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue