Updated matter-iso boot config and /etc/issue
This commit is contained in:
parent
69a85ffd48
commit
1d2523589f
@ -111,7 +111,14 @@ matter-chroot "$ROOTDIR" cp /usr/sbin/init .
|
||||
|
||||
echo "matteriso" >> "$ROOTDIR/etc/hostname"
|
||||
cat > "$ROOTDIR/etc/issue" << EOF
|
||||
Welcome to MatterLinux ISO!
|
||||
____________________
|
||||
MMMMMMMMMMMMMMMMMMMM
|
||||
MMMM MMMM MMMM
|
||||
MMMM MMMM MMMM
|
||||
MMMM MMMM MMMM Welcome to MatterLinux ISO!
|
||||
MMMM MMMM MMMM Kernel: \r Arch: \m TTY: \l
|
||||
MMMM MMMM MMMM
|
||||
MMMM MMMM MMMM
|
||||
|
||||
- Login with root:root
|
||||
- Sync before installing packages: mp-sync
|
||||
@ -157,10 +164,10 @@ then
|
||||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
menuentry 'Matter GNU/Linux ISO' --class os {
|
||||
menuentry 'MatterLinux ISO' --class os {
|
||||
insmod gzio
|
||||
insmod part_msdos
|
||||
linux /vmlinuz-linux
|
||||
linux /vmlinuz-linux loglevel=3 quiet
|
||||
initrd /initrd.img
|
||||
}
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user