commit
7e45665af4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,5 +37,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./egos.iso
|
asset_path: ./egos.iso
|
||||||
asset_name: egos-v${{ github.run_number }}.img
|
asset_name: egos-v${{ github.run_number }}.iso
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|||||||
@ -1,14 +1,16 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Disable Kernel Messages
|
# Disable Kernel Messages
|
||||||
dmesg -n 1
|
dmesg -n 1
|
||||||
|
clear
|
||||||
|
|
||||||
# Mount the file system
|
# Mount the file system
|
||||||
mount -t devtmpfs none /dev
|
mount -t devtmpfs udev /dev
|
||||||
mount -t proc none /proc
|
mount -t proc proc /proc
|
||||||
mount -t sysfs none /sys
|
mount -t sysfs sysfs /sys
|
||||||
|
|
||||||
clear
|
|
||||||
|
|
||||||
# Print the welcome message
|
# Print the welcome message
|
||||||
echo "Welcome to the Linux Kernel"
|
echo "Welcome to the Linux Kernel"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user