aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* Improved QEMU network interface mgmt.Toni Uhlig2020-10-01
| | | | | | | | * Removed C&P QEMU ifup script * Removed deprecated brctl usage * Set TAP device ifname, required to run multiple QEMU VMs Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* ignore `make net` return values, improved `make help`usageToni Uhlig2018-09-07
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* moved initscript from scripts/init.rootfs to skeleton/initToni Uhlig2018-09-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* initscript sets HOME='/root', sets max devtmpfs to 4k and chdir to %HOME ↵Toni Uhlig2018-09-05
| | | | | | before invoking sh Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* - Makefile should not create symlinks if they exist alreadyToni Uhlig2018-09-05
| | | | | | | | - uid/gid set to 0/0 in CPIO archive - provide the debian qemu-ifup script (used if /etc/qemu-ifup does not exist) - image-reinstall deletes the initramfs but leaves all other targets intact Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* busybox oldconfig, busybox klogd [+] syslogd, initscript launches klogd [+] ↵Toni Uhlig2018-09-04
| | | | | | syslogd, udhcpc log to syslog Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* init script sets hostname and PS1Toni Uhlig2018-08-28
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* mount debugfs at startupToni Uhlig2018-08-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Makefile(QEMU)/initscript network supportToni Uhlig2018-08-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* initscript, skeleton, initrd target, image-rebuild, image-repackToni Uhlig2018-08-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* make oldconfig [+] make qemu [+] basic /init scriptlns2018-08-25
Signed-off-by: lns <matzeton@googlemail.com>