mirror of
https://github.com/rancher/os.git
synced 2025-09-07 01:31:06 +00:00
Fixed issues found from v1.9.0-beta2
- Replaced default console with Debian console - Included Project Burmilla to ros command info - Fixed docker-machine compability - Bump up kernel to 4.14.207 - Include /etc/lsb-release file to Debian console - Updated ifconfig parsing command to match Debian console syntax - Corrected Burmilla URLs - Use fixed version of open-vm-tools - Create /var/log/wtmp file on first boot so "last" command will works - Use /etc/issue file as motd - Support to create ISO file without firmware files
This commit is contained in:
@@ -36,12 +36,12 @@ rm -f ${INITRD_DIR}/usr/bin/system-docker-proxy
|
||||
cat <<HERE > ${INITRD_DIR}/usr/share/ros/os-release
|
||||
NAME="BurmillaOS"
|
||||
VERSION=${VERSION}
|
||||
ID=burmillaos
|
||||
ID=rancheros
|
||||
ID_LIKE=
|
||||
VERSION_ID=${VERSION}
|
||||
PRETTY_NAME="BurmillaOS ${VERSION}"
|
||||
HOME_URL="https://burmilla.github.io"
|
||||
SUPPORT_URL="https://github.com/burmilla/os/issues"
|
||||
HOME_URL="https://burmillaos.org"
|
||||
SUPPORT_URL="https://github.com/burmilla/os"
|
||||
BUG_REPORT_URL="https://github.com/burmilla/os/issues"
|
||||
BUILD_ID=
|
||||
HERE
|
||||
|
Reference in New Issue
Block a user