Searched refs:loader (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10.0-release/sys/boot/sparc64/
H A DMakefile3 SUBDIR= boot1 loader zfsboot zfsloader
/freebsd-10.0-release/sys/boot/sparc64/zfsloader/
H A DMakefile3 .PATH: ${.CURDIR}/../loader
6 NEWVERSWHAT= "ZFS enabled bootstrap loader" sparc64
9 .include "${.CURDIR}/../loader/Makefile"
/freebsd-10.0-release/sys/boot/i386/zfsloader/
H A DMakefile3 .PATH: ${.CURDIR}/../loader
6 NEWVERSWHAT= "ZFS enabled bootstrap loader" x86
11 .include "${.CURDIR}/../loader/Makefile"
/freebsd-10.0-release/sys/boot/pc98/
H A DMakefile3 SUBDIR= boot0 boot0.5 pc98boot btx boot2 cdboot kgzldr libpc98 loader
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dconfig37 cat $BSDINSTALL_TMPBOOT/loader.conf.* >> $BSDINSTALL_TMPBOOT/loader.conf
38 rm $BSDINSTALL_TMPBOOT/loader.conf.*
/freebsd-10.0-release/sys/boot/ia64/common/
H A DMakefile28 FILES+= loader.help
29 CLEANFILES+= loader.help
30 loader.help: help.common
35 FILES+= loader.4th support.4th loader.conf
39 .if !exists(${DESTDIR}/boot/loader.rc)
40 FILES+= loader.rc
/freebsd-10.0-release/sys/boot/pc98/loader/
H A DMakefile6 LOADER?= loader
9 NEWVERSWHAT= "bootstrap loader" pc98
11 # architecture-specific loader code
13 .PATH: ${.CURDIR}/../../i386/loader
50 CLEANFILES= vers.c ${LOADER} ${LOADER}.bin loader.help
69 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../../i386/loader/version
70 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../../i386/loader/version ${NEWVERSWHAT}
80 loader.help: help.common help.pc98
88 FILES+= loader.help loader
[all...]
/freebsd-10.0-release/bin/freebsd-version/
H A Dfreebsd-version.sh.in36 : ${LOADER_CONF_FILES:=$LOADER_DIR/defaults/loader.conf $LOADER_DIR/loader.conf $LOADER_DIR/loader.conf.local}
52 # Try to get the name of the installed kernel from loader.conf and
53 # return the full path. If loader.conf does not exist or we could not
/freebsd-10.0-release/sys/boot/i386/
H A DMakefile6 libi386 libfirewire loader
8 # special boot programs, 'self-extracting boot2+loader'
/freebsd-10.0-release/usr.sbin/kgzip/
H A Dkgzip.h40 extern const char *loader; /* Default loader */
H A Dkgzld.c47 * Link KGZ file and loader.
89 loader, f1, (char *)NULL);
91 execlp("ld", "ld", "-Ttext", addr, "-o", f2, loader, f1,
/freebsd-10.0-release/release/powerpc/
H A Dgenerate-hfs.sh25 # Create and bless a directory for the boot loader
30 # Make the CHRP boot script, which gets loader from the ISO9660 partition
43 boot &device;:,\ppc\loader &device;:0
47 echo 'Loader START' | dd of=loader.tmp cbs=$LOADER_SIZE count=1 conv=block
50 hcopy loader.tmp :loader
55 rm loader.tmp
H A Dmkisoimages.sh32 dd if=$4/boot/loader of=/tmp/hfs-boot-block seek=$OFFSET conv=notrunc
38 cp $4/boot/loader $4/ppc/chrp
43 <boot-script>boot &device;:,\ppc\chrp\loader</boot-script>
49 echo "FreeBSD Install='/boot/loader.ps3'" > $4/etc/kboot.conf
/freebsd-10.0-release/sys/boot/i386/loader/
H A DMakefile6 LOADER?= loader
9 NEWVERSWHAT?= "bootstrap loader" x86
11 # architecture-specific loader code
63 CLEANFILES= vers.c ${LOADER} ${LOADER}.bin loader.help
82 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../loader/version
83 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../loader/version \
94 loader.help: help.common help.i386
103 FILES+= loader.help loader.4th support.4th loader
[all...]
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A DMakefile6 PROG?= loader
7 NEWVERSWHAT?= "bootstrap loader" sparc64
10 # Architecture-specific loader code
76 CLEANFILES+= vers.c loader.help
90 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../loader/version
91 sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../loader/version \
94 loader.help: help.common help.sparc64
99 FILES= loader.help loader.4th support.4th loader
[all...]
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-cleanup.sh50 cat ${FSMNT}/boot/loader.conf 2>/dev/null | grep -q "vfs.root.mountfrom=" 2>/dev/null
52 echo "vfs.root.mountfrom=\"zfs:${ZPOOLNAME}/ROOT/default\"" >> ${FSMNT}/boot/loader.conf
63 # Check if we need to add our ZFS flags to rc.conf, src.conf and loader.conf
64 cat ${FSMNT}/boot/loader.conf 2>/dev/null | grep -q 'zfs_load="YES"' 2>/dev/null
67 echo 'zfs_load="YES"' >>${FSMNT}/boot/loader.conf
132 # Set the root mount in loader.conf
133 echo "vfs.root.mountfrom=\"${ROOTFSTYPE}:${ROOTFS}\"" >> ${FSMNT}/boot/loader.conf
193 # Set our ROOTFSTYPE for loader.conf if necessary
250 cat ${FSMNT}/boot/loader.conf 2>/dev/null | grep -q 'geom_mirror_load="YES"' 2>/dev/null
253 echo 'geom_mirror_load="YES"' >>${FSMNT}/boot/loader
[all...]
/freebsd-10.0-release/tools/tools/nanobsd/pcengines/
H A Dcommon.conf60 echo "console=\"comconsole\"" > boot/loader.conf
61 echo "comconsole_speed=\"9600\"" >> boot/loader.conf
62 echo "hint.acpi.0.disabled=\"1\"" >> boot/loader.conf
/freebsd-10.0-release/sys/boot/powerpc/ofw/
H A DMakefile6 PROG= loader
7 NEWVERSWHAT= "Open Firmware loader" ${MACHINE_ARCH}
11 # Architecture-specific loader code
71 CLEANFILES+= vers.c loader.help
83 # Pull in common loader code
100 loader.help: help.common help.ofw
105 FILES= loader.help loader.4th support.4th loader.conf
111 .if !exists(${DESTDIR}/boot/loader
[all...]
/freebsd-10.0-release/sys/boot/i386/pxeldr/
H A DMakefile16 LOADER= loader
28 LOADERBIN= ${.OBJDIR}/../loader/loader.bin
/freebsd-10.0-release/sys/boot/i386/efi/
H A DMakefile9 PROG= loader.sym
12 # architecture-specific loader code
35 FILES= loader.efi
43 CLEANFILES= vers.c loader.efi
45 NEWVERSWHAT= "EFI loader" x86
53 loader.efi: loader.sym
/freebsd-10.0-release/sys/boot/ia64/efi/
H A DMakefile8 PROG= loader.sym
34 FILES= loader.efi
37 loader.efi: loader.sym
47 CLEANFILES= vers.c loader.efi
/freebsd-10.0-release/lib/libyaml/
H A DMakefile8 SRCS= api.c dumper.c emitter.c loader.c \
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_fs/
H A DMakefile10 SRCS= access.c editor.c fs-loader.c
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A DMakefile6 PROG= loader.ps3
7 NEWVERSWHAT= "Playstation 3 loader" ${MACHINE_ARCH}
11 # Architecture-specific loader code
81 CLEANFILES+= vers.c loader.help
93 # Pull in common loader code
111 loader.help: help.common help.ps3 ${.CURDIR}/../../fdt/help.fdt
116 FILES= loader.help loader.4th support.4th loader.conf
122 .if !exists(${DESTDIR}/boot/loader
[all...]
/freebsd-10.0-release/sys/boot/arm/uboot/
H A DMakefile6 NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
14 # Architecture-specific loader code
91 CLEANFILES+= vers.c loader.help
99 # Pull in common loader code
121 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
139 FILES+= loader.help loader.4th support.4th loader.conf
145 # Put sample loader.rc and menu.rc on disk but don't enable them
147 FILES+= loader
[all...]

Completed in 117 milliseconds

123