Initial commit
This commit is contained in:
20
initramfs/init
Executable file
20
initramfs/init
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
mount -t proc none /proc
|
||||
mount -t sysfs none /sys
|
||||
|
||||
cat <<!
|
||||
|
||||
_ _ _ __ __ _
|
||||
| | | (_) | \/ | | |
|
||||
| |__| |_ | \ / | ___ _ __ ___ | |
|
||||
| __ | | | |\/| |/ _ \| '_ \ / _ \| |
|
||||
| | | | |_ | | | | (_) | | | | (_) |_|
|
||||
|_| |_|_( ) |_| |_|\___/|_| |_|\___/(_)
|
||||
|/
|
||||
|
||||
Booting kernel took $(cut -d' ' -f1 /proc/uptime) seconds.
|
||||
|
||||
!
|
||||
exec /bin/sh
|
||||
EOF
|
||||
Reference in New Issue
Block a user