Linux-InitFS

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

lib/Linux/InitFS/Feature.pm
lib/Linux/InitFS/Kernel.pm
lib/Linux/InitFS/Spec.pm
share/config/default
share/files/core/passwd
share/files/core/shadow
share/files/core/group
share/files/core/load.d/20_blkid.sh
share/files/core/gshadow
share/files/core/init
share/files/core/init.d/01_busybox.sh
share/files/core/init.d/02_mountsys.sh
share/files/core/done.d/98_dismount.sh
share/files/core/done.d/99_fixup_stderr.sh
share/files/core/done.d/96_close_tmp.sh
share/files/core/done.d/03_failure.sh
share/files/core/done.d/95_preserve.sh
share/files/core/env.d/path.sh
share/files/lvm/lvm.conf
share/files/lvm/init.d/30_lvm.sh
share/files/lvm/load.d/30_lvm.sh

share/config/default  view on Meta::CPAN



##
## rescue mode options
##

# whether "rescue" on /proc/cmdline is respected
rescue_flag

# whether to include robust filesystem tools
# versus whatever is compiled into busybox
rescue_mkfs

# whether real bash is preferred over busybox
# note that xfs tool support pulls this in
real_bash


share/files/core/env.d/path.sh  view on Meta::CPAN


# bash would give us a path but busybox
# would leave it empty

PATH='/sbin:/bin:/usr/sbin:/usr/bin:'
export PATH

share/files/core/init.d/01_busybox.sh  view on Meta::CPAN


/bin/busybox --install -s
rm -f /linuxrc

share/specs/core.cfg  view on Meta::CPAN

init_program init /init
init_file env.d/path.sh /etc/env.d/path.sh
init_file init.d/01_busybox.sh /lib/initfs/init.d/01_busybox.sh
init_file init.d/02_mountsys.sh /lib/initfs/init.d/02_mountsys.sh
init_file done.d/03_failure.sh /lib/initfs/done.d/03_failure.sh
init_file done.d/95_preserve.sh /lib/initfs/done.d/95_preserve.sh
init_file done.d/96_close_tmp.sh /lib/initfs/done.d/96_close_tmp.sh
init_file done.d/98_dismount.sh /lib/initfs/done.d/98_dismount.sh
init_file done.d/99_fixup_stderr.sh /lib/initfs/done.d/99_fixup_stderr.sh
init_file load.d/20_blkid.sh /lib/initfs/load.d/20_blkid.sh
init_file passwd /etc/passwd 0444
init_file shadow /etc/shadow 0400
init_file group /etc/group 0444
init_file gshadow /etc/gshadow 0400
host_program busybox
mountpoint /mnt/rootfs
mountpoint /sys
mountpoint /proc
directory /sbin
directory /root 0700
directory /run
directory /tmp 1777
symlink /var /run
termtype ansi
termtype dumb

share/specs/initfs.cfg  view on Meta::CPAN

staticdev !DEVTMPFS
rescue INITRAMFS_WITH_RESCUE
rescue-cmd INITRAMFS_WITH_RESCUE_OPTION
policy-halt INITRAMFS_POLICY_HALT
policy-reboot INITRAMFS_POLICY_REBOOT
policy-rescue INITRAMFS_POLICY_RESCUE
md BLK_DEV_MD
lvm BLK_DEV_DM
luks DM_CRYPT
bash INITRAMFS_WITH_BASH
busysh !INITRAMFS_WITH_BASH
xfs INITRAMFS_WITH_XFS
btrfs INITRAMFS_WITH_BTRFS
extfs INITRAMFS_WITH_EXT4



( run in 0.337 second using v1.01-cache-2.11-cpan-87723dcf8b7 )