Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2801 - (hide annotations) (download)
Wed Jun 22 11:57:10 2016 UTC (8 years ago) by niro
File size: 215 byte(s)
-added pxeconfig control class to setup en empty cmdline on first boot
1 niro 2801 # $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     }