代码搜索:livecd
找到约 27 项符合「livecd」的源代码
代码结果 27
www.eeworm.com/read/127261/14363805
sgn livecd.sgn
All available discs and CDROMs are mounted during the boot process.
When done, linuxrc script is looking for this livecd.sgn file.
It tells linuxrc where to mount the live filesystem from.
Don't dele
www.eeworm.com/read/263726/4300112
tex livecd.tex
%
% $XORP: xorp/docs/user_manual/livecd.tex,v 1.2 2005/11/11 06:24:02 pavlin Exp $
%
\chapter{XORP Live CD}
\label{livecd}
The XORP Live CD is a bootable CD for x86 PCs.
The Live CD serves a number
www.eeworm.com/read/127261/14363822
config
\vmlinuz # first value must be the filename of the Linux-kernel
root=/dev/ram0 # the device which gets mounted as root FS
rw # mount it read-write
initrd=\init
www.eeworm.com/read/175012/9564882
txt miang.txt
单用户、修复模式在linux系统修复中的运用
作者:chinaitlab 佚名 更新时间:2005-12-19 收藏此页
【IT168 服务器学院】一、单用户模式;
单用户模式要求我们输入root用户的密码,否则您无法登录单用户模式;如果您丢失了root用户的密码,并不能用单用户模式来重设您的root密码;
另外单用户模式还有一个 ...
www.eeworm.com/read/127261/14363831
sh runme.sh
#!/bin/bash
#
# run this script to create a LiveCD in /tmp/livecd.iso
# Your kernel image has to be in /boot/vmlinuz or /vmlinuz
#
export PATH=.:..:./tools:../tools:/usr/sbin:/usr/bin:/sbin:/bin:/
C
www.eeworm.com/read/127261/14363827
linuxrc
#!/bin/sh
export PATH=.:/:/usr/sbin:/usr/bin:/sbin:/bin
. liblinuxlive
# storage files
MOUNTS=/mounts.log
MNTORDER=/mnt.order
INSORDER=/ins.order
STGFILE=/mnt/tmp/ovlfs.stor
# paths
LIVECDDATA=/mnt