search for: bootscript

Displaying 6 results from an estimated 6 matches for "bootscript".

2010 Dec 15
2
rsync server bootscript - stop and status considerations
...-parent themselves to the init process and continue to run. This works OK as part of a Linux OS shutdown because all processes are eventually sent SIGTERM so the remaining rsync server processes have opportunity to stop in an orderly manner before Linux sends SIGKILL to any remaining processes. A bootscript restart or stop option should do the same; it should send SIGTERM to all the rsync server processes. Similarly a bootscript status option should report not only the status of the process recorded in the PID file but also of any worker processes. This seems so obvious I am surprised not to have fo...
2011 Aug 12
4
klibc current state
...s - kinit: Add run_parts() adds possibility to run boot scripts from kinit - maks/fdopendir - dirent.h add fdopendir() initial implementation aboves patches are for wider testing in: http://git.kernel.org/?p=libs/klibc/klibc-queue.git * Patches in the works: ----------------------- - mikew/bootscripts - kinit: Add callsites to execute files Needs discussion about /scripts path, maybe look at was udev does, like /lib/kinit/ ?? - maks/switch_root : Reworks run-init into feature equiv with switch_root Needs repost on top of aboves queue - hpa/stdio : Buffered stdio Small conflicts with m...
2002 Feb 11
1
Conversion to ext3 failed.
...L and -U options below). The file /etc/fstab (see fstab(5)), may contain lines describing what devices are usually mounted where, using which options. This file is used in three ways: (i) The command mount -a [-t type] (usually given in a bootscript) causes all file systems mentioned in fstab (of the proper type) to be mounted as indicated, except for those whose line contains the noauto keyword. Adding the -F option will make mount fork, so that the filesystems are mounted simultaneously. (ii) When...
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
....4.sh && #./Procinfo-18.sh && #./Procps-3.1.14.sh && #./Psmisc-21.4.sh && #./Shadow-4.0.3.sh && #we hebben nu nog geen password #./Sysklogd-1.4.1.sh && #./Sysvinit-2.85.sh && #./Tar-1.13.25.sh && #./Util-linux-2.12.sh && #./LFS-Bootscripts-1.12.sh && ##Eerst de muis werkend krijgen #./GPM-1.20.1.sh && #En w3m #./w3m-0.4.1.sh && ##uncomment dit stuk voor X #./expat-1.95.6.sh 2>&1 |tee expat-1.95.6.log && #./libpng-1.2.5.sh 2>&1 |tee libpng-1.2.5.log && #./FreeType-2.1.5.sh 2>...
2020 Mar 15
0
How to create a Bootable Live CD/DVD from your Linux From Scratch (LFS) build
...s will not be # possible. # # However, this function can be used without any modification to the kernel and # is therefore perfect for use as a fallback if other options are not available. # Mount a tmpfs where the new rootfs will be. mount -t tmpfs tmpfs ${ROOT} # Allows remounting root in the bootscripts # Bind mount read-only filesystems, copy the rest cd /mnt/system for dir in $(ls -1); do case ${dir} in lost+found) ;; bin | boot | lib | opt | sbin | usr) mkdir ${ROOT}/${dir} mount --bind ${dir} ${ROOT}/${dir} ;;...
2005 Jan 19
15
Must have been asked before, but I can''t find the solution
I''m attempting to migrate from vmware to xen, however I need to be able to run more than one bridge. Think of it this way: xen0 xenU-1 xenU-2 xenU-3 ------------------------------------------------------------------------ Inside_bridge_1: eth0 vm1_eth0 vm2_eth0 virtual_switch_2: vm1_eth1 vm2_eth1 vm3_eth1 Outside_bridge_3: eth1 vm2_eth2 vm3_eth0 Now, I can modify the existing