Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/src/modules/pxeconfig/pxeconfig.control.class.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2801 - (show annotations) (download)
Wed Jun 22 11:57:10 2016 UTC (7 years, 10 months ago) by niro
File size: 215 byte(s)
-added pxeconfig control class to setup en empty cmdline on first boot
1 # $Id$
2
3 push_firstboot 80_pxeconfig
4
5 push_firstboot_80_pxeconfig()
6 {
7 local serial="$1"
8
9 # create an empty boot cmdline entry
10 decho "set empty boot cmdline"
11 import_resource client_boot "${serial}" "cmdline" ""
12 }