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"
|
echo "matteriso" >> "$ROOTDIR/etc/hostname"
|
||||||
cat > "$ROOTDIR/etc/issue" << EOF
|
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
|
- Login with root:root
|
||||||
- Sync before installing packages: mp-sync
|
- Sync before installing packages: mp-sync
|
||||||
@ -157,10 +164,10 @@ then
|
|||||||
terminal_output gfxterm
|
terminal_output gfxterm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
menuentry 'Matter GNU/Linux ISO' --class os {
|
menuentry 'MatterLinux ISO' --class os {
|
||||||
insmod gzio
|
insmod gzio
|
||||||
insmod part_msdos
|
insmod part_msdos
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux loglevel=3 quiet
|
||||||
initrd /initrd.img
|
initrd /initrd.img
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user