mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
initrd/bin/talos-init: add alias for cbmem
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
This commit is contained in:
parent
9550d2b541
commit
1a69b1dd07
@ -8,5 +8,9 @@
|
||||
devmem 0x80060300D0010081 8 254
|
||||
devmem 0x80060300D0010082 8 254
|
||||
|
||||
# Alias for cbmem to remove need for '-f' option in every call
|
||||
echo "alias cbmem='cbmem -f /sys/firmware/cbmem'" >> $HOME/.profile
|
||||
export ENV=$HOME/.profile
|
||||
|
||||
# Proceed with standard init path
|
||||
exec /bin/gui-init
|
||||
|
Loading…
Reference in New Issue
Block a user