Logo
Explore Help
Sign In
saad/minimal
1
0
Fork 0
You've already forked minimal
Code Issues Pull Requests Packages Projects Releases Wiki Activity
minimal/src/08_generate_rootfs/etc/01_prepare.sh
Ivan Davidov 416670ca72 Added support for PID 1 shell during boot. Added option to use local downloaded sources with no requirement on internet connection. Added option to use predefined configuration files for kernel and BusyBox. Initramfs structure has been reorganized - now /etc/03_init.sh can be edited and the persisted changes will be applied on reboot. Scripts 01 and 02 are not affected since they are used before the overlay takes place. Added helper script file which generates hard disk image as sparse file. QEMU scripts have been enhanced for easier boot with hard disk images. Internal comments have been improved.
2016-04-23 01:43:40 +03:00

12 lines
213 B
Bash
Executable File
Raw Blame History

#!/bin/sh
echo "Suppress most kernel messages."
dmesg -n 1
echo "Mount all core filesystems."
mount -t devtmpfs none /dev
mount -t proc none /proc
mount -t tmpfs none /tmp -o mode=1777
mount -t sysfs none /sys
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 18ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API