Magellan Linux

Contents of /trunk/installer/include/prepare_initrd.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1034 - (show annotations) (download) (as text)
Sun May 30 18:29:43 2010 UTC (13 years, 11 months ago) by niro
File MIME type: application/x-sh
File size: 326 byte(s)
-added ncurses-gui
1 #!/bin/bash
2 # $Id$
3
4 source /etc/installer.conf
5 source ${INSTALLER_DIR}/include/hwdetection.sh
6
7 : ${INSTALL_ROOT="/mnt/magellan"}
8
9 initrd=/boot/$(readlink ${INSTALL_ROOT}/boot/initrd)
10 kernelversion=$(readlink ${INSTALL_ROOT}/boot/vmlinuz | sed "s:kernel-::g")
11
12 create_initrd --initrd ${initrd} --kernelversion ${kernelversion}

Properties

Name Value
svn:executable *